aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-26e1000e: fix locking issue with e1000e_disable_aspmYanir Lubetkin1-4/+34
2015-06-26igb: bump version of igb to 5.2.18Todd Fujinaka1-1/+1
2015-06-26igb: disable IPv6 extension header processingTodd Fujinaka2-5/+10
2015-06-25netconsole: implement extended console supportTejun Heo1-2/+139
2015-06-25netconsole: make all dynamic netconsoles share a mutexTejun Heo1-5/+3
2015-06-25netconsole: make netconsole_target->enabled a boolTejun Heo1-9/+9
2015-06-25netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo1-2/+0
2015-06-25bnx2x: Fix linearization for encapsulated packetsYuval Mintz1-2/+7
2015-06-25bnx2x: Release nvram lock on error flowYuval Mintz1-0/+1
2015-06-25bnx2x: Fix statistics gathering on link changeAriel Elior1-0/+2
2015-06-25bnx2x: Fix self-test for 20g devicesYuval Mintz1-4/+8
2015-06-25bnx2x: Fix VF MAC removalShahed Shaikh1-1/+1
2015-06-25bnx2x: Don't notify about scratchpad paritiesManish Chopra2-10/+21
2015-06-25bnx2x: Prevent false warning when accessing MACsYuval Mintz1-1/+1
2015-06-25bnx2x: Correct speed from baseT into KR.Yuval Mintz3-19/+59
2015-06-25bnx2x: Correct asymmetric flow-controlYuval Mintz2-14/+29
2015-06-25enic: use atomic_t instead of spin_lock in busy pollGovindarajulu Varadarajan2-66/+29
2015-06-25net/phy: Add Vitesse 8641 phy IDShaohui Xie1-0/+14
2015-06-25net/fsl: remove dependency FSL_SOC for GianfarAlison Wang1-2/+2
2015-06-25cavium/liquidio: fix some error handling in lio_set_phys_id()Dan Carpenter1-2/+3
2015-06-25renesas: missing unlock on error pathDan Carpenter1-1/+3
2015-06-25mlx4: Disable HA for SRIOV PF RoCE devicesOr Gerlitz1-1/+7
2015-06-25net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay1-11/+6
2015-06-25net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay2-8/+12
2015-06-25net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha3-5/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds730-17518/+75778
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-28/+79
2015-06-24stmmac: troubleshoot unexpected bits in des0 & des1Alexey Brodkin4-24/+28
2015-06-24net: Cavium: Fix MAC address setting in shutdown statePavel Fedin2-2/+13
2015-06-24drivers: net: xgene: fix for ACPI support without ACPIStephen Rothwell1-0/+2
2015-06-24net/mlx5e: Prefetch skb data on RXSaeed Mahameed1-0/+1
2015-06-24net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat3-2/+4
2015-06-24net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat5-7/+3
2015-06-24net/mlx5e: Remove extra spacesAchiad Shochat1-4/+4
2015-06-24net/mlx5e: Avoid TX CQE generation if more xmit packets expectedAchiad Shochat1-23/+34
2015-06-24net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completionAchiad Shochat1-3/+1
2015-06-24net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()Achiad Shochat1-1/+0
2015-06-24net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting themSaeed Mahameed1-4/+1
2015-06-24net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed3-33/+31
2015-06-24net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF deviceEran Ben Elisha1-0/+14
2015-06-24net/mlx4_en: Fix off-by-four in ethtoolEran Ben Elisha1-3/+2
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds7-7/+31
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-26/+1
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2015-06-23Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+2
2015-06-23drivers: net: xgene: Check for IS_ERR rather than NULL for clock.Suman Tripathi4-11/+18
2015-06-23drivers: net: xgene: Add ACPI support for SGMII0 and XFI1 interface of 2nd H/W version of APM X-Gene SoC ethernet controller.Suman Tripathi1-0/+2
2015-06-23drivers: net: xgene: Implement the backward compatibility with the old and new firmware w.r.t Tx completion IRQ interrupt.Suman Tripathi1-6/+6
2015-06-23drivers: net: xgene: Fix the ACPI support for RGMII/SGMII0/XFI interface of APM X-Gene SoC ethernet controller.Suman Tripathi2-23/+43
2015-06-23NET: Add ezchip ethernet driverNoam Camus6-0/+1023