summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-07-22amd8111e: do vlan cleanupJiri Pirko2-31/+6
2011-07-22ehea: do vlan cleanupJiri Pirko2-48/+7
2011-07-22nes: do vlan cleanupJiri Pirko3-28/+45
2011-07-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller22-73/+104
2011-07-21bnx2: Fix endian swapping on firmware version stringMichael Chan1-3/+3
2011-07-21cnic: Add VLAN ID as a parameter during netevent upcallMichael Chan4-20/+52
2011-07-21cnic: Wait for all Context IDs to be deleted before sending FCOE_DESTROY_FUNCMichael Chan1-18/+27
2011-07-21cnic: Fix Context ID space calculationMichael Chan1-9/+1
2011-07-21tg3: Fix NVRAM selftest failures for 5720 devsMatt Carlson1-1/+1
2011-07-21tg3: Return size from tg3_vpd_readblock()Matt Carlson1-12/+13
2011-07-21tg3: Fix int selftest for recent devices.Matt Carlson1-2/+6
2011-07-21tg3: Fix RSS indirection table distributionMatt Carlson1-6/+15
2011-07-21tg3: Add 5719 and 5720 to EEE_CAP listMatt Carlson1-1/+3
2011-07-21tg3: Fix link down notify failure when EEE disabledMatt Carlson1-13/+25
2011-07-21tg3: Fix link flap at 100Mbps with EEE enabledMatt Carlson2-5/+6
2011-07-21tg3: Fix io failures after chip resetMatt Carlson1-12/+6
2011-07-21bnx2x: Broken self-test in SF mode on 578xxVladislav Zolotarov3-3/+12
2011-07-21bnx2x: Parity errors recovery for 578xxVladislav Zolotarov4-71/+168
2011-07-21bnx2x: Read FIP mac from SHMEM in single function modeVladislav Zolotarov1-7/+9
2011-07-21bnx2x: Fixed ethtool -d for 578xxVladislav Zolotarov2-811/+1202
2011-07-21bnx2x: Implementation for netdev->ndo_fcoe_get_wwnVladislav Zolotarov4-3/+96
2011-07-20slcan: remove unused 'leased', 'line' and 'pid' fields from the 'slcan' struc...Matvejchikov Ilya1-9/+1
2011-07-20slip: remove unused 'line' field from the 'slip' structureMatvejchikov Ilya2-4/+0
2011-07-19Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-33/+64
2011-07-19Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-5/+3
2011-07-19bnx2x: disable FCoE for 578xx devices since not yet supportedDmitry Kravkov1-2/+2
2011-07-19bnx2x: fix memory barriersVladislav Zolotarov2-19/+75
2011-07-19bnx2x: use BNX2X_Q_FLG_TPA_IPV6 for TPA queue configurationVladislav Zolotarov3-2/+5
2011-07-19bnx2x: disable loacal BH when scheduling FCOE napiVladislav Zolotarov1-1/+8
2011-07-19bnx2x: fix MB index for 4-port devicesDmitry Kravkov1-1/+1
2011-07-19bnx2x: DCB reworkDmitry Kravkov6-112/+268
2011-07-19bnx2x: remove unnecessary dma_syncVladislav Zolotarov1-5/+0
2011-07-19bnx2x: stop tx before CNIC_STOPVladislav Zolotarov1-3/+3
2011-07-19bnx2x: add missing command in error handling flowDmitry Kravkov1-0/+1
2011-07-19bnx2x: use correct dma_sync functionVladislav Zolotarov2-2/+2
2011-07-19r8169: fix sticky accepts packet bits in RxConfig.Francois Romieu1-5/+3
2011-07-19vhost: optimize interrupt enable/disableMichael S. Tsirkin1-2/+2
2011-07-19vhost: fix zcopy reference countingMichael S. Tsirkin1-1/+0
2011-07-19vhost: set log when updating used flags or avail eventJason Wang1-30/+54
2011-07-19vhost: init used ring after backend was setJason Wang4-8/+16
2011-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-5/+2
2011-07-18pppoe: Must flush connections when MAC address changes too.David S. Miller1-1/+2
2011-07-18net: can: remove custom hex_to_bin()Andy Shevchenko1-21/+5
2011-07-18stmmac: Allow SOCs to use Store forward mode eventhough tx_coe is 0. (V2)Srinivas Kandagatla1-3/+5
2011-07-18stmmac: add memory barriers at appropriate placesShiraz Hashim1-0/+5
2011-07-18tulip: dmfe: Remove old log spamming pr_debugsJoe Perches1-4/+0
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin3-16/+220
2011-07-18si4713-i2c: avoid potential buffer overflow on si4713Mauro Carvalho Chehab1-2/+2
2011-07-18Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1/+13
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller11-65/+100