summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-10inet: Remove an unnecessary argument of syn_ack_recalc().Kuniyuki Iwashima1-20/+13
2020-07-10Merge branch 'devlink-health'David S. Miller5-76/+216
2020-07-10net/mlx5e: Move devlink-health rx and tx reporters to devlink portVladyslav Tarasiuk2-15/+7
2020-07-10net/mlx5e: Move devlink port register and unregister callsVladyslav Tarasiuk1-10/+5
2020-07-10devlink: Add devlink health port reporters APIVladyslav Tarasiuk2-0/+59
2020-07-10devlink: Implement devlink health reporters on per-port basisVladyslav Tarasiuk2-17/+79
2020-07-10devlink: Create generic devlink health reporter search functionVladyslav Tarasiuk1-4/+14
2020-07-10devlink: Rework devlink health reporter destructorVladyslav Tarasiuk1-13/+24
2020-07-10devlink: Refactor devlink health reporter constructorVladyslav Tarasiuk1-17/+28
2020-07-10Merge tag 'mlx5-updates-2020-07-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller10-280/+672
2020-07-10Merge branch 'udp_tunnel-add-NIC-RX-port-offload-infrastructure'David S. Miller35-397/+2608
2020-07-10mlx4: convert to new udp_tunnel_nic infraJakub Kicinski2-84/+25
2020-07-10bnxt: convert to new udp_tunnel_nic infraJakub Kicinski2-113/+40
2020-07-10ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski2-139/+44
2020-07-10ixgbe: don't clear UDP tunnel ports when RXCSUM is disabledJakub Kicinski1-20/+0
2020-07-10selftests: net: add a test for UDP tunnel info infraJakub Kicinski1-0/+786
2020-07-10netdevsim: add UDP tunnel port offload supportJakub Kicinski5-2/+224
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski12-1/+472
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski8-5/+983
2020-07-10udp_tunnel: re-number the offload tunnel typesJakub Kicinski1-3/+3
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski5-30/+31
2020-07-09net/mlx5e: CT: Fix releasing ft entriesRoi Dayan1-8/+16
2020-07-09net/mlx5e: CT: Remove unused function paramSaeed Mahameed1-2/+1
2020-07-09net/mlx5e: CT: Return err_ptr from internal functionsSaeed Mahameed1-23/+14
2020-07-09net/mlx5e: CT: Expand tunnel register mappingsPaul Blakey2-4/+4
2020-07-09net/mlx5e: CT: Use mapping for zone restore registerPaul Blakey3-34/+50
2020-07-09net/mlx5e: CT: Re-use tuple modify headers for identical modify actionsPaul Blakey1-10/+15
2020-07-09net/mlx5e: Export sharing of mod headers to a new filePaul Blakey7-166/+217
2020-07-09net/mlx5e: CT: Restore ct state from lookup in zone instead of tupleidPaul Blakey5-50/+90
2020-07-09net/mlx5e: CT: Don't offload tuple rewrites for established tuplesPaul Blakey4-12/+95
2020-07-09net/mlx5e: Use netdev_info instead of pr_infoOz Shlomo1-3/+5
2020-07-09net/mlx5e: CT: Allow header rewrite of 5-tuple and ct clear actionPaul Blakey1-3/+4
2020-07-09net/mlx5e: CT: Save ct entries tuples in hashtablesPaul Blakey1-0/+196
2020-07-09net/mlx5: E-switch, When eswitch is unsupported, return -EOPNOTSUPPParav Pandit1-1/+1
2020-07-09Merge branch 'Expose-port-split-attributes'David S. Miller19-132/+424
2020-07-09selftests: net: Add port split testDanielle Ratson2-0/+278
2020-07-09devlink: Move input checks from driver to devlinkDanielle Ratson3-19/+23
2020-07-09devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson5-1/+9
2020-07-09mlxsw: Set port split ability attribute in driverDanielle Ratson6-12/+14
2020-07-09devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson4-0/+9
2020-07-09mlxsw: Set number of port lanes attribute in driverDanielle Ratson6-6/+11
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson11-96/+82
2020-07-09devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson2-6/+6
2020-07-09devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson2-5/+5
2020-07-09net: phy: mscc: fix ptr_ret.cocci warningskernel test robot1-4/+1
2020-07-09net: systemport: fix double shift of a vlan_tci by VLAN_PRIO_SHIFTColin Ian King1-2/+1
2020-07-09Merge branch 'mptcp-introduce-msk-diag-interface'David S. Miller12-23/+444
2020-07-09selftests/mptcp: add diag interface testsPaolo Abeni3-5/+140
2020-07-09mptcp: add MPTCP socket diag interfacePaolo Abeni4-0/+192
2020-07-09mptcp: add msk interations helperPaolo Abeni2-1/+62