aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2008-09-14mv643xx_eth: switch to netif tx queue lock, get rid of private spinlockLennert Buytenhek
2008-09-14mv643xx_eth: move all work to the napi poll handlerLennert Buytenhek
2008-09-05mv643xx_eth: transmit multiqueue supportLennert Buytenhek
2008-09-05mv643xx_eth: delete unused and uninteresting interrupt source mask bitsLennert Buytenhek
2008-09-05mv643xx_eth: get rid of netif_{stop,wake}_queue() calls on link down/upLennert Buytenhek
2008-09-05mv643xx_eth: remove force_phy_addr fieldLennert Buytenhek
2008-09-05mv643xx_eth: smi sharing is a per-unit property, not a per-port oneLennert Buytenhek
2008-09-05mv643xx_eth: require contiguous receive and transmit queue numberingLennert Buytenhek
2008-09-05mv643xx_eth: get rid of compile-time configurable transmit checksummingLennert Buytenhek
2008-09-05mv643xx_eth: get rid of receive-side lockingLennert Buytenhek
2008-09-05mv643xx_eth: make napi unconditionalLennert Buytenhek
2008-09-05mv643xx_eth: use the SMI done interrupt to wait for SMI access completionLennert Buytenhek
2008-09-05mv643xx_eth: switch ->phy_lock from a spinlock to a mutexLennert Buytenhek
2008-09-05mv643xx_eth: get rid of modulo operationsLennert Buytenhek
2008-09-05mv643xx_eth: get rid of IRQF_SAMPLE_RANDOMLennert Buytenhek
2008-09-05mv643xx_eth: fix receive buffer DMA unmappingLennert Buytenhek
2008-09-05mv643xx_eth: fix 'netdev_priv(dev) == dev->priv' assumptionLennert Buytenhek
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-08-27e1000: fix stack sizeLinus Torvalds
2008-08-27wan: Missing capability checks in sbni_ioctl()Eugene Teo
2008-08-27Merge branch 'no-iwlwifi' of git://git.kernel.org/pub/scm/linux/kernel/git/li...David S. Miller
2008-08-27e100, fix iomap readJiri Slaby
2008-08-27ibm_newemac: Don't call dev_mc_add() before device is registeredBenjamin Herrenschmidt
2008-08-27net: don't grab a mutex within a timer context in gianfarSebastian Siewior
2008-08-27forcedeth: fix checksum flagAyaz Abdulla
2008-08-27net/usb/mcs7830: add set_mac_addressOliver Martin
2008-08-27net/usb/mcs7830: new device IDsArnd Bergmann
2008-08-27[netdrvr] smc91x: fix resource removal (null ptr deref)Jeff Garzik
2008-08-27ibmveth: fix bad UDP checksumsSantiago Leon
2008-08-27[netdrvr] hso: dev_kfree_skb crash fixDenis Joseph Barrow
2008-08-27[netdrvr] hso: icon 322 detection fixDenis Joseph Barrow
2008-08-27atl1: disable TSO by defaultJay Cliburn
2008-08-27atl1e: multistatement if missing bracesIlpo Järvinen
2008-08-27igb: remove 82576 quad adapterAlexander Duyck
2008-08-27drivers/net/skfp/ess.c: fix compile warningsTakashi Iwai
2008-08-27[netdrvr] fix build issue: undefined reference to `NS8390p_init'Alan Cox
2008-08-27fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi()Heiko Schocher
2008-08-27igb: fix setting the number of tx queuesAlexander Duyck
2008-08-27igb: ethtool -d reads EICR which is incorrect as it is read on clearAlexander Duyck
2008-08-27igb: force all queues to interrupt once every 2 secondsAlexander Duyck
2008-08-27r8169: balance pci_map / pci_unmap pairFrancois Romieu
2008-08-27myri10ge: update version string to 1.4.3-1.358Brice Goglin
2008-08-27ixgbe: fix vlan filteringAlexander Duyck
2008-08-27Blackfin EMAC Driver: the BF526 also supports the MAC,Mike Frysinger
2008-08-27Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik
2008-08-26Ath5k: fix bintval setupJiri Slaby
2008-08-26Ath5k: lock beaconsJiri Slaby
2008-08-26atmel: try open system authentication tooDan Williams
2008-08-26atmel: return ENOENT on request_firmware failureDan Williams
2008-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds