aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-04net: phy: smsc: Implement PHY statisticsAndrew Lunn1-0/+72
2017-06-04net: dsa: mv88e6xxx: mv88e6161 uses mv88e6320 stats snapshotAndrew Lunn1-2/+2
2017-06-04net: dsa: mv88e6xxx: 6161 uses global 2 for PHY accessAndrew Lunn1-4/+4
2017-06-04net: dsa: mv88e6xxx: move the Global 2 macrosVivien Didelot3-103/+103
2017-06-04net: dsa: mv88e6xxx: move the Global 1 macrosVivien Didelot3-141/+142
2017-06-04net: dsa: mv88e6xxx: move the Port macrosVivien Didelot2-160/+160
2017-06-04net: dsa: mv88e6xxx: move PHY macrosVivien Didelot2-4/+3
2017-06-04net: dsa: mv88e6xxx: rename chip headerVivien Didelot13-16/+19
2017-06-04net: phy: marvell: make some functions staticColin Ian King1-3/+3
2017-06-04netxen: remove writeq/readq function definitionsLABBE Corentin1-14/+1
2017-06-04mdio: mux: make child bus walking more permissive and errors more verboseJon Mason1-7/+17
2017-06-04net/mlx5e: Offload TC matching on ip tos / traffic-classOr Gerlitz1-1/+25
2017-06-04net/mlx5e: Offload TC matching on tcp flagsOr Gerlitz1-1/+21
2017-06-02net: phy: use of_mdio_parse_addrJon Mason1-13/+2
2017-06-02liquidio: Fix checkpatch errors with references crossing single lineSatanand Burla3-12/+10
2017-06-02liquidio: VF interrupt initialization cleanupRick Farrington2-12/+17
2017-06-02cxgb4: fix incorrect cim_la output for T6Ganesh Goudar1-1/+10
2017-06-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller16-1427/+392
2017-06-02qed: Add support for changing iSCSI macMintz, Yuval2-0/+67
2017-06-02qed: Support NVM-image reading APIMintz, Yuval3-0/+126
2017-06-02qed: Share additional information with qedfMintz, Yuval3-1/+23
2017-06-02qed: Correct order of wwnn and wwpnMintz, Yuval1-4/+4
2017-06-02team: add macro MODULE_ALIAS_TEAM_MODE for team mode aliasZhang Shengju5-5/+5
2017-06-01i40evf: Add support for Adaptive Virtual FunctionPreethi Banala4-7/+12
2017-06-01i40e/virtchnl: move function to virtchnlJesse Brandeburg1-149/+1
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg5-18/+21
2017-06-01i40evf/virtchnl: whitespace cleanupsJesse Brandeburg2-10/+5
2017-06-01i40e/virtchnl: refactor code for validate checksJesse Brandeburg1-16/+20
2017-06-01virtchnl: convert to new macrosJesse Brandeburg2-6/+3
2017-06-01virtchnl: move some code to core driverJesse Brandeburg1-12/+18
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg10-382/+382
2017-06-01i40e: use new unified virtchnl header fileJesse Brandeburg4-452/+3
2017-06-01i40e/i40evf: create and use new unified header fileJesse Brandeburg4-449/+3
2017-06-01i40evf: drop i40e_type.h includeJesse Brandeburg1-2/+0
2017-06-01mlxsw: spectrum: Add bridge dependency for spectrumIdo Schimmel1-0/+1
2017-06-01net-next: stmmac: Add dwmac-sun8iLABBE Corentin5-2/+1024
2017-06-01net-next: stmmac: add optional setup functionLABBE Corentin1-1/+3
2017-06-01net-next: stmmac: export stmmac_set_mac_addr/stmmac_get_mac_addrLABBE Corentin1-1/+2
2017-06-01mlxsw: spectrum: Implement the ethtool flash_device callbackYotam Gigi1-9/+42
2017-06-01qed: No need to reset SBs on IOV initMintz, Yuval3-33/+4
2017-06-01qed: Reset IGU CAM to default on initMintz, Yuval3-20/+162
2017-06-01qed: Hold a single array for SBsMintz, Yuval8-27/+103
2017-06-01qed: Provide auxiliary for getting free VF SBMintz, Yuval3-29/+51
2017-06-01qed: Remove assumption on SB order in IGUMintz, Yuval2-61/+33
2017-06-01qed: Encapsulate interrupt counters in structMintz, Yuval5-24/+21
2017-06-01qed: Add aux. function translating sb_id -> igu_sb_idMintz, Yuval1-10/+21
2017-06-01qed: Distinguish between sb_id and igu_sb_idMintz, Yuval3-25/+30
2017-06-01qed: IGU read revisedMintz, Yuval4-140/+83
2017-06-01qed: Minor refactoring in interrupt codeMintz, Yuval1-3/+12
2017-06-01qed: Make qed_int_cau_conf_pi() staticMintz, Yuval2-52/+34