summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-10net: macb: add userio bits as platform configurationClaudiu Beznea2-4/+34
2020-12-10net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso1-3/+3
2020-12-10Merge branch 'xdp-redirect-implementation-for-ena-driver'Jakub Kicinski7-375/+551
2020-12-10net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECTShay Agroskin2-12/+72
2020-12-10net: ena: use xdp_return_frame() to free xdp framesShay Agroskin2-8/+1
2020-12-10net: ena: introduce XDP redirect implementationShay Agroskin3-32/+53
2020-12-10net: ena: use xdp_frame in XDP TX flowShay Agroskin1-24/+29
2020-12-10net: ena: aggregate stats increase into a functionShay Agroskin1-99/+68
2020-12-10net: ena: fix coding style nitsShay Agroskin3-5/+6
2020-12-10net: ena: store values in their appropriate variables typesShay Agroskin2-9/+8
2020-12-10net: ena: add device distinct log prefix to filesShay Agroskin5-184/+312
2020-12-10net: ena: use constant value for net_device allocationShay Agroskin1-23/+23
2020-12-10ptp: clockmatrix: deprecate firmware older than 4.8.7Min Li2-35/+45
2020-12-10ptp: clockmatrix: Fix non-zero phase_adj is lost after snapMin Li2-24/+90
2020-12-10ptp: clockmatrix: remove 5 second delay before entering write phase modeMin Li2-23/+0
2020-12-10ptp: clockmatrix: reset device and check BOOT_STATUSMin Li3-36/+124
2020-12-09vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()Andrea Mayer1-55/+55
2020-12-09net: atheros: simplify the return expression of atl2_phy_setup_autoneg_adv()Zheng Yongjun1-7/+1
2020-12-09drivers: net: qlcnic: simplify the return expression of qlcnic_sriov_vf_shutd...Zheng Yongjun1-6/+1
2020-12-09drivers: net: ionic: simplify the return expression of ionic_set_rxfh()Zheng Yongjun1-6/+1
2020-12-09net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun1-5/+1
2020-12-09net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set...Zheng Yongjun1-6/+1
2020-12-09net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh()Zheng Yongjun1-6/+1
2020-12-09net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Zheng Yongjun1-8/+3
2020-12-09net: dsa: mt7530: support setting ageing timeDENG Qingfang2-0/+54
2020-12-09Merge branch 'GVE-Raw-Addressing'David S. Miller8-162/+574
2020-12-09gve: Add support for raw addressing in the tx pathCatherine Sullivan5-42/+185
2020-12-09gve: Rx Buffer RecyclingDavid Awogbemila2-74/+135
2020-12-09gve: Add support for raw addressing to the rx pathCatherine Sullivan5-62/+182
2020-12-09gve: Add support for raw addressing device optionCatherine Sullivan4-4/+92
2020-12-09net: sched: fix spelling mistake in Kconfig "trys" -> "tries"Colin Ian King2-2/+2
2020-12-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller27-370/+1623
2020-12-09net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddrJulian Wiedmann1-4/+4
2020-12-09Merge branch 'mlxsw-Add-support-for-Q-in-VNI'David S. Miller10-47/+703
2020-12-09selftests: mlxsw: Add Q-in-VNI veto testsAmit Cohen2-0/+143
2020-12-09selftests: forwarding: Add Q-in-VNI testPetr Machata1-0/+347
2020-12-09mlxsw: spectrum_switchdev: Allow joining VxLAN to 802.1ad bridgeAmit Cohen1-2/+2
2020-12-09mlxsw: Veto Q-in-VNI for Spectrum-1 ASICAmit Cohen3-5/+17
2020-12-09mlxsw: spectrum_switchdev: Use ops->vxlan_join() when adding VLAN to VxLAN de...Amit Cohen1-6/+4
2020-12-09mlxsw: spectrum_nve_vxlan: Add support for Q-in-VNI for Spectrum-2 ASICAmit Cohen1-0/+42
2020-12-09mlxsw: spectrum: Publish mlxsw_sp_ethtype_to_sver_type()Amit Cohen2-1/+2
2020-12-09mlxsw: Save EtherType as part of mlxsw_sp_nve_configAmit Cohen3-4/+6
2020-12-09mlxsw: Save EtherType as part of mlxsw_sp_nve_paramsAmit Cohen2-2/+6
2020-12-09mlxsw: spectrum_switchdev: Create common function for joining VxLAN to VLAN-a...Amit Cohen1-3/+12
2020-12-09mlxsw: reg: Add support for tunnel port in SPVID registerAmit Cohen1-1/+9
2020-12-09mlxsw: reg: Add Switch Port VLAN Stacking RegisterAmit Cohen1-0/+104
2020-12-09mlxsw: Use one enum for all registers that contain tunnel_port fieldAmit Cohen3-25/+11
2020-12-09Merge tag 'mlx5-updates-2020-12-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller27-350/+1493
2020-12-08Merge branch 'net-hns3-updates-for-next'Jakub Kicinski9-66/+223
2020-12-08net: hns3: refine the VLAN tag handle for port based VLANGuojia Liao5-17/+64