aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-10sony: fix rfkill codeJohannes Berg1-2/+1
2009-06-10b43/legacy: port to cfg80211 rfkillJohannes Berg15-341/+66
2009-06-10ath5k: added cfg80211 based rfkill supportTobias Doerffel7-17/+163
2009-06-10ar9170: xmit code revampChristian Lamparter5-260/+550
2009-06-10ar9170: interpret firmware debug commandsJohannes Berg1-0/+32
2009-06-10b43: Fix possible unaligned u32 accessMatthieu CASTET1-3/+2
2009-06-10net/libertas: remove GPIO-CS handling in SPI interface codeSebastian Andrzej Siewior2-49/+45
2009-06-10rndis_wlan: cleanup: rename all rndis_wext* objects to rndis_wlan*Jussi Kivilinna1-78/+78
2009-06-10rndis_wlan: cleanup: capitalize enum labelsJussi Kivilinna1-68/+68
2009-06-10iwlwifi: port to cfg80211 rfkillJohannes Berg11-414/+19
2009-06-09bnx2: no need to check before vfreeingBreno Leitao1-4/+2
2009-06-09ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599Yi Zou3-5/+42
2009-06-09e1000e: Expose MDI-X status via ethtool changeChaitanya Lala1-0/+9
2009-06-09e1000e: Call e1000e_config_collision_dist() after TCTL has been setSimon Horman1-2/+2
2009-06-09e1000e: Fixes possible phy corrupton on 82571 designs.Dave Graham3-7/+83
2009-06-09ieee802154: add simple HardMAC driver sampleSergey Lapin5-0/+298
2009-06-09be2net: Remove unnecessary frag list traversing.David S. Miller1-31/+25
2009-06-08declance: Restore tx descriptor ring lockingMaciej W. Rozycki1-0/+5
2009-06-08isdn: prevent NULL ptr Oops in capi_cmsg2str()Tilman Schmidt1-0/+2
2009-06-08isdn: kerneldoc for capiutil.cTilman Schmidt1-3/+62
2009-06-08isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt6-11/+11
2009-06-08tun: Fix unregister raceEric W. Biederman1-3/+4
2009-06-08e100: Fix napi_enable BUG_ON when recovering from EEH errorAndre Detsch1-5/+6
2009-06-08mlx4: FIX error flow when initializing EQ tableYevgeny Petrilin1-1/+3
2009-06-08tun: Fix copy/paste error in tun_get_userSridhar Samudrala1-1/+1
2009-06-08net: skb_shared_info optimizationEric Dumazet8-22/+20
2009-06-08s2io: Remove private boolean definitionsTobias Klauser2-20/+11
2009-06-08hso: convert dev_alloc_skb() to netdev_alloc_skb()Paulius Zaleckas1-3/+2
2009-06-08netdev: Added KS8842 driverRichard Ršöjfors3-0/+738
2009-06-08tun: Optimise handling of bogus gso->hdr_lenHerbert Xu1-0/+4
2009-06-08virtio_net: Set correct gso->hdr_lenHerbert Xu1-1/+1
2009-06-08sis190: fix gigabit negotiationRiccardo Ghetta1-12/+25
2009-06-08sis190: add new phy found on asus F5Sr laptopRiccardo Ghetta1-0/+1
2009-06-08sis190: better message on unknown PHYRiccardo Ghetta1-6/+9
2009-06-08sis190: fix for x86_64 (bug 11509)Riccardo Ghetta1-2/+2
2009-06-08qlge: Fix timeout on firmware mailbox commands.Ron Mercer1-2/+2
2009-06-08qlge: Fix timeout on indexed register wait.Ron Mercer1-1/+1
2009-06-08qlge: Fix bug in MTU setting process.Ron Mercer1-4/+1
2009-06-08qlge: Fix bug in firmware event handler.Ron Mercer1-0/+7
2009-06-08qlge: Fix firmware event handler loop.Ron Mercer1-1/+7
2009-06-08netdev: smsc911x: add missing __devexit_p() usageMike Frysinger1-1/+1
2009-06-08netdev: smsc911x: allow building on Blackfin systemsMike Frysinger1-1/+1
2009-06-07ixgbe: Increase the driver version numberPeter P Waskiewicz Jr1-1/+1
2009-06-07ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr4-8/+85
2009-06-07ixgbe: Re-adjust ring layouts to have better cacheline efficiencyJesse Brandeburg1-16/+19
2009-06-07ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr3-1/+228
2009-06-07ixgbe: Add Flow Director init and modify functions for 82599Peter P Waskiewicz Jr2-0/+980
2009-06-07ixgbe: Add hardware defines for Flow Director for 82599Peter P Waskiewicz Jr1-0/+147
2009-06-07ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr3-11/+12
2009-06-07ixgbe: move tx processing into NAPI contextAlexander Duyck1-34/+107