summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-17atl1: reduce forward declarationsJay Cliburn2-713/+703
2008-03-17atl1: make functions staticJay Cliburn2-53/+51
2008-03-17atl1: print debug info if rrd errorJay Cliburn1-4/+22
2008-03-17atl1: use netif_msgJay Cliburn2-46/+111
2008-03-17atl1: use csum_startJay Cliburn1-5/+6
2008-03-17atl1: simplify tx packet descriptorJay Cliburn2-220/+246
2008-03-17atl1: add ethtool register dumpJay Cliburn2-0/+54
2008-03-17atl1: fix broken TSOJay Cliburn1-18/+11
2008-03-17atl1: move common functions to atlx filesJay Cliburn9-2710/+2751
2008-03-17atl1: relocate atl1 driver to /drivers/net/atlxJay Cliburn8-1/+1
2008-03-17remove the obsolete xircom_tulip_cb driverAdrian Bunk3-1741/+1
2008-03-17sk98lin: remove obsolete driverStephen Hemminger42-41384/+0
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-94/+96
2008-03-11rt2x00: Add new D-Link USB IDIvo van Doorn1-0/+1
2008-03-11rt2x00: never disable multicast because it disables broadcast tooAdam Baker2-4/+4
2008-03-11libertas: fix the 'compare command with itself' properlySebastian Siewior1-1/+1
2008-03-11drivers/net/Kconfig: fix whitespace for GELIC_WIRELESS entryJohn W. Linville1-9/+9
2008-03-05net/enc28j60: oops fixDavid Brownell1-1/+2
2008-03-05drivers/net/ac3200.c: replace init_module&cleanup_module with module_init&mod...Jon Schindler1-3/+4
2008-03-05drivers/net/apne.c: replace init_module&cleanup_module with module_init&modul...Jon Schindler1-3/+4
2008-03-05drivers/net/arcnet/capmode.c: replace init_module&cleanup_module with module_...Jon Schindler1-2/+4
2008-03-05drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_...Jon Schindler1-1/+2
2008-03-05[PPPOL2TP]: Fix SMP issues in skb reorder queue handlingJames Chapman1-3/+8
2008-03-05[PPPOL2TP]: Make locking calls softirq-safeJames Chapman1-29/+29
2008-03-05net: replace __inline with inlineHarvey Harrison1-1/+1
2008-03-05make s2io.c:init_tti() staticAdrian Bunk1-1/+1
2008-03-05FIXED_PHY must depend on PHYLIB=yAdrian Bunk1-0/+1
2008-03-05fix drivers/net/atarilance.c compilationAdrian Bunk1-3/+2
2008-03-05ixgbe: fix typo in speed mesageEmil Tantilov1-1/+1
2008-03-05e100: Do suspend/shutdown like e1000Auke Kok1-26/+3
2008-03-05ehea: Fix missing Kconfig dependencyThomas Klein1-1/+1
2008-03-05axnet_cs: change debugging level for "Too much work at interrupt" message.Komuro1-1/+1
2008-03-05mv643xx_eth: Define module alias for platform deviceMartin Michlmayr1-0/+1
2008-03-05de2104x: remove BUG_ON() when changing media typeOndrej Zary1-1/+2
2008-03-05dm9161: add configuration for MII/RMIIfrederic Rodo1-3/+14
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-25/+35
2008-03-04b43legacy: Fix module init messageMichael Buesch1-1/+1
2008-03-04rndis_wlan: fix broken data copyJussi Kivilinna1-5/+3
2008-03-04libertas: compare the current command with responseSebastian Siewior1-3/+1
2008-03-04libertas: fix sanity check on sequence number in command responseDavid Woodhouse1-2/+2
2008-03-04p54: fix eeprom parser length sanity checksJohannes Berg1-7/+11
2008-03-04p54: fix EEPROM structure endiannessJohannes Berg2-5/+5
2008-03-04m68knommu: fix fec driver interrupt racesGreg Ungerer1-4/+4
2008-03-03[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()Jarek Poplawski1-1/+6
2008-03-03Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()Jarek Poplawski1-0/+1