summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with...Zach Brown2016-10-182-5/+5
* rocker: Flip to the new dev walk APIDavid Ahern2016-10-181-7/+24
* mlxsw: Flip to the new dev walk APIDavid Ahern2016-10-181-14/+23
* ixgbe: Flip to the new dev walk APIDavid Ahern2016-10-181-50/+82
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-1832-210/+159Star
* ethernet/toshiba: use core min/max MTU checkingJarod Wilson2016-10-184-41/+8Star
* ethernet/tile: use core min/max MTU checkingJarod Wilson2016-10-182-35/+13Star
* ethernet/ibm: use core min/max MTU checkingJarod Wilson2016-10-182-13/+9Star
* ethernet/cavium: use core min/max MTU checkingJarod Wilson2016-10-184-28/+12Star
* ethernet/neterion: use core min/max MTU checkingJarod Wilson2016-10-183-11/+9Star
* ethernet/dlink: use core min/max MTU checkingJarod Wilson2016-10-182-20/+8Star
* ethernet/sun: use core min/max MTU checkingJarod Wilson2016-10-187-24/+24
* ethernet/realtek: use core min/max MTU checkingJarod Wilson2016-10-183-17/+12Star
* ethernet/qlogic: use core min/max MTU checkingJarod Wilson2016-10-185-16/+11Star
* ethernet/mellanox: use core min/max MTU checkingJarod Wilson2016-10-182-22/+10Star
* ethernet/marvell: use core min/max MTU checkingJarod Wilson2016-10-185-69/+35Star
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-1813-101/+62Star
* ethernet/broadcom: use core min/max MTU checkingJarod Wilson2016-10-1810-74/+51Star
* ethernet/atheros: use core min/max MTU checkingJarod Wilson2016-10-187-51/+47Star
* fsl/fman: fix error return code in mac_probe()Wei Yongjun2016-10-171-2/+6
* net: ethernet: nb8800: fix error return code in nb8800_open()Wei Yongjun2016-10-171-1/+3
* net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2016-10-171-1/+0Star
* qed: Fix possible race when reading firmware return code.Manish Chopra2016-10-142-8/+8
* qed: Handle malicious VFs eventsYuval Mintz2016-10-143-20/+96
* qed: Allow chance for fast ramrod completionsYuval Mintz2016-10-141-26/+59
* qed*: Allow unicast filteringYuval Mintz2016-10-142-3/+13
* qede: Prevent GSO on long Geneve headersManish Chopra2016-10-141-0/+35
* qede: GSO support for tunnels with outer csumManish Chopra2016-10-142-3/+24
* qed: Pass MAC hints to VFsYuval Mintz2016-10-142-3/+7
* net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-145-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-148-24/+32
|\
| * net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser2016-10-131-6/+5Star
| * liquidio: CN23XX: fix a loop timeoutDan Carpenter2016-10-131-1/+1
| * stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-132-6/+8
| * stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
| * qed: fix old-style function definitionArnd Bergmann2016-10-131-1/+1
| * net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert2016-10-131-2/+2
| * qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2016-10-131-2/+2
| * tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-13115-127/+8Star
* | drivers: net: xgene: fix: Use GPIO to get link statusIyappan Subramanian2016-10-123-3/+23
* | net: ti: netcp_ethss: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-17/+25
* | net: ti: cpsw: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-7/+10
* | net: stmmac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-41/+56
* | net: stmmac: use phydev from struct net_devicePhilippe Reynes2016-10-124-33/+30Star
* | net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-10-121-31/+53
* | net: mv643xx_eth: use phydev from struct net_devicePhilippe Reynes2016-10-121-45/+43Star
|/
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-123-3/+0Star
* kthread: kthread worker API cleanupPetr Mladek2016-10-121-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1123-139/+257
|\