summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller2-35/+3
2008-03-23[CASSINI]: Use shorter list_splice_init() macro for brevity.Robert P. J. Day1-8/+4
2008-03-23[SUNGEM]: Fix NAPI assertion failure.David S. Miller1-1/+1
2008-03-23BNX2X: prevent ethtool from setting port typeEliezer Tamir1-34/+2
2008-03-22[8390]: Fix build error.David S. Miller1-1/+1
2008-03-22Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller68-47089/+5396
2008-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2-3/+18
2008-03-20[NET] ifb: set separate lockdep classes for queue locksJarek Poplawski1-0/+15
2008-03-20[TG3]: Fix build warning on sparc32.David S. Miller1-3/+3
2008-03-18[RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warningAndrew Morton1-3/+0
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller37-231/+441
2008-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2-7/+23
2008-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller8-81/+127
2008-03-17ucc_geth: use correct thread number for 10/100Mbps linkJoakim Tjernlund1-2/+4
2008-03-17igb: Correctly get protocol informationMitch Williams1-4/+17
2008-03-17[IOC3] Fix section missmatchRalf Baechle1-1/+2
2008-03-172.6.25-rc4 de_stop_rxtx polling wrongGrant Grundler1-3/+7
2008-03-17forcedeth: limit tx to 16Ayaz Abdulla1-18/+100
2008-03-173c501: Further coding style fixesAlan Cox1-7/+9
2008-03-17cxgb3: Fix transmit queue stop mechanismDivy Le Ray1-3/+9
2008-03-17NEWEMAC: Add compatible "ibm,tah" to tah matching tableStefan Roese1-0/+4
2008-03-17rndis_host: fix transfer size negotiationJean-Christophe Dubois1-4/+8
2008-03-17NEWEMAC: fix support for pause packetsPravin M. Bathija1-0/+7
2008-03-17virtio: fix race in enable_cbChristian Borntraeger1-3/+7
2008-03-17virtio: Enable netpoll interface for netconsole loggingAmit Shah1-0/+12
2008-03-17drivers/net/atl1/atl1_main.c: remove unused variableJulia Lawall1-3/+0
2008-03-17drivers/net/ipg.c: remove unused variableJulia Lawall1-3/+0
2008-03-17epic100 endianness annotations and fixesAl Viro1-20/+27
2008-03-17ipg fixAl Viro1-1/+6
2008-03-17more misannotations: ne2k-pciAl Viro1-4/+4
2008-03-17wan/farsync: copy_from_user() to iomem is wrongAl Viro1-5/+12
2008-03-17r6040 endianness fixesAl Viro1-4/+6
2008-03-17ixgbe: Increment versionAuke Kok1-1/+1
2008-03-17ixgbe: Add optional DCA infrastructureJeb Cramer2-0/+157
2008-03-17ixgbe: Introduce adaptive interrupt moderationAyyappan Veeraiyan3-12/+232
2008-03-17ixgbe: Introduce Multiqueue TXAyyappan Veeraiyan2-5/+66
2008-03-17ixgbe: Introduce MSI-X queue vector codeAyyappan Veeraiyan2-350/+826
2008-03-17/drivers/net/atarilance.c replaced init_module&cleanup_module with module_ini...Jon Schindler1-3/+4
2008-03-17/drivers/net/at1700.c replaced init_module&cleanup_module with module_init&mo...Jon Schindler1-3/+4
2008-03-17/drivers/net/arcnet/com20020.c replaced init_module&cleanup_module with modul...Jon Schindler1-3/+4
2008-03-17/drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module...Jon Schindler1-2/+4
2008-03-17/drivers/net/8390.c replaced init_module&cleanup_module with module_init&modu...Jon Schindler1-2/+4
2008-03-17smc91x: make superh use default config V2Magnus Damm1-30/+0
2008-03-17smc91x: add insw/outsw to default config V2Magnus Damm1-0/+2
2008-03-17smc91x: introduce platform data flags V2Magnus Damm2-27/+64
2008-03-17smc91x: pass along private data V2Magnus Damm2-275/+280
2008-03-17S2io: Version update for multiqueue and vlan patchesSreenivasa Honnur1-1/+1
2008-03-17S2io: Support for vlan_rx_kill_vid entry pointSreenivasa Honnur2-50/+71
2008-03-17S2io: Multiqueue network device support - FIFO selection based on L4 portsSreenivasa Honnur2-19/+150
2008-03-17S2io: Multiqueue network device support implementationSreenivasa Honnur2-30/+186