aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-03be2net: non-member vlan pkts not received in promiscous modeSathya Perla2-2/+11
2011-08-03be2net: no need to query link statusSathya Perla5-43/+22
2011-08-03be2net: remove wrong and unnecessary calls to netif_carrier_off()Sathya Perla1-2/+0
2011-08-03bnx2x: Clear MDIO access warning during first driver loadYaniv Rosner1-1/+5
2011-08-03bnx2x: Fix BCM578xx MAC testYaniv Rosner1-5/+4
2011-08-03bnx2x: Fix BCM54618se invalid link indicationYaniv Rosner1-2/+9
2011-08-03bnx2x: Fix BCM84833 linkYaniv Rosner1-9/+12
2011-08-03bnx2x: Fix link issue with DAC over 578xxYaniv Rosner1-0/+3
2011-08-03bnx2x: Fix LED behaviorYaniv Rosner1-7/+17
2011-08-03bnx2x: Fix BCM578xx-B0 MDIO accessYaniv Rosner3-3/+18
2011-08-03bnx2x: Fix remote fault handlingYaniv Rosner3-45/+69
2011-08-03bnx2x: Fix chip hanging due to TX pipe stall.Yaniv Rosner1-1/+11
2011-08-03bnx2x: Fix missing pause on for 578xxYaniv Rosner2-0/+8
2011-08-02r8169 : MAC address change fix for the 8168e-vl.françois romieu1-0/+27
2011-08-02iwlagn: 5000 do not support idle modeWey-Yi Guy3-1/+5
2011-08-02rt2x00: fix usage of NULL queueStanislaw Gruszka1-2/+3
2011-08-02rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa1-1/+2
2011-08-02iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach1-9/+9
2011-08-02bnx2x: Prevent restarting Tx during bnx2x_nic_unloadVladislav Zolotarov1-2/+8
2011-08-01net/smsc911x: add device tree probe supportShawn Guo1-11/+74
2011-08-01rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka1-2/+1
2011-08-01rtlwifi: Fix kernel oops on ARM SOCLarry Finger1-9/+11
2011-08-01ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka5-13/+40
2011-08-01iwlegacy: set tx power after rxon_assocStanislaw Gruszka2-3/+11
2011-08-01ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau1-0/+2
2011-08-01drivers/net/niu.c: adjust array indexJulia Lawall1-2/+2
2011-08-01ipg: Use constJoe Perches1-3/+3
2011-08-01ipg: Use current logging stylesJoe Perches1-96/+95
2011-08-01qlcnic: Added debug infoSritej Velaga2-3/+14
2011-08-01qlcnic: Move get template from probe to start fwSritej Velaga1-7/+15
2011-08-01qlcnic: Fix delay in reset pathSritej Velaga3-1/+8
2011-08-01qlcnic: FW dump related changesAnirban Chakraborty2-5/+18
2011-08-01qlcnic: Fix enviroment variable for udev event generation during FW dumpAnirban Chakraborty1-2/+2
2011-08-01bna: HW Interface Init UpdateRasesh Mody1-11/+17
2011-08-01bna: Remove Unnecessary CNA CheckRasesh Mody1-12/+0
2011-08-01be2net: use stats-sync to read/write 64-bit statsSathya Perla4-51/+93
2011-08-01be2net: cleanup and refactor stats codeSathya Perla5-356/+155
2011-08-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+12
2011-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds3-2/+7
2011-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2011-07-29Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds4-49/+135
2011-07-29smc91c92_cs.c: fix bogus compiler warningDominik Brodowski1-1/+1
2011-07-29orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin1-1/+4
2011-07-29hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin1-0/+2
2011-07-29sungem: fix compile failure caused by trivial #include consolidationJiri Kosina1-1/+2
2011-07-28r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862)Lennart Sorensen1-0/+1
2011-07-28sis190: Rx filter init is needed for MAC address change.Klement Fish1-1/+11
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-223/+318
2011-07-27tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson1-3/+3
2011-07-27tg3: Break larger frags into 4k chunks for 5719Matt Carlson2-6/+47