summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-08tun: Fix copy/paste error in tun_get_userSridhar Samudrala1-1/+1
2009-06-08net: Fix memcpy_toiovecend() to use the right offsetSridhar Samudrala1-2/+2
2009-06-08net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala1-1/+2
2009-06-08net: skb_shared_info optimizationEric Dumazet10-29/+30
2009-06-08net: num_dma_maps is not usedEric Dumazet2-4/+0
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-08net: Ensure partial checksum offset is inside the skb headHerbert Xu1-3/+3
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
2009-06-07ixgbe: move v_idx into q_vector and use as index onlyAlexander Duyck3-126/+117
2009-06-07ixgbe: use rx_buffer_info->dma instead of nr_frags to determine skb unmapAlexander Duyck1-1/+1
2009-06-07ixgbe: ethtool support to change advertised link modes of 82599 adaptersMallikarjuna R Chilakala2-18/+33
2009-06-07ixgbe: Fix 82599 adapter link flickering issuesMallikarjuna R Chilakala8-227/+193
2009-06-07ixgbe: Harden the 82599 multispeed fiber autotry mechanismPeter P Waskiewicz Jr4-23/+106
2009-06-07ixgbe: Add ethtool offline test supportPeter P Waskiewicz Jr3-3/+842
2009-06-07ixgbe: Change the 82599 PHY DSP restart logicPeter P Waskiewicz Jr1-4/+3
2009-06-07ixgbe: Enable ACPI WoL capabilities for 82599Peter P Waskiewicz Jr1-0/+3
2009-06-07cfg80211: errno.h: define ERFKILLAlexander Beregalov4-0/+7
2009-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller133-4698/+4465
2009-06-07removal of forcedeth device idsAyaz Abdulla1-38/+0
2009-06-07forcedeth: addition of new mcp89 device idAyaz Abdulla1-0/+4
2009-06-07forcedeth: remove device id macrosAyaz Abdulla1-115/+98
2009-06-04wimax: depend on rfkill properlyJohannes Berg1-0/+1
2009-06-04ar9170: remove deprecated codeChristian Lamparter2-8/+0
2009-06-04iwlwifi: fix comment describing disable_11nReinette Chatre1-1/+1
2009-06-04iwlwifi: add value and range define for link quality commandWey-Yi Guy3-5/+19
2009-06-04iwlagn: delay ict interrupt.Mohamed Abbas1-2/+3
2009-06-04iwl3945/iwlwifi: fix led bug when SW rfkillAbhijeet Kolekar2-8/+0
2009-06-04iwl3945: port allow skb allocation in tasklet patchAbhijeet Kolekar1-7/+25