summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds28-103/+199
2008-08-28e1000: fix stack sizeLinus Torvalds1-36/+45
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-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
2008-08-27net/usb/mcs7830: new device IDsArnd Bergmann1-1/+22
2008-08-27[netdrvr] smc91x: fix resource removal (null ptr deref)Jeff Garzik1-1/+1
2008-08-27ibmveth: fix bad UDP checksumsSantiago Leon1-2/+3
2008-08-27[netdrvr] hso: dev_kfree_skb crash fixDenis Joseph Barrow1-0/+1
2008-08-27[netdrvr] hso: icon 322 detection fixDenis Joseph Barrow1-1/+1
2008-08-27atl1: disable TSO by defaultJay Cliburn1-1/+0
2008-08-27atl1e: multistatement if missing bracesIlpo Järvinen1-1/+2
2008-08-27igb: remove 82576 quad adapterAlexander Duyck4-22/+0
2008-08-27drivers/net/skfp/ess.c: fix compile warningsTakashi Iwai1-3/+3
2008-08-27[netdrvr] fix build issue: undefined reference to `NS8390p_init'Alan Cox1-1/+1
2008-08-27fs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet_rx_napi()Heiko Schocher2-1/+15
2008-08-27igb: fix setting the number of tx queuesAlexander Duyck1-2/+2
2008-08-27igb: ethtool -d reads EICR which is incorrect as it is read on clearAlexander Duyck1-2/+6
2008-08-27igb: force all queues to interrupt once every 2 secondsAlexander Duyck1-1/+9
2008-08-27r8169: balance pci_map / pci_unmap pairFrancois Romieu1-1/+1
2008-08-27myri10ge: update version string to 1.4.3-1.358Brice Goglin1-1/+1
2008-08-27ixgbe: fix vlan filteringAlexander Duyck1-3/+5
2008-08-27Blackfin EMAC Driver: the BF526 also supports the MAC,Mike Frysinger1-3/+3