aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-11-08[PATCH] skge: increase version numberStephen Hemminger1-2/+2
2005-11-08[PATCH] skge: spelling fixesStephen Hemminger1-14/+14
2005-11-08[PATCH] skge: use prefetch on receiveStephen Hemminger1-7/+15
2005-11-08[PATCH] skge: goto low power mode on shutdownStephen Hemminger1-8/+20
2005-11-08[PATCH] skge: add mii ioctl supportStephen Hemminger1-58/+114
2005-11-08[PATCH] skge: use kzallocStephen Hemminger1-2/+1
2005-11-08[PATCH] skge: clear PCI PHY COMA mode on bootStephen Hemminger2-0/+12
2005-11-07Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik14-113/+70
2005-11-07Merge branch 'master'Jeff Garzik3-299/+537
2005-11-07[PATCH] wireless net: Conversions of kmalloc/memset to kzallocPanagiotis Issaris6-39/+19
2005-11-07[PATCH] atmel: memset correct rangeAlexey Dobriyan1-1/+1
2005-11-07[PATCH] Fix sparse warning in e100 driver.Luiz Fernando Capitulino1-3/+3
2005-11-07[PATCH] prism54 : Transmit stats updated in wrong placeRoger While1-5/+5
2005-11-07[PATCH] prism54 : Unused variable / extraneous udelayRoger While1-8/+4
2005-11-07[PATCH] drivers/net/s2io.c: make functions staticAdrian Bunk1-20/+23
2005-11-07[PATCH] kill include/linux/eeprom.hAdrian Bunk1-11/+2
2005-11-07[PATCH] bonding: fix feature consolidationJay Vosburgh2-26/+13
2005-11-07Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds26-1756/+3160
2005-11-07[PATCH] m68knommu: FEC ethernet support for the ColdFire 5208Greg Ungerer1-22/+218
2005-11-07[PATCH] m68knommu: FEC ethernet header support for the ColdFire 5208Greg Ungerer1-5/+5
2005-11-07[PATCH] 3c59x: don't enable scatter/gather w/o checksum supportStephen Hemminger1-2/+1
2005-11-07[PATCH] 3c59x: enable use of memory-mapped PCI I/OJohn W. Linville1-3/+26
2005-11-07[PATCH] 3c59x: correct rx_dropped countingJohn W. Linville1-1/+1
2005-11-07[PATCH] 3c59x: support ETHTOOL_GPERMADDRJohn W. Linville1-0/+2
2005-11-07[PATCH] 3c59x: fix some grammar in module parameter descriptionsJohn W. Linville1-2/+2
2005-11-07[PATCH] 3c59x: cleanup init of module parameter arraysJohn W. Linville1-5/+5
2005-11-07[PATCH] 3c59x: bounds checking for hw_checksumsJohn W. Linville1-7/+9
2005-11-07[PATCH] 3c59x: avoid blindly reading link status twiceTommy Christensen1-1/+4
2005-11-07[PATCH] 3c59x: cleanup of mdio_read routines to use MII_* macrosNeil Horman1-8/+8
2005-11-07[PATCH] 3c59x: convert to use of pci_iomap APIJohn W. Linville1-247/+260
2005-11-07[PATCH] b44: late request_irq in b44_openFrancois Romieu1-13/+9
2005-11-07[PATCH] b44: s/spin_lock_irqsave/spin_lock/ in b44_interruptFrancois Romieu1-3/+2
2005-11-07[PATCH] b44: expose counters through ethtoolFrancois Romieu2-21/+98
2005-11-07[PATCH] b44: miscellaneous cleanupFrancois Romieu1-39/+28
2005-11-07[PATCH] b44: b44_start_xmit returns with a lock held when it fails allocatingFrancois Romieu1-6/+11
2005-11-06Merge branch 'master'Jeff Garzik3-62/+17
2005-11-06Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds3-62/+17
2005-11-05[netdrvr s2io] warning fixesJeff Garzik1-6/+4
2005-11-05[netdrvr] fac_8xx build fixJeff Garzik1-1/+1
2005-11-05Remove linux/version.h include from drivers/net/phy/* and net/ieee80211/*.Jeff Garzik8-8/+0
2005-11-05[PATCH] airo.c/airo_cs.c: correct prototypesAdrian Bunk3-4/+13
2005-11-05[PATCH] bnx2: update version and minor fixesMichael Chan1-4/+4
2005-11-05[PATCH] bnx2: refine bnx2_pollMichael Chan2-15/+43
2005-11-05[PATCH] bnx2: update firmware handshake for 5708Michael Chan2-15/+122
2005-11-05[PATCH] bnx2: update nvram code for 5708Michael Chan2-23/+87
2005-11-05[PATCH] bnx2: update firmware for 5708Michael Chan1-1527/+2526
2005-11-05[PATCH] bnx2: add 5708 supportMichael Chan2-28/+252
2005-11-05[PATCH] prism54: Remove redundant assignmentDaniel Drake1-1/+0
2005-11-05[PATCH] drivers/net/hamradio/dmascc.c: remove dmascc_setup()Adrian Bunk1-10/+0
2005-11-05[PATCH] drivers/net/e1000/: possible cleanupsAdrian Bunk4-89/+87