aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+1
2011-03-10ariadne: remove redundant NULL checkj223yang@asset.uwaterloo.ca1-5/+0
2011-03-08r6040: bump to version 0.27 and date 23Feb2011Florian Fainelli1-2/+2
2011-03-08r6040: fix multicast operationsShawn Lin1-47/+64
2011-03-07bonding 802.3ad: Rename rx_machine_lock to state_machine_lockNils Carlson2-13/+14
2011-03-07bonding 802.3ad: Fix the state machine locking v2Nils Carlson1-5/+11
2011-03-07drivers/net/macvtap: fix error checkNicolas Kaiser1-1/+2
2011-03-07net/smsc911x.c: Set the VLAN1 register to fix VLAN MTU problemGöran Weinholt1-0/+5
2011-03-06bnx2x: fix MaxBW configurationDmitry Kravkov1-2/+2
2011-03-06bnx2x: (NPAR) prevent HW access in D3 stateDmitry Kravkov4-10/+40
2011-03-06bnx2x: fix link notificationDmitry Kravkov1-7/+7
2011-03-06bnx2x: fix non-pmf device load flowDmitry Kravkov1-2/+3
2011-03-03r8169: disable ASPMStanislaw Gruszka1-0/+6
2011-03-02cnic: Fix lost interrupt on bnx2xMichael Chan1-8/+17
2011-03-02cnic: Prevent status block race conditions with hardwareMichael Chan1-0/+8
2011-03-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-2.6David S. Miller3-3/+5
2011-03-02e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup insteadBruce Allan1-1/+2
2011-03-02igb: fix sparse warningJeff Kirsher1-1/+1
2011-03-02e1000: fix sparse warningStephen Hemminger1-1/+2
2011-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller6-7/+15
2011-02-28davinci_emac: Add Carrier Link OK check in Davinci RX HandlerHegde, Vinay1-1/+1
2011-02-28bnx2x: update driver version to 1.62.00-6Dmitry Kravkov1-1/+1
2011-02-28bnx2x: properly calculate lro_mssVladislav Zolotarov1-6/+42
2011-02-28bnx2x: perform statistics "action" before state transition.Vladislav Zolotarov1-2/+2
2011-02-28bnx2x: properly configure coefficients for MinBW algorithm (NPAR mode).Dmitry Kravkov2-12/+17
2011-02-28bnx2x: Fix ethtool -t link test for MF (non-pmf) devices.Dmitry Kravkov1-5/+5
2011-02-28bnx2x: Fix nvram test for single port devices.Dmitry Kravkov1-2/+0
2011-02-28bnx2x: (NPAR mode) Fix FW initializationDmitry Kravkov4-17/+48
2011-02-28net/fec: fix unterminated platform_device_id tableAxel Lin1-1/+2
2011-02-28dnet: fix wrong use of platform_set_drvdata()Ilya Yanok1-2/+1
2011-02-28macb: don't use platform_set_drvdata() on a net_deviceJamie Iles1-1/+1
2011-02-28CAN: add controller hardware name for Softing cardsKurt Van Dijck1-0/+1
2011-02-28fmvj18x_cs: add new idKen Kawasaki1-0/+1
2011-02-28p54usb: add Senao NUB-350 usbidChristian Lamparter1-0/+1
2011-02-28ath9k_htc: Fix an endian issueSujith Manoharan1-4/+5
2011-02-27bnx2x: Add a missing bit for PXP parity register of 57712.Vladislav Zolotarov1-1/+1
2011-02-25rndis_wlan: use power save only for BCM4320bJussi Kivilinna1-0/+3
2011-02-25carl9170: add Airlive X.USB a/b/g/n USBIDJan Puk1-0/+2
2011-02-25ath9k: correct ath9k_hw_set_interruptsStanislaw Gruszka1-2/+3
2011-02-25Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6John W. Linville1-1/+1
2011-02-24skge: don't mark carrier down at startStephen Hemminger1-3/+0
2011-02-23Merge branch 'r8169-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6David S. Miller1-19/+23
2011-02-23Added support for usb ethernet (0x0fe6, 0x9700)Shahar Havivi1-0/+4
2011-02-23r8169: fix RTL8168DP power off issue.Hayes Wang1-3/+14
2011-02-23r8169: correct settings of rtl8102e.Hayes Wang1-14/+6
2011-02-23r8169: fix incorrect args to oob notify.Hayes Wang1-2/+3
2011-02-23DM9000B: Fix PHY power for network down/upHenry Nestler1-3/+4
2011-02-23DM9000B: Fix reg_save after spin_lock in dm9000_timeoutHenry Nestler1-1/+1
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner60-447/+772
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller7-82/+111