summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-24net/mlx5e: make mlx5e_profile constBhumika Goyal1-1/+1
2017-08-24net/mlx4_core: make mlx4_profile constBhumika Goyal1-2/+2
2017-08-24ixgbe: use return codes from ndo_xdp_xmit that are distinguishableJesper Dangaard Brouer1-2/+2
2017-08-24mlxsw: spectrum_dpipe: Add support for controlling neighbor countersArkadi Sharshevsky3-0/+49
2017-08-24mlxsw: spectrum_dpipe: Add support for IPv4 host table dumpArkadi Sharshevsky1-0/+247
2017-08-24mlxsw: spectrum_router: Add support for setting counters on neighborsArkadi Sharshevsky4-2/+71
2017-08-24mlxsw: reg: Make flow counter set type enum to be sharedArkadi Sharshevsky2-12/+12
2017-08-24mlxsw: spectrum_dpipe: Add IPv4 host table initial supportArkadi Sharshevsky2-0/+103
2017-08-24mlxsw: spectrum_dpipe: Fix label nameArkadi Sharshevsky1-2/+2
2017-08-24mlxsw: spectrum_router: Add helpers for neighbor accessArkadi Sharshevsky2-0/+49
2017-08-24devlink: Move dpipe entry clear function into devlinkArkadi Sharshevsky1-22/+2
2017-08-24devlink: Add support for dynamic table sizeArkadi Sharshevsky1-4/+9
2017-08-24mlxsw: spectrum_dpipe: Fix erif table op name spaceArkadi Sharshevsky1-5/+5
2017-08-23net: hinic: make functions set_ctrl0 and set_ctrl1 staticColin Ian King1-2/+2
2017-08-23mlxsw: spectrum_flower: Offload goto_chain termination actionJiri Pirko1-4/+19
2017-08-23mlxsw: spectrum_acl: Provide helper to lookup rulesetJiri Pirko2-8/+41
2017-08-23mlxsw: spectrum_acl: Allow to get group_id value for a rulesetJiri Pirko3-0/+24
2017-08-23mlxsw: spectrum: Offload multichain TC rulesJiri Pirko4-15/+25
2017-08-23net: mvpp2: software tso supportAntoine Ténart1-14/+157
2017-08-23net: mvpp2: unify the txq size define useAntoine Ténart1-6/+5
2017-08-23net: define the TSO header size in net/tso.hAntoine Ténart4-7/+0
2017-08-23liquidio: change manner of detecting whether or not NIC firmware is loadedFelix Manlunas3-9/+15
2017-08-22net: amd: constify zorro_device_idArvind Yadav2-2/+2
2017-08-22net: mvpp2: initialize the GoPAntoine Ténart1-0/+170
2017-08-22net: mvpp2: set maximum packet size for 10G portsStefan Chulski1-2/+22
2017-08-22net: mvpp2: initialize the XLG MAC when using a portAntoine Ténart1-0/+25
2017-08-22net: mvpp2: initialize the GMAC when using a portAntoine Ténart1-25/+98
2017-08-22net: mvpp2: move the mii configuration in the ndo_open pathAntoine Ténart1-1/+1
2017-08-22net: mvpp2: fix the synchronization module bypass macro nameAntoine Ténart1-2/+2
2017-08-22net: mvpp2: unify register definitions coding styleAntoine Ténart1-44/+44
2017-08-22net: mdio-gpio: make mdiobb_ops constBhumika Goyal1-1/+1
2017-08-22net: ethernet: freescale: fs_enet: make mdiobb_ops constBhumika Goyal1-1/+1
2017-08-22net: ethernet: ax88796: make mdiobb_ops constBhumika Goyal1-1/+1
2017-08-22hv_netvsc: Add ethtool handler to set and get UDP hash levelsHaiyang Zhang2-8/+72
2017-08-22hv_netvsc: Clean up unused parameter from netvsc_get_rss_hash_opts()Haiyang Zhang1-3/+2
2017-08-22hv_netvsc: Clean up unused parameter from netvsc_get_hash()Haiyang Zhang1-2/+2
2017-08-22liquidio: make VF driver notify NIC firmware of MTU changeVeerasenareddy Burru1-5/+22
2017-08-22liquidio: move macro definition to a proper placeVeerasenareddy Burru2-2/+2
2017-08-22ptp: make ptp_clock_info constBhumika Goyal4-4/+4
2017-08-22net: ethernet: make ptp_clock_info constBhumika Goyal6-6/+6
2017-08-22net: hns3: Add support to change MTU in HNS3 hardwareSalil2-0/+35
2017-08-22net-next/hinic: Add netpollAviad Krawczyk1-0/+20
2017-08-22net-next/hinic: Add ethtool and statsAviad Krawczyk8-1/+341
2017-08-22net-next/hinic: Add Tx operationAviad Krawczyk8-4/+799
2017-08-22net-next/hinic: Add Rx handlerAviad Krawczyk16-0/+1278
2017-08-22net-next/hinic: Add cmdq completion handlerAviad Krawczyk2-1/+308
2017-08-22net-next/hinic: Add cmdq commandsAviad Krawczyk8-2/+683
2017-08-22net-next/hinic: Add ceqsAviad Krawczyk7-8/+427
2017-08-22net-next/hinic: Initialize cmdqAviad Krawczyk6-6/+500
2017-08-22net-next/hinic: Set qp contextAviad Krawczyk12-2/+787