summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-10-24Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds10-36/+15
2007-10-24Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2-3/+1
2007-10-24ni5010: kill unused variableJeff Garzik1-2/+0
2007-10-24eexpress: fix !SMP unused-var warningJeff Garzik1-1/+1
2007-10-24bonding: Acquire correct locks in alb for promisc changeJay Vosburgh1-9/+10
2007-10-24bonding: Convert more locks to _bh, acquire rtnl, for new lockingJay Vosburgh3-23/+29
2007-10-24bonding: Convert locks to _bh, rework alb locking for new lockingJay Vosburgh2-30/+117
2007-10-24bonding: Convert miimon to new lockingJay Vosburgh1-19/+51
2007-10-24bonding: Convert balance-rr transmit to new lockingJay Vosburgh2-13/+13
2007-10-24Convert bonding timers to workqueuesJay Vosburgh7-122/+117
2007-10-24pasemi_mac: fix typoOlof Johansson1-1/+1
2007-10-24defxx.c: dfx_bus_init() is __devexit not __devinitMaciej W. Rozycki1-1/+1
2007-10-24sky2: crash on removeStephen Hemminger1-2/+2
2007-10-24MIPSnet: Delete all the useless debugging printks.Ralf Baechle1-40/+4
2007-10-24AR7 ethernet: small post-merge cleanups and fixesMatteo Croce1-19/+12
2007-10-24Merge branch 'features' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth in...Jeff Garzik3-512/+677
2007-10-24Merge branch 'bug-fixes' of git://farnsworth.org/dale/linux-2.6-mv643xx_eth i...Jeff Garzik1-0/+1
2007-10-24Merge branch 'upstream-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik1-141/+265
2007-10-24[SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik2-4/+2
2007-10-24[NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik2-16/+3
2007-10-24Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik3-4/+4
2007-10-24[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik3-12/+6
2007-10-23mv643xx_eth: Hook up mv643xx_get_sset_countDale Farnsworth1-0/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+1
2007-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds4-556/+442
2007-10-23m68knommu: improve mii_do_cmd code in FEC driverPhilippe De Muyter1-5/+2
2007-10-23m68knommu: improve code formating FEC driverPhilippe De Muyter1-12/+5
2007-10-23mv643xx_eth: Remove obsolete checksum offload commentDale Farnsworth1-3/+0
2007-10-23mv643xx_eth: Merge drivers/net/mv643xx_eth.h into mv643xx_eth.cLennert Buytenhek2-568/+557
2007-10-23mv643xx_eth: Remove unused register definesLennert Buytenhek1-87/+0
2007-10-23mv643xx_eth: Clean up mv643xx_eth.hLennert Buytenhek1-283/+250
2007-10-23mv643xx_eth: Remove MV643XX_ETH_ register prefixLennert Buytenhek2-410/+397
2007-10-23mv643xx_eth: Remove SHARED_REGS register address biasLennert Buytenhek2-125/+117
2007-10-23mv643xx_eth: Enable use on Orion platformsLennert Buytenhek2-6/+9
2007-10-23mv643xx_eth: Disable RX/TX byte swapping on little-endian systemsLennert Buytenhek1-0/+11
2007-10-23mv643xx_eth: Move ethernet register definitions into private headerLennert Buytenhek1-1/+307
2007-10-23Remove old lguest bus and drivers.Rusty Russell2-551/+0
2007-10-23Net driver using virtioRusty Russell3-0/+442
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell1-6/+1
2007-10-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds4-52/+90
2007-10-22[SG] Update drivers to use sg helpersJens Axboe2-9/+11
2007-10-22[NET]: Make and use skb_get_queue_mappingPavel Emelyanov1-1/+1
2007-10-22[NIU]: Cleanup PAGE_SIZE checks a bitOlof Johansson1-29/+5
2007-10-22[TG3]: Update version to 3.85Matt Carlson1-2/+2
2007-10-22[TG3]: PCI command adjustmentMatt Carlson2-6/+3
2007-10-22[TG3]: Add management FW version to ethtool reportMatt Carlson2-14/+78
2007-10-22[TG3]: Add 5723 supportMatt Carlson1-0/+1
2007-10-22mlx4_core: Increase command timeout for INIT_HCA to 10 secondsJack Morgenstein1-1/+1
2007-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds35-40/+39
2007-10-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds22-132/+156