aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds28-103/+199
2008-08-27e1000: 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/linville/wireless-2.6David 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
2008-08-27Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-fixesJeff Garzik1-15/+20
2008-08-26Ath5k: fix bintval setupJiri Slaby1-3/+5
2008-08-26Ath5k: lock beaconsJiri Slaby2-3/+13
2008-08-26atmel: try open system authentication tooDan Williams1-1/+9
2008-08-26atmel: return ENOENT on request_firmware failureDan Williams1-19/+22
2008-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-108/+114
2008-08-25bnx2x: Version updateEilon Greenstein1-2/+2
2008-08-25bnx2x: Multi QueueYitchak Gertner1-4/+2
2008-08-25bnx2x: NAPI and interrupts enable/disableYitchak Gertner1-76/+73
2008-08-25bnx2x: NIC load failure cleanupYitchak Gertner1-12/+10
2008-08-25bnx2x: Initialization structureYitchak Gertner1-11/+11
2008-08-25bnx2x: HW lock timeoutEilon Greenstein1-2/+2
2008-08-25bnx2x: Minimize lock timeEilon Greenstein1-1/+4
2008-08-25bnx2x: Fan failure mechanism on additional designEilon Greenstein1-0/+3
2008-08-25bnx2x: Rx work checkEilon Greenstein2-1/+8
2008-08-24mv643xx_eth: bump version to 1.3Lennert Buytenhek1-1/+1
2008-08-24mv643xx_eth: enforce multiple-of-8-bytes receive buffer size restrictionLennert Buytenhek1-5/+13
2008-08-24mv643xx_eth: fix NULL pointer dereference in rxq_process()Lennert Buytenhek1-1/+1
2008-08-24mv643xx_eth: fix inconsistent lock semanticsLennert Buytenhek1-2/+2
2008-08-24mv643xx_eth: fix double add_timer() on the receive oom timerLennert Buytenhek1-4/+2
2008-08-24mv643xx_eth: fix NAPI 'rotting packet' issueLennert Buytenhek1-2/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk10-12/+0
2008-08-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller22-68/+72