summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2007-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds3-44/+87
2007-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2-132/+132
2007-07-18xen: add virtual network device driverJeremy Fitzhardinge3-0/+1877
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-07-18[PPPOL2TP]: Reset meta-data in xmit functionPatrick McHardy1-0/+6
2007-07-18[PPPOL2TP]: Fix use-after-freePatrick McHardy1-4/+8
2007-07-18[BNX2]: Update version to 1.6.3.Michael Chan1-2/+2
2007-07-18[BNX2]: Use constants for stats ticks.Michael Chan1-4/+5
2007-07-18[BNX2]: Add delay before reading firmware version.Michael Chan1-4/+12
2007-07-18[BNX2]: Support NVRAM on 5709.Michael Chan2-30/+54
2007-07-18[SPARC64]: Fix reset handling in VNET driver.David S. Miller1-0/+2
2007-07-18[SPARC64]: Simplify VNET probing.David S. Miller2-132/+130
2007-07-17drivers/*: mark variables with uninitialized_var()Jeff Garzik2-3/+5
2007-07-17drivers/net/wan/sbni: kill uninit'd var warningJeff Garzik1-4/+3
2007-07-17drivers/net/wan/pc300_drv: fix bug caught by gcc warningJeff Garzik1-0/+2
2007-07-17[netdrvr] eepro100, ne2k-pci: abort resume if pci_enable_device() failsJeff Garzik2-2/+12
2007-07-17[netdrvr] natsemi: Fix device removal bugJeff Garzik1-1/+1
2007-07-17atl1: missing includeAl Viro1-0/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2-1/+3
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds38-1767/+2228
2007-07-16forcedeth bug fix: realtek phyAyaz Abdulla1-0/+54
2007-07-16forcedeth bug fix: vitesse phyAyaz Abdulla1-0/+88
2007-07-16forcedeth bug fix: cicada phyAyaz Abdulla1-10/+10
2007-07-16atl1: reorder atl1_main functionsJay Cliburn1-975/+975
2007-07-16atl1: fix excessively indented codeJay Cliburn1-36/+50
2007-07-16atl1: cleanup atl1_mainJay Cliburn1-141/+137
2007-07-16atl1: header file cleanupJay Cliburn2-85/+90
2007-07-16atl1: remove irq_semJay Cliburn2-5/+2
2007-07-16cdc-subset to support new vendor/product IDjing xiang1-0/+3
2007-07-168139cp: implement the missing dev->tx_timeoutFrancois Romieu1-3/+24
2007-07-16myri10ge: Remove nonsensical limit in the tx done routineBrice Goglin1-6/+0
2007-07-16gianfar: kill unused headerKumar Gala1-1/+0
2007-07-16EP93XX_ETH must select MIIJohn Donoghue1-0/+1
2007-07-16macb: Add multicast capabilityPatrice Vilchez1-0/+120
2007-07-16macb: Use generic PHY layerfrederic RODO3-257/+206
2007-07-16eHEA: Introducing support vor DLPAR memory addThomas Klein5-65/+275
2007-07-16Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/...Jeff Garzik21-268/+276
2007-07-16Fix a potential NULL pointer dereference in free_shared_mem() in drivers/net/...Micah Gruber1-1/+3
2007-07-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds5-1579/+0
2007-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds4-0/+1241
2007-07-16Introduce CONFIG_VIRT_TO_BUSStephen Rothwell1-1/+1
2007-07-16more ACSI removalAdrian Bunk5-1579/+0
2007-07-16[SPARC64]: Abstract out mdesc accesses for better MD update handling.David S. Miller1-13/+21
2007-07-16[SPARC64]: Add Sun LDOM virtual network driver.David S. Miller4-0/+1233
2007-07-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds5-2/+509
2007-07-15fallout from Auke's pci ->revision patchAl Viro1-1/+1
2007-07-15ax88796: dev_dbg() wants device, not platform deviceAl Viro1-2/+2
2007-07-15zd1211rw: too early inclusion of asm/unaligned.hAl Viro1-1/+1
2007-07-14[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan2-2/+2
2007-07-14[NET]: Add macvlan driverPatrick McHardy3-0/+507