aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-09sfc: report 4-tuple UDP hashing to ethtool, if it's enabledEdward Cree3-6/+14
2016-11-09sfc: enable 4-tuple RSS hashing for UDPEdward Cree1-0/+82
2016-11-09net/mlx5e: Add basic TC tunnel set action for SRIOV offloadsHadar Hen Zion4-7/+312
2016-11-09net/mlx5e: Add ndo_udp_tunnel_add to VF representorsHadar Hen Zion3-4/+10
2016-11-09net/mlx5e: Add TC tunnel release action for SRIOV offloadsHadar Hen Zion2-2/+163
2016-11-09net/mlx5: Support encap id when setting new steering entryHadar Hen Zion10-76/+97
2016-11-09net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion11-24/+37
2016-11-09net/mlx5: Check max encap header size capabilityHadar Hen Zion1-10/+16
2016-11-09net/mlx5: Move alloc/dealloc encap commands declarations to common header fileHadar Hen Zion3-13/+12
2016-11-09qed: Prevent stack corruption on MFW interactionMintz, Yuval2-5/+12
2016-11-09net: 3com: typhoon: fix typhoon_get_link_ksettingsPhilippe Reynes1-1/+6
2016-11-09net: xgbe: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-31/+37
2016-11-09net: amd: pcnet32: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-11-09net: amd8111e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-11-09net: alteon: acenic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+35
2016-11-09net: adaptec: starfire: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-11-09Revert "net: stmmac: allow to split suspend/resume from init/exit callbacks"Joachim Eastwood1-6/+2
2016-11-09stmmac: dwmac-rk: absorb rk_gmac_init into probeJoachim Eastwood1-9/+1
2016-11-09stmmac: dwmac-rk: turn exit into standard driver remove callbackJoachim Eastwood1-9/+11
2016-11-09stmmac: dwmac-rk: turn resume/suspend into standard PM callbacksJoachim Eastwood1-27/+32
2016-11-09net: phy: Add Meson GXL Internal PHY driverNeil Armstrong3-0/+87
2016-11-09net: mdio-mux-mmioreg: Add support for 16bit and 32bit register sizesNeil Armstrong1-13/+47
2016-11-07net: ethernet: bgmac: add NS2 supportJon Mason3-2/+58
2016-11-07net: ethernet: bgmac: device tree phy enablementJon Mason4-25/+56
2016-11-07net: phy: broadcom: Add BCM54810 PHY entryJon Mason2-2/+58
2016-11-07net: phy: broadcom: add bcm54xx_auxctl_readJon Mason1-0/+10
2016-11-06stmmac: dwmac-sti: remove unused priv dev memberJoachim Eastwood1-2/+0
2016-11-06stmmac: dwmac-sti: clean up and rename sti_dwmac_initJoachim Eastwood1-6/+4
2016-11-06stmmac: dwmac-sti: move clk_prepare_enable out of init and add error handlingJoachim Eastwood1-4/+15
2016-11-06stmmac: dwmac-sti: move st, gmac_en parsing to sti_dwmac_parse_dataJoachim Eastwood1-3/+3
2016-11-06stmmac: dwmac-sti: add PM ops and resume functionJoachim Eastwood1-10/+37
2016-11-06stmmac: dwmac-sti: remove clk NULL checksJoachim Eastwood1-6/+4
2016-11-06stmmac: dwmac-sti: remove useless of_node checkJoachim Eastwood1-3/+0
2016-11-06Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-374/+819
2016-11-05mlxsw: Remove unused including <generated/utsrelease.h>Wei Yongjun3-3/+0
2016-11-04ixgbevf: Handle previously-freed msix_entriesMark Rustad1-2/+7
2016-11-04ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transport headersSowmini Varadhan1-0/+17
2016-11-04ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan1-1/+1
2016-11-04ixgbe: Correct X550 phy IDDon Skidmore2-2/+4
2016-11-04ixgbe: Add X553 FW ALEF supportDon Skidmore3-97/+255
2016-11-04ixgbe: set device if before calling get_invariantsEmil Tantilov1-4/+6
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov5-90/+124
2016-11-04ixgbe: remove SFP ixfi supportEmil Tantilov1-65/+11
2016-11-04ixgbe: Handle previously-freed msix_entriesMark Rustad1-0/+3
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore7-8/+232
2016-11-04ixgbe: fix link status check for copper X550emEmil Tantilov1-8/+13
2016-11-04ixgbe: do not use ixgbe specific mdio definesEmil Tantilov3-56/+33
2016-11-04ixgbe: Update setup PHY link to unset all speedsDon Skidmore1-39/+38
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore8-2/+57
2016-11-04ixgbe: Add X552 iXFI configuration helper functionDon Skidmore1-34/+52