summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-08Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller3-18/+144
2024-03-08Merge branch 'nexthop-group-stats'David S. Miller3-40/+363
2024-03-08net: nexthop: Expose nexthop group HW stats to user spaceIdo Schimmel3-8/+149
2024-03-08net: nexthop: Add ability to enable / disable hardware statisticsIdo Schimmel3-1/+19
2024-03-08net: nexthop: Add hardware statistics notificationsIdo Schimmel2-0/+5
2024-03-08net: nexthop: Expose nexthop group stats to user spaceIdo Schimmel2-8/+117
2024-03-08net: nexthop: Add nexthop group entry statsIdo Schimmel2-4/+37
2024-03-08net: nexthop: Add NHA_OP_FLAGSPetr Machata2-4/+23
2024-03-08net: nexthop: Adjust netlink policy parsing for a new attributePetr Machata1-30/+28
2024-03-08octeontx2-pf: Add TC flower offload support for TCP flagsSai Krishna5-2/+23
2024-03-08tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.fuyuanli1-2/+8
2024-03-08net: dqs: add NIC stall detector based on BQLJakub Kicinski5-0/+237
2024-03-08net: chelsio: remove unused function calc_tx_descsColin Ian King1-14/+0
2024-03-08Merge branch 'netdev-add-per-queue-statistics'Jakub Kicinski10-0/+498
2024-03-08eth: bnxt: support per-queue statisticsJakub Kicinski1-0/+65
2024-03-08netdev: add queue stat for alloc failuresJakub Kicinski5-1/+13
2024-03-08netdev: add per-queue statisticsJakub Kicinski9-0/+421
2024-03-08Merge branch 'net-group-together-hot-data'Jakub Kicinski44-320/+391
2024-03-08net: move rps_sock_flow_table to net_hotdataEric Dumazet4-17/+16
2024-03-08net: introduce include/net/rps.hEric Dumazet16-117/+140
2024-03-08ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataEric Dumazet4-6/+5
2024-03-08ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataEric Dumazet4-2/+4
2024-03-08inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet4-4/+5
2024-03-08inet: move tcp_protocol and udp_protocol to net_hotdataEric Dumazet2-15/+17
2024-03-08ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric Dumazet3-16/+21
2024-03-08udp: move udpv4_offload and udpv6_offload to net_hotdataEric Dumazet3-20/+20
2024-03-08net: move skbuff_cache(s) to net_hotdataEric Dumazet6-29/+32
2024-03-08net: move dev_rx_weight to net_hotdataEric Dumazet5-5/+4
2024-03-08net: move dev_tx_weight to net_hotdataEric Dumazet6-4/+5
2024-03-08net: move tcpv4_offload and tcpv6_offload to net_hotdataEric Dumazet3-17/+19
2024-03-08net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet3-18/+23
2024-03-08net: move netdev_max_backlog to net_hotdataEric Dumazet8-10/+14
2024-03-08net: move ptype_all into net_hotdataEric Dumazet5-13/+13
2024-03-08net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet5-7/+9
2024-03-08net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet5-9/+12
2024-03-08net: introduce struct net_hotdataEric Dumazet8-16/+37
2024-03-08Merge branch 'selftests-mptcp-share-code-and-fix-shellcheck-warnings'Jakub Kicinski8-244/+210
2024-03-08selftests: userspace pm: avoid relaunching pm eventsMatthieu Baerts (NGI0)1-16/+13
2024-03-08selftests: mptcp: simult flows: fix shellcheck warningsMatthieu Baerts (NGI0)1-2/+8
2024-03-08selftests: mptcp: pm netlink: fix shellcheck warningsMatthieu Baerts (NGI0)1-4/+10
2024-03-08selftests: mptcp: sockopt: fix shellcheck warningsMatthieu Baerts (NGI0)1-4/+10
2024-03-08selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)1-29/+47
2024-03-08selftests: mptcp: diag: fix shellcheck warningsMatthieu Baerts (NGI0)1-4/+10
2024-03-08selftests: mptcp: add mptcp_lib_events helperGeliang Tang3-18/+18
2024-03-08selftests: mptcp: more operations in ns_init/exitGeliang Tang7-24/+4
2024-03-08selftests: mptcp: add mptcp_lib_ns_init/exit helpersGeliang Tang8-67/+53
2024-03-08selftests: mptcp: add local variables rndhGeliang Tang2-0/+2
2024-03-08selftests: mptcp: add mptcp_lib_check_tools helperGeliang Tang8-73/+40
2024-03-08selftests: mptcp: stop forcing iptables-legacyMatthieu Baerts (NGI0)2-16/+8
2024-03-08Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski21-804/+853