aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2022-05-05net: sparx5: Add handling of host MDB entriesCasper Andersson1-0/+12
2022-05-04Merge branch 'ocelot-vcap-cleanups'Jakub Kicinski3-35/+31
2022-05-04net: mscc: ocelot: don't use magic numbers for OCELOT_POLICER_DISCARDVladimir Oltean1-11/+7
2022-05-04net: mscc: ocelot: drop port argument from qos_policer_conf_setVladimir Oltean3-14/+18
2022-05-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_filter_add_to_blockVladimir Oltean1-9/+5
2022-05-04net: mscc: ocelot: add to tail of empty list in ocelot_vcap_filter_add_to_blockVladimir Oltean1-1/+1
2022-05-04net: mscc: ocelot: use list_add_tail in ocelot_vcap_filter_add_to_block()Vladimir Oltean1-1/+1
2022-05-04dt-bindings: net: lan966x: fix exampleMichael Walle1-2/+2
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin4-7/+7
2022-05-04Merge branch 'mlxsw-updates'David S. Miller12-39/+82
2022-05-04mlxsw: spectrum_router: Only query neighbour activity when necessaryIdo Schimmel2-0/+7
2022-05-04mlxsw: spectrum_switchdev: Only query FDB notifications when necessaryIdo Schimmel1-11/+20
2022-05-04mlxsw: spectrum_acl: Do not report activity for multicast routesIdo Schimmel1-3/+2
2022-05-04mlxsw: Treat LLDP packets as controlPetr Machata1-1/+1
2022-05-04mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata1-13/+0
2022-05-04selftests: router.sh: Add a diagramPetr Machata1-0/+18
2022-05-04selftests: router_vid_1: Add a diagram, fix coding stylePetr Machata1-1/+26
2022-05-04selftests: mlxsw: bail_on_lldpad before installing the cleanup trapPetr Machata4-10/+8
2022-05-04Merge branch 'sfc-Siena-subdir'David S. Miller5-27/+17210
2022-05-04sfc: Copy a subset of mcdi_pcol.h to sienaMartin Habets1-0/+17204
2022-05-04sfc: Disable Siena supportMartin Habets4-27/+6
2022-05-04Merge tag 'mlx5-updates-2022-05-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller15-823/+320
2022-05-04Merge branch 'mptcp-pathmanager-api'David S. Miller10-61/+1999
2022-05-04selftests: mptcp: functional tests for the userspace PM typeKishen Maloor1-0/+779
2022-05-04selftests: mptcp: create listeners to receive MPJsKishen Maloor1-0/+54
2022-05-04selftests: mptcp: capture netlink eventsKishen Maloor1-7/+157
2022-05-04selftests: mptcp: support MPTCP_PM_CMD_SUBFLOW_DESTROYKishen Maloor1-0/+115
2022-05-04selftests: mptcp: support MPTCP_PM_CMD_SUBFLOW_CREATEKishen Maloor1-0/+129
2022-05-04mptcp: netlink: allow userspace-driven subflow establishmentFlorian Westphal4-0/+214
2022-05-04selftests: mptcp: support MPTCP_PM_CMD_REMOVEKishen Maloor1-0/+52
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_REMOVEKishen Maloor4-2/+76
2022-05-04selftests: mptcp: support MPTCP_PM_CMD_ANNOUNCEKishen Maloor1-0/+131
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCEKishen Maloor4-5/+81
2022-05-04mptcp: netlink: split mptcp_pm_parse_addr into two functionsFlorian Westphal1-21/+39
2022-05-04mptcp: read attributes of addr entries managed by userspace PMsKishen Maloor4-3/+62
2022-05-04mptcp: handle local addrs announced by userspace PMsKishen Maloor6-26/+113
2022-05-03net/mlx5: Allow future addition of IPsec object modifiersLeon Romanovsky1-0/+3
2022-05-03net/mlx5: Don't perform lookup after already known sec_pathLeon Romanovsky1-1/+0
2022-05-03net/mlx5: Cleanup XFRM attributes structLeon Romanovsky4-31/+8
2022-05-03net/mlx5: Remove not-supported ICV lengthLeon Romanovsky2-18/+1
2022-05-03net/mlx5: Simplify IPsec capabilities logicLeon Romanovsky3-31/+16
2022-05-03net/mlx5: Don't advertise IPsec netdev support for non-IPsec deviceLeon Romanovsky1-0/+3
2022-05-03net/mlx5: Make sure that no dangling IPsec FS pointers existLeon Romanovsky1-156/+73
2022-05-03net/mlx5: Clean IPsec FS add/delete rulesLeon Romanovsky3-38/+34
2022-05-03net/mlx5: Simplify HW context interfaces by using SA entryLeon Romanovsky3-197/+62
2022-05-03net/mlx5: Remove indirections from esp functionsLeon Romanovsky1-35/+12
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky12-184/+117
2022-05-03net/mlx5: Remove useless validity checkLeon Romanovsky2-54/+0
2022-05-03net/mlx5: Store IPsec ESN update work in XFRM stateLeon Romanovsky4-72/+33
2022-05-03net/mlx5: Reduce useless indirection in IPsec FS add/delete flowsLeon Romanovsky2-20/+9