summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* e1000e: i219 - increase IPG for speed 10/100 full duplexYanir Lubetkin2015-06-261-3/+7
* e1000e: i219 - fix to enable both ULP and EEE in Sx stateYanir Lubetkin2015-06-261-13/+32
* e1000e: synchronization of MAC-PHY interface only on non- ME systemsYanir Lubetkin2015-06-261-10/+12
* e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin2015-06-261-4/+34
* igb: bump version of igb to 5.2.18Todd Fujinaka2015-06-261-1/+1
* igb: disable IPv6 extension header processingTodd Fujinaka2015-06-262-5/+10
* bnx2x: Fix linearization for encapsulated packetsYuval Mintz2015-06-251-2/+7
* bnx2x: Release nvram lock on error flowYuval Mintz2015-06-251-0/+1
* bnx2x: Fix statistics gathering on link changeAriel Elior2015-06-251-0/+2
* bnx2x: Fix self-test for 20g devicesYuval Mintz2015-06-251-4/+8
* bnx2x: Fix VF MAC removalShahed Shaikh2015-06-251-1/+1
* bnx2x: Don't notify about scratchpad paritiesManish Chopra2015-06-252-10/+21
* bnx2x: Prevent false warning when accessing MACsYuval Mintz2015-06-251-1/+1
* bnx2x: Correct speed from baseT into KR.Yuval Mintz2015-06-253-19/+59
* bnx2x: Correct asymmetric flow-controlYuval Mintz2015-06-252-14/+29
* enic: use atomic_t instead of spin_lock in busy pollGovindarajulu Varadarajan2015-06-252-66/+29
* net/fsl: remove dependency FSL_SOC for GianfarAlison Wang2015-06-251-2/+2
* cavium/liquidio: fix some error handling in lio_set_phys_id()Dan Carpenter2015-06-251-2/+3
* renesas: missing unlock on error pathDan Carpenter2015-06-251-1/+3
* mlx4: Disable HA for SRIOV PF RoCE devicesOr Gerlitz2015-06-251-1/+7
* net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay2015-06-251-11/+6
* net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay2015-06-252-8/+12
* net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha2015-06-253-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-25377-7246/+49459
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-248-28/+66
| |\
| | * stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin2015-06-244-24/+28
| | * rocker: call correct unregister function on errorGilad Ben-Yossef2015-06-231-1/+1
| | * net: fs_enet: Fix NETIF_F_SG feature for Freescale MPC5121Alexander Popov2015-06-231-3/+23
| | * mvneta: add forgotten initialization of autonegotiation bitsStas Sergeev2015-06-231-0/+6
| | * net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configurationOr Gerlitz2015-06-161-0/+8
| * | net: Cavium: Fix MAC address setting in shutdown statePavel Fedin2015-06-242-2/+13
| * | drivers: net: xgene: fix for ACPI support without ACPIStephen Rothwell2015-06-241-0/+2
| * | net/mlx5e: Prefetch skb data on RXSaeed Mahameed2015-06-241-0/+1
| * | net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat2015-06-243-2/+4
| * | net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat2015-06-245-7/+3
| * | net/mlx5e: Remove extra spacesAchiad Shochat2015-06-241-4/+4
| * | net/mlx5e: Avoid TX CQE generation if more xmit packets expectedAchiad Shochat2015-06-241-23/+34
| * | net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completionAchiad Shochat2015-06-241-3/+1
| * | net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()Achiad Shochat2015-06-241-1/+0
| * | net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting themSaeed Mahameed2015-06-241-4/+1
| * | net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed2015-06-243-33/+31
| * | net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF deviceEran Ben Elisha2015-06-241-0/+14
| * | net/mlx4_en: Fix off-by-four in ethtoolEran Ben Elisha2015-06-241-3/+2
| * | drivers: net: xgene: Check for IS_ERR rather than NULL for clock.Suman Tripathi2015-06-234-11/+18
| * | drivers: net: xgene: Add ACPI support for SGMII0 and XFI1 interface of 2nd H/...Suman Tripathi2015-06-231-0/+2
| * | drivers: net: xgene: Implement the backward compatibility with the old and ne...Suman Tripathi2015-06-231-6/+6
| * | drivers: net: xgene: Fix the ACPI support for RGMII/SGMII0/XFI interface of A...Suman Tripathi2015-06-232-23/+43
| * | NET: Add ezchip ethernet driverNoam Camus2015-06-236-0/+1023
| * | net: fec: init MAC prior to mii bus probeNimrod Andy2015-06-231-1/+3
| * | switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-234-4/+30