summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-09-19phylib: allow incremental scanning of an mii busLennert Buytenhek1-41/+48
2008-09-19mv643xx_eth: enforce frequent hardware statistics pollingLennert Buytenhek1-0/+29
2008-09-19mv643xx_eth: deal with unexpected ethernet header sizesLennert Buytenhek1-48/+47
2008-09-19mv643xx_eth: fix receive checksummingLennert Buytenhek1-6/+4
2008-09-14mv643xx_eth: add support for chips without transmit bandwidth controlLennert Buytenhek1-31/+58
2008-09-14mv643xx_eth: avoid reading ->byte_cnt twice during receive processingLennert Buytenhek1-2/+5
2008-09-14mv643xx_eth: shrink default receive and transmit queue sizesLennert Buytenhek1-2/+2
2008-09-14mv643xx_eth: replace array of skbs awaiting transmit completion with a queueLennert Buytenhek1-29/+10
2008-09-14mv643xx_eth: avoid dropping tx lock during transmit reclaimLennert Buytenhek1-15/+7
2008-09-14mv643xx_eth: switch to netif tx queue lock, get rid of private spinlockLennert Buytenhek1-30/+55
2008-09-14mv643xx_eth: move all work to the napi poll handlerLennert Buytenhek1-246/+275
2008-09-05mv643xx_eth: transmit multiqueue supportLennert Buytenhek1-22/+18
2008-09-05mv643xx_eth: delete unused and uninteresting interrupt source mask bitsLennert Buytenhek1-11/+6
2008-09-05mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/upLennert Buytenhek1-19/+8
2008-09-05mv643xx_eth: remove force_phy_addr fieldLennert Buytenhek1-2/+2
2008-09-05mv643xx_eth: smi sharing is a per-unit property, not a per-port oneLennert Buytenhek1-8/+11
2008-09-05mv643xx_eth: require contiguous receive and transmit queue numberingLennert Buytenhek1-79/+44
2008-09-05mv643xx_eth: get rid of compile-time configurable transmit checksummingLennert Buytenhek1-22/+3
2008-09-05mv643xx_eth: get rid of receive-side lockingLennert Buytenhek1-64/+68
2008-09-05mv643xx_eth: make napi unconditionalLennert Buytenhek1-28/+3
2008-09-05mv643xx_eth: use the SMI done interrupt to wait for SMI access completionLennert Buytenhek1-57/+134
2008-09-05mv643xx_eth: switch ->phy_lock from a spinlock to a mutexLennert Buytenhek1-16/+7
2008-09-05mv643xx_eth: get rid of modulo operationsLennert Buytenhek1-8/+24
2008-09-05mv643xx_eth: get rid of IRQF_SAMPLE_RANDOMLennert Buytenhek1-2/+1
2008-09-05mv643xx_eth: fix receive buffer DMA unmappingLennert Buytenhek1-1/+1
2008-09-05mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumptionLennert Buytenhek1-1/+1
2008-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds3-3/+3
2008-08-28Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-8/+10
2008-08-28i2c: Prevent log spam on some DVB adaptersJean Delvare1-6/+6
2008-08-28i2c: Fix device_init_wakeup placeMarc Pignat1-2/+4
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds38-219/+332
2008-08-27IB/mlx4: Actually return L_Key and R_Key for fast register MRsVladimir Sokolovsky1-0/+2
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds10-235/+714
2008-08-27tty: Fix termios tty window resize race with pty/tty pairAlan Cox1-3/+4
2008-08-27tty: TIOCGSOFTCAR/SSOFTCAR on pty is wronAlan Cox1-2/+4
2008-08-27Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-86/+225
2008-08-27e1000: fix stack sizeLinus Torvalds1-36/+45
2008-08-27Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+15
2008-08-27Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+3
2008-08-27Revert "pktcdvd: push BKL down into driver"Linus Torvalds1-25/+10
2008-08-27wan: Missing capability checks in sbni_ioctl()Eugene Teo1-4/+4
2008-08-27Merge branch 'no-iwlwifi' of git://git.kernel.org/pub/scm/linux/kernel/git/li...David S. Miller3-26/+49
2008-08-27e100, fix iomap readJiri Slaby1-2/+2
2008-08-27qeth: preallocated header account offsetFrank Blaschka1-1/+1
2008-08-27qeth: l2 write unicast list to hardwareFrank Blaschka2-5/+23
2008-08-27qeth: use -EOPNOTSUPP instead of -ENOTSUPP.Ursula Braun1-1/+1
2008-08-27ibm_newemac: Don't call dev_mc_add() before device is registeredBenjamin Herrenschmidt1-3/+3
2008-08-27net: don't grab a mutex within a timer context in gianfarSebastian Siewior2-4/+19
2008-08-27forcedeth: fix checksum flagAyaz Abdulla1-2/+2
2008-08-27net/usb/mcs7830: add set_mac_addressOliver Martin1-0/+24