aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-09net: mlx5: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09net: micrel: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-09net: macb: add support for sama7g5 emac interfaceClaudiu Beznea1-0/+9
2020-12-09net: macb: add support for sama7g5 gem interfaceClaudiu Beznea1-0/+17
2020-12-09net: macb: unprepare clocks in case of failureClaudiu Beznea1-6/+18
2020-12-09net: macb: add function to disable all macb clocksClaudiu Beznea1-17/+21
2020-12-09net: macb: add capability to not set the clock rateClaudiu Beznea2-9/+10
2020-12-09net: macb: add userio bits as platform configurationClaudiu Beznea2-4/+34
2020-12-09net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin2-12/+72
2020-12-09net: ena: use xdp_return_frame() to free xdp framesShay Agroskin2-8/+1
2020-12-09net: ena: introduce XDP redirect implementationShay Agroskin3-32/+53
2020-12-09net: ena: use xdp_frame in XDP TX flowShay Agroskin1-24/+29
2020-12-09net: ena: aggregate stats increase into a functionShay Agroskin1-99/+68
2020-12-09net: ena: fix coding style nitsShay Agroskin3-5/+6
2020-12-09net: ena: store values in their appropriate variables typesShay Agroskin2-9/+8
2020-12-09net: ena: add device distinct log prefix to filesShay Agroskin5-184/+312
2020-12-09net: ena: use constant value for net_device allocationShay Agroskin1-23/+23
2020-12-09vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()Andrea Mayer1-55/+55
2020-12-08net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun1-7/+1
2020-12-08drivers: net: qlcnic: simplify the return expression of qlcnic_sriov_vf_shutdown()Zheng Yongjun1-6/+1
2020-12-08drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun1-6/+1
2020-12-08net: dsa: mt7530: support setting ageing timeDENG Qingfang2-0/+54
2020-12-08gve: Add support for raw addressing in the tx pathCatherine Sullivan5-42/+185
2020-12-08gve: Rx Buffer RecyclingDavid Awogbemila2-74/+135
2020-12-08gve: Add support for raw addressing to the rx pathCatherine Sullivan5-62/+182
2020-12-08gve: Add support for raw addressing device optionCatherine Sullivan4-4/+92
2020-12-08mlxsw: spectrum_switchdev: Allow joining VxLAN to 802.1ad bridgeAmit Cohen1-2/+2
2020-12-08mlxsw: Veto Q-in-VNI for Spectrum-1 ASICAmit Cohen3-5/+17
2020-12-08mlxsw: spectrum_switchdev: Use ops->vxlan_join() when adding VLAN to VxLAN deviceAmit Cohen1-6/+4
2020-12-08mlxsw: spectrum_nve_vxlan: Add support for Q-in-VNI for Spectrum-2 ASICAmit Cohen1-0/+42
2020-12-08mlxsw: spectrum: Publish mlxsw_sp_ethtype_to_sver_type()Amit Cohen2-1/+2
2020-12-08mlxsw: Save EtherType as part of mlxsw_sp_nve_configAmit Cohen3-4/+6
2020-12-08mlxsw: Save EtherType as part of mlxsw_sp_nve_paramsAmit Cohen2-2/+6
2020-12-08mlxsw: spectrum_switchdev: Create common function for joining VxLAN to VLAN-aware bridgeAmit Cohen1-3/+12
2020-12-08mlxsw: reg: Add support for tunnel port in SPVID registerAmit Cohen1-1/+9
2020-12-08mlxsw: reg: Add Switch Port VLAN Stacking RegisterAmit Cohen1-0/+104
2020-12-08mlxsw: Use one enum for all registers that contain tunnel_port fieldAmit Cohen3-25/+11
2020-12-08Merge tag 'mlx5-updates-2020-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller27-350/+1493
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao5-17/+64
2020-12-08net: hns3: add priv flags support to switch limit promisc modeJian Shen7-1/+119
2020-12-08net: hns3: add support for extended promiscuous commandGuojia Liao2-49/+41
2020-12-08net/mlx5e: Fill mlx5e_create_cq_param in a functionMaxim Mikityanskiy3-10/+15
2020-12-08net/mlx5e: Split between RX/TX tunnel FW support indicationAya Levin3-14/+43
2020-12-08net/mlx5: Fix passing zero to 'PTR_ERR'YueHaibing4-4/+4
2020-12-08net/mlx5: Arm only EQs with EQEsShay Drory1-4/+2
2020-12-08net/mlx5e: Remove duplicated includeYueHaibing1-1/+0
2020-12-08net/mlx5e: remove unnecessary memsetZhu Yanjun1-1/+0
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha9-7/+262
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha11-60/+831
2020-12-08net/mlx5e: Move MLX5E_RX_ERR_CQE macroEran Ben Elisha2-2/+2