aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-04memcg: accounting for objects allocated for new netdeviceVasily Averin
2022-05-04Merge branch 'mlxsw-updates'David S. Miller
2022-05-04mlxsw: spectrum_router: Only query neighbour activity when necessaryIdo Schimmel
2022-05-04mlxsw: spectrum_switchdev: Only query FDB notifications when necessaryIdo Schimmel
2022-05-04mlxsw: spectrum_acl: Do not report activity for multicast routesIdo Schimmel
2022-05-04mlxsw: Treat LLDP packets as controlPetr Machata
2022-05-04mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata
2022-05-04selftests: router.sh: Add a diagramPetr Machata
2022-05-04selftests: router_vid_1: Add a diagram, fix coding stylePetr Machata
2022-05-04selftests: mlxsw: bail_on_lldpad before installing the cleanup trapPetr Machata
2022-05-04Merge branch 'sfc-Siena-subdir'David S. Miller
2022-05-04sfc: Copy a subset of mcdi_pcol.h to sienaMartin Habets
2022-05-04sfc: Disable Siena supportMartin Habets
2022-05-04Merge tag 'mlx5-updates-2022-05-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2022-05-04Merge branch 'mptcp-pathmanager-api'David S. Miller
2022-05-04selftests: mptcp: functional tests for the userspace PM typeKishen Maloor
2022-05-04selftests: mptcp: create listeners to receive MPJsKishen Maloor
2022-05-04selftests: mptcp: capture netlink eventsKishen Maloor
2022-05-04selftests: mptcp: support MPTCP_PM_CMD_SUBFLOW_DESTROYKishen Maloor
2022-05-04selftests: mptcp: support MPTCP_PM_CMD_SUBFLOW_CREATEKishen Maloor
2022-05-04mptcp: netlink: allow userspace-driven subflow establishmentFlorian Westphal
2022-05-04selftests: mptcp: support MPTCP_PM_CMD_REMOVEKishen Maloor
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_REMOVEKishen Maloor
2022-05-04selftests: mptcp: support MPTCP_PM_CMD_ANNOUNCEKishen Maloor
2022-05-04mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCEKishen Maloor
2022-05-04mptcp: netlink: split mptcp_pm_parse_addr into two functionsFlorian Westphal
2022-05-04mptcp: read attributes of addr entries managed by userspace PMsKishen Maloor
2022-05-04mptcp: handle local addrs announced by userspace PMsKishen Maloor
2022-05-03net/mlx5: Allow future addition of IPsec object modifiersLeon Romanovsky
2022-05-03net/mlx5: Don't perform lookup after already known sec_pathLeon Romanovsky
2022-05-03net/mlx5: Cleanup XFRM attributes structLeon Romanovsky
2022-05-03net/mlx5: Remove not-supported ICV lengthLeon Romanovsky
2022-05-03net/mlx5: Simplify IPsec capabilities logicLeon Romanovsky
2022-05-03net/mlx5: Don't advertise IPsec netdev support for non-IPsec deviceLeon Romanovsky
2022-05-03net/mlx5: Make sure that no dangling IPsec FS pointers existLeon Romanovsky
2022-05-03net/mlx5: Clean IPsec FS add/delete rulesLeon Romanovsky
2022-05-03net/mlx5: Simplify HW context interfaces by using SA entryLeon Romanovsky
2022-05-03net/mlx5: Remove indirections from esp functionsLeon Romanovsky
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky
2022-05-03net/mlx5: Remove useless validity checkLeon Romanovsky
2022-05-03net/mlx5: Store IPsec ESN update work in XFRM stateLeon Romanovsky
2022-05-03net/mlx5: Reduce useless indirection in IPsec FS add/delete flowsLeon Romanovsky
2022-05-03net/mlx5: Don't hide fallback to software IPsec in FS codeLeon Romanovsky
2022-05-03net/mlx5: Check IPsec TX flow steering namespace in advanceLeon Romanovsky
2022-05-03net/mlx5: Simplify IPsec flow steering init/cleanup functionsLeon Romanovsky
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-03netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski
2022-05-03selftests: forwarding: add basic QoS classification test for Ocelot switchesVladimir Oltean
2022-05-03Merge branch 'mptcp-userspace-path-manager-prerequisites'Jakub Kicinski
2022-05-03mptcp: allow ADD_ADDR reissuance by userspace PMsKishen Maloor