summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-05-28rtl8187: Remove pointless check in rtl8187_rx_cb().David S. Miller1-6/+1
2009-05-28p54: Use SKB list handling helpers instead of by-hand code.David S. Miller1-27/+19
2009-05-28wavelan: Remove bogus debugging on skb->next being non-NULL.David S. Miller2-9/+0
2009-05-28appletalk: Add proper locking around IPDDP routing table.David S. Miller1-8/+32
2009-05-28net: use netdev stats in b44, sundance, via-rhine and via-velocityEric Dumazet6-66/+73
2009-05-28r6040: check and update media statusFlorian Fainelli1-1/+5
2009-05-27ixgbe: Fix build warningPeter P Waskiewicz Jr1-1/+0
2009-05-27sh_eth: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE instead.David S. Miller1-1/+1
2009-05-27cpmac: Remove references to BUS_ID_SIZE, use MII_BUS_ID_SIZE.David S. Miller1-1/+1
2009-05-27ixp4xx_eth: Remove references to BUS_ID_SIZE.David S. Miller1-2/+2
2009-05-27r8169: Use a different default for each familyJean Delvare1-17/+22
2009-05-27net/ucc_geth: allow to set mac address on running deviceKevin Hao1-1/+32
2009-05-27niu: Add support for C10NEMTanli Chang1-10/+47
2009-05-27ixgbe: fix 82598 SFP initialization after driver load.Don Skidmore3-19/+39
2009-05-27ixgbe: Remove device ID 0x10d8Peter P Waskiewicz Jr2-2/+0
2009-05-27igb/e1000e: update PSSR_MDIX value to reflect correct bitAlexander Duyck2-2/+2
2009-05-27igb: Record host memory receive overflow in net_statsJesper Dangaard Brouer2-0/+11
2009-05-27igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)Jesper Dangaard Brouer3-10/+38
2009-05-27igb: add RQDPC (Receive Queue Drop Packet Count) register macroJeff Kirsher1-0/+1
2009-05-278139*: convert printk() to pr_<foo>()Alexander Beregalov2-84/+66
2009-05-273c5xx: convert printk() to pr_<foo>()Alexander Beregalov4-242/+233
2009-05-273c50x: convert printk() to pr_<foo>()Alexander Beregalov5-219/+216
2009-05-26atl1: use netdev->statsEric Dumazet2-4/+3
2009-05-26net: sh_eth: Add support SH7724Yoshihiro Shimoda3-6/+111
2009-05-26net: sh_eth: CPU dependency code collect to "struct sh_eth_cpu_data"Yoshihiro Shimoda2-251/+386
2009-05-26net: sh_eth: fix receive desciptor loopYoshihiro Shimoda1-0/+1
2009-05-26net: sh_eth: fix TX/RX descriptor not set physical memoryYoshihiro Shimoda1-23/+12
2009-05-26net: sh_eth: fix cache coherency issueYoshihiro Shimoda1-0/+4
2009-05-26net: Remove obsolete MV64360 config optionGabriel Paubert1-1/+1
2009-05-26iwmc3200wifi: fix link error when CFG80211 is not selectedZhu Yi1-1/+2
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov1-9/+0
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-18/+35
2009-05-25gianfar: fix BUG under load after introduction of skb recyclingLennert Buytenhek1-1/+10
2009-05-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller88-1241/+11889
2009-05-25myri10ge: Add support for vlan_featuresBrice Goglin1-1/+7
2009-05-25myri10ge: drop myri10ge_lro module parameterBrice Goglin1-6/+1
2009-05-25myri10ge: fix the invokation of lro_flush_allBrice Goglin1-1/+2
2009-05-25mlx4_en: Fix partial rings featureYevgeny Petrilin3-39/+58
2009-05-25mlx4_en: Removed redundant stride variableYevgeny Petrilin1-3/+0
2009-05-22iwlwifi: check for valid band for channel infoWey-Yi Guy1-38/+41
2009-05-22iwlagn: co-exist with AMTMohamed Abbas3-4/+60
2009-05-22iwlcore: Set rb_timeout to 0x10 for devices with ICTMohamed Abbas1-1/+4
2009-05-22iwlcore: Add support for periodic RX interruptMohamed Abbas5-13/+46
2009-05-22iwlcore: Allow skb allocation from tasklet.Mohamed Abbas4-10/+34
2009-05-22iwlcore: support ICT interruptMohamed Abbas9-12/+483
2009-05-22iwlwifi: support "pure 40MHz" in RXON commandWey-Yi Guy4-43/+72
2009-05-22iwlwifi: report the rate index as an MCS rate numberWey-Yi Guy1-4/+27
2009-05-22iwlcore: register locksMohamed Abbas12-524/+203
2009-05-22iwlwifi: support NVM access (EEPROM/OTP)Wey-Yi Guy7-27/+161
2009-05-22rt2x00: Remove usage of IEEE80211_CONF_CHANGE_BEACON_INTERVALIvo van Doorn8-112/+42