aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-06-26amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas1-5/+4
2014-06-26amd-xgbe: Change destination address filtering supportLendacky, Thomas6-66/+113
2014-06-26amd-xgbe: Add support for VLAN filteringLendacky, Thomas6-14/+165
2014-06-26amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas1-1/+3
2014-06-26amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2-0/+8
2014-06-26amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas5-100/+102
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller208-1728/+3894
2014-06-25Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds4-5/+19
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-222/+503
2014-06-25enic: Make dummy rfs functions inline to fix !CONFIG_RFS_ACCEL buildGeert Uytterhoeven2-10/+3
2014-06-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller11-49/+128
2014-06-25veth: add netpoll supportWANG Cong1-0/+18
2014-06-25net: allwinner: emac: Add missing free_irqMaxime Ripard1-0/+1
2014-06-25cnic: Rebranding cnic driver.Jitendra Kalsaria5-9/+14
2014-06-25bnx2: Rebranding bnx2 driver.Jitendra Kalsaria4-9/+12
2014-06-25cxgb4: use dev_port to identify portsThadeu Lima de Souza Cascardo1-0/+1
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu3-52/+26
2014-06-25tg3: Change nvram command timeout value to 50msPrashant Sreedharan1-2/+2
2014-06-25hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio1-1/+1
2014-06-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-8/+5
2014-06-25Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann1-1/+1
2014-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+9
2014-06-25hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in KconfigJosef Gajdusek1-0/+1
2014-06-25hwmon: (ntc_thermistor) Use the manufacturer name properlyNaveen Krishna Chatradhi2-3/+16
2014-06-25hwmon: (w83l786ng) Report correct minimum fan speedAxel Lin1-1/+1
2014-06-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+2
2014-06-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-20/+4
2014-06-25misc: atmel_pwm: fix Kconfig symbolsNicolas Ferre1-1/+1
2014-06-24i40e/i40evf: Bump i40e to 0.4.17 and i40evf to 0.9.36Catherine Sullivan2-2/+2
2014-06-24i40e: Bypass timeout recovery level 0 so as to not cause MDDAnjali Singhai Jain1-1/+3
2014-06-24i40e: no pf reset at pci removeShannon Nelson1-6/+0
2014-06-24i40e: reapply LAA after resetShannon Nelson2-2/+10
2014-06-24i40e: allow user to set LAA againShannon Nelson1-15/+16
2014-06-24i40e: use WoL flag when setting LAAShannon Nelson1-1/+1
2014-06-24i40e: Add ablitity to enable/disable link from set_link_restart_anCatherine Sullivan3-3/+11
2014-06-24i40e/i40evf: remove reserved typeJesse Brandeburg4-4/+0
2014-06-24i40e: Fix ethtool coalesce settingsCarolyn Wyborny3-5/+40
2014-06-24i40e: fix a stray print messageShannon Nelson1-1/+1
2014-06-24i40e: warn on newer/older firmware API revShannon Nelson1-0/+14
2014-06-24i40e: Add PF reset when Malicious driver event for PFNeerav Parikh1-0/+25
2014-06-24i40e: make prep_for_reset voidShannon Nelson1-11/+5
2014-06-24i40e: Stop the VF device after setting its MAC addressGreg Rose1-0/+2
2014-06-24cxgb4: Not need to hold the adap_rcu_lock lock when read adap_rcu_listLi RongQing1-9/+7
2014-06-24cxgb4: Fix endian bug introduced in cxgb4 dcb patchsetAnish Bhatt1-4/+4
2014-06-24powerpc/macintosh/smu.c: Fix closing brace followed by ifRasmus Villemoes1-1/+2
2014-06-23DMA, CMA: fix possible memory leakJoonsoo Kim1-1/+11
2014-06-23drivers/memstick/host/rtsx_pci_ms.c: add cancel_work when remove driverMicky Ching1-0/+1
2014-06-23be2net: fix qnq mode detection on VFsSuresh Reddy3-6/+4
2014-06-23enic: Kill unused variable in enic_rfs_flw_tbl_init().David S. Miller1-1/+1
2014-06-23enic: do tx cleanup in napi pollGovindarajulu Varadarajan2-36/+54