summaryrefslogtreecommitdiffstats
path: root/lib/textsearch.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-27tehuti: Use request_firmware()Ben Hutchings6-10729/+2718
2009-02-27Update TG3 MAINTAINERS entryMatt Carlson1-0/+2
2009-02-27tg3: Update copyright and versionMatt Carlson1-3/+3
2009-02-27tg3: Add version reporting for hardware selfbootMatt Carlson2-0/+24
2009-02-27tg3: Add DASH firmware version reportingMatt Carlson2-0/+39
2009-02-27tg3: Add legacy bootcode version decodingMatt Carlson2-8/+35
2009-02-27tg3: Refactor firmware version routinesMatt Carlson1-43/+55
2009-02-27tg3: Eliminate tg3_nvram_read_swab()Matt Carlson1-27/+25
2009-02-27tg3: Correct NVRAM stream endian notationsMatt Carlson1-26/+29
2009-02-27tg3: Invert nvram_read() and nvram_read_swab()Matt Carlson1-22/+28
2009-02-27tg3: Eliminate nvram routine forward declarationsMatt Carlson1-197/+191
2009-02-27tg3: Refine tg3_vlan_rx_register()Matt Carlson1-4/+7
2009-02-27tg3: Update ethtool set_settings error checksMatt Carlson1-18/+50
2009-02-27tg3: Drop non-VLAN rx pkts larger than the MTUMatt Carlson1-1/+9
2009-02-27tg3: Fix 5906 link problemsMatt Carlson1-1/+2
2009-02-27wanrouter: fix sparse warnings: context imbalanceHannes Eder2-2/+8
2009-02-27inet fragments: fix sparse warning: context imbalanceHannes Eder2-1/+3
2009-02-27decnet: fix sparse warnings: symbol shadows an earlier oneHannes Eder3-10/+10
2009-02-27decnet: fix sparse warnings: context imbalanceHannes Eder1-0/+2
2009-02-27sysctl: fix sparse warning: Should it be static?Hannes Eder1-0/+1
2009-02-27appletalk: fix warning: format not a string literal and no ...Hannes Eder1-1/+1
2009-02-279p: fix sparse warning: cast adds address spaceHannes Eder1-1/+1
2009-02-27net/802: fix sparse warnings: context imbalanceHannes Eder1-0/+2
2009-02-27ns83820: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27chelsio: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27llc: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27iucv: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27decnet: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27core: remove some pointless conditionals before kfree_skb()Wei Yongjun2-6/+3
2009-02-27packet: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27can: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27netlink: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-02-27unix: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27pktgen: remove some pointless conditionals before kfree_skb()Wei Yongjun1-12/+6
2009-02-27af_key: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-02-27wan: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27i2400m: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27drivers/net/rionet.c: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27ppp: remove some pointless conditionals before kfree_skb()Wei Yongjun3-10/+5
2009-02-27irda: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-27isdn: remove some pointless conditionals before kfree_skb()Wei Yongjun2-5/+3
2009-02-27hso: remove hso_free_device()Paulius Zaleckas1-10/+4
2009-02-27hso: remove claiming and releasing of USB interfacePaulius Zaleckas1-4/+0
2009-02-27ppp_generic: Simplify tx_dropped statsPaulius Zaleckas1-1/+1
2009-02-27m68knommu: remove ColdFire specific setup code from FEC driverGreg Ungerer1-500/+12
2009-02-27fec: add FEC platform support to ColdFire CPU's setup codeGreg Ungerer6-1/+374
2009-02-27MISDN: list usage cleanupEric Sesterhenn1-2/+1
2009-02-27qlge: Reduce debug print output.Ron Mercer1-12/+12
2009-02-27qlge: Prepare to add new device.Ron Mercer2-19/+78
2009-02-27qlge: Move firmware event handler.Ron Mercer3-28/+62