summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller20-44/+77
2008-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-11/+39
2008-11-06iwl3945: fix deadlock on suspendZhu, Yi1-1/+1
2008-11-06iwl3945: do not send scan command if channel count zeroReinette Chatre1-0/+5
2008-11-06iwl3945: clear scanning bits upon failureMohamed Abbas1-0/+8
2008-11-06ath5k: correct handling of rx status fieldsBob Copeland1-8/+8
2008-11-06zd1211rw: Add 2 device IDsDaniel Drake1-0/+2
2008-11-06iwlagn: avoid sleep in softirq contextJohn W. Linville1-1/+5
2008-11-06iwlwifi: clear scanning bits upon failureMohamed Abbas1-0/+7
2008-11-06Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville1-1/+3
2008-11-05net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman1-11/+2
2008-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-22/+40
2008-11-04drivers: remove duplicated #includeJianjun Kong2-2/+0
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller211-276/+1
2008-11-03bonding, net: Move last_rx update into bonding recv logicJay Vosburgh2-0/+5
2008-11-03niu: Use pci_ioremap_bar().David S. Miller1-5/+1
2008-11-03tg3: Update version to 3.95Matt Carlson1-2/+2
2008-11-03broadcom: Add support for BCM50610Matt Carlson1-1/+118
2008-11-03broadcom: Refine expansion register access routineMatt Carlson1-26/+34
2008-11-03broadcom: Add flow control supportMatt Carlson1-6/+12
2008-11-03tg3: 5785 enhancementsMatt Carlson2-21/+163
2008-11-03tg3: Refine phylib supportMatt Carlson1-12/+35
2008-11-03tg3: Allow WOL for phylib controlled Broadcom physMatt Carlson2-8/+33
2008-11-03tg3: Refine power management and WOL codeMatt Carlson1-17/+23
2008-11-03tg3: Move phylib report to end of tg3_init_oneMatt Carlson1-13/+17
2008-11-03tg3: Do not enable APE on bcm5700Matt Carlson1-1/+4
2008-11-03tg3: Reclaim TG3_FLG3_5761_5784_AX_FIXES flagMatt Carlson2-15/+7
2008-11-03tg3: Preserve LAA when device control is releasedMatt Carlson1-37/+39
2008-11-03tg3: Preserve DASH connectivity when WOL enabledMatt Carlson2-1/+15
2008-11-03tg3: Use pci_ioremap_bar()Matt Carlson1-12/+12
2008-11-03tg3: Add 5761S supportMatt Carlson2-0/+4
2008-11-03bnx2x: Version UpdateEilon Greenstein1-2/+2
2008-11-03bnx2x: Calling netif_carrier_off at the end of the probeEilon Greenstein1-2/+2
2008-11-03bnx2x: PCI configuration bug on big-endianEilon Greenstein1-4/+5
2008-11-03bnx2x: Removing the PMF indication when unloadingEilon Greenstein1-0/+2
2008-11-03mv643xx_eth: fix SMI bus access timeoutsLennert Buytenhek1-3/+6
2008-11-03net: kconfig cleanupJeff Kirsher1-3/+15
2008-11-03fs_enet: fix pollingAlexey Dobriyan1-2/+4
2008-11-03SMC91x: Fix compilation on some platforms.David S. Miller1-0/+2
2008-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds24-76/+119
2008-11-02drivers/net/smc911x.c: Fix lockdep warning on xmit.Will Newton1-1/+1
2008-11-02smc91x: add __init markings to smc_drv_probe()Mike Frysinger1-1/+1
2008-11-02forcdeth: increase max_interrupt_workJoe Korty1-1/+1
2008-11-02ixgbe: add device support for 82598AT (copper 10GbE) adaptersJesse Brandeburg7-0/+154
2008-11-02atlx: timer cleanupStephen Hemminger3-25/+10
2008-11-02atlx: use embedded net_device_statsStephen Hemminger5-70/+44
2008-11-01IRDA: remove double inclusion of module.hAlexander Beregalov2-2/+0
2008-11-01el3_common_init() should be __devinit, not __initAl Viro1-3/+3
2008-11-01Merge branch 'cris_move' of git://www.jni.nu/crisLinus Torvalds1-2/+2
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0