summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ieee802154: add simple HardMAC driver sampleSergey Lapin2009-06-095-0/+298
* be2net: Remove unnecessary frag list traversing.David S. Miller2009-06-091-31/+25
* declance: Restore tx descriptor ring lockingMaciej W. Rozycki2009-06-081-0/+5
* isdn: prevent NULL ptr Oops in capi_cmsg2str()Tilman Schmidt2009-06-081-0/+2
* isdn: kerneldoc for capiutil.cTilman Schmidt2009-06-081-3/+62
* isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt2009-06-086-11/+11
* tun: Fix unregister raceEric W. Biederman2009-06-081-3/+4
* e100: Fix napi_enable BUG_ON when recovering from EEH errorAndre Detsch2009-06-081-5/+6
* mlx4: FIX error flow when initializing EQ tableYevgeny Petrilin2009-06-081-1/+3
* tun: Fix copy/paste error in tun_get_userSridhar Samudrala2009-06-081-1/+1
* net: skb_shared_info optimizationEric Dumazet2009-06-088-22/+20
* s2io: Remove private boolean definitionsTobias Klauser2009-06-082-20/+11
* hso: convert dev_alloc_skb() to netdev_alloc_skb()Paulius Zaleckas2009-06-081-3/+2
* netdev: Added KS8842 driverRichard Ršöjfors2009-06-083-0/+738
* tun: Optimise handling of bogus gso->hdr_lenHerbert Xu2009-06-081-0/+4
* virtio_net: Set correct gso->hdr_lenHerbert Xu2009-06-081-1/+1
* sis190: fix gigabit negotiationRiccardo Ghetta2009-06-081-12/+25
* sis190: add new phy found on asus F5Sr laptopRiccardo Ghetta2009-06-081-0/+1
* sis190: better message on unknown PHYRiccardo Ghetta2009-06-081-6/+9
* sis190: fix for x86_64 (bug 11509)Riccardo Ghetta2009-06-081-2/+2
* qlge: Fix timeout on firmware mailbox commands.Ron Mercer2009-06-081-2/+2
* qlge: Fix timeout on indexed register wait.Ron Mercer2009-06-081-1/+1
* qlge: Fix bug in MTU setting process.Ron Mercer2009-06-081-4/+1
* qlge: Fix bug in firmware event handler.Ron Mercer2009-06-081-0/+7
* qlge: Fix firmware event handler loop.Ron Mercer2009-06-081-1/+7
* netdev: smsc911x: add missing __devexit_p() usageMike Frysinger2009-06-081-1/+1
* netdev: smsc911x: allow building on Blackfin systemsMike Frysinger2009-06-081-1/+1
* ixgbe: Increase the driver version numberPeter P Waskiewicz Jr2009-06-071-1/+1
* ixgbe: Add FW detection and warning for 82599 SFP+ adaptersPeter P Waskiewicz Jr2009-06-074-8/+85
* ixgbe: Re-adjust ring layouts to have better cacheline efficiencyJesse Brandeburg2009-06-071-16/+19
* ixgbe: Enable Flow Director hashing in 82599Peter P Waskiewicz Jr2009-06-073-1/+228
* ixgbe: Add Flow Director init and modify functions for 82599Peter P Waskiewicz Jr2009-06-072-0/+980
* ixgbe: Add hardware defines for Flow Director for 82599Peter P Waskiewicz Jr2009-06-071-0/+147
* ixgbe: Add a second feature flags variable, move HW RSC capability therePeter P Waskiewicz Jr2009-06-073-11/+12
* ixgbe: move tx processing into NAPI contextAlexander Duyck2009-06-071-34/+107
* ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck2009-06-073-126/+117
* ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck2009-06-071-1/+1
* ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala2009-06-072-18/+33
* ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala2009-06-078-227/+193
* ixgbe: Harden the 82599 multispeed fiber autotry mechanismPeter P Waskiewicz Jr2009-06-074-23/+106
* ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr2009-06-073-3/+842
* ixgbe: Change the 82599 PHY DSP restart logicPeter P Waskiewicz Jr2009-06-071-4/+3
* ixgbe: Enable ACPI WoL capabilities for 82599Peter P Waskiewicz Jr2009-06-071-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-06-0793-2565/+2019
|\
| * ar9170: remove deprecated codeChristian Lamparter2009-06-042-8/+0
| * iwlwifi: fix comment describing disable_11nReinette Chatre2009-06-041-1/+1
| * iwlwifi: add value and range define for link quality commandWey-Yi Guy2009-06-043-5/+19
| * iwlagn: delay ict interrupt.Mohamed Abbas2009-06-041-2/+3
| * iwl3945/iwlwifi: fix led bug when SW rfkillAbhijeet Kolekar2009-06-042-8/+0
| * iwl3945: port allow skb allocation in tasklet patchAbhijeet Kolekar2009-06-041-7/+25