summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-03-07ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdataEric Dumazet
2024-03-07ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdataEric Dumazet
2024-03-07inet: move inet_ehash_secret and udp_ehash_secret into net_hotdataEric Dumazet
2024-03-07inet: move tcp_protocol and udp_protocol to net_hotdataEric Dumazet
2024-03-07ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdataEric Dumazet
2024-03-07udp: move udpv4_offload and udpv6_offload to net_hotdataEric Dumazet
2024-03-07net: move skbuff_cache(s) to net_hotdataEric Dumazet
2024-03-07net: move dev_rx_weight to net_hotdataEric Dumazet
2024-03-07net: move dev_tx_weight to net_hotdataEric Dumazet
2024-03-07net: move tcpv4_offload and tcpv6_offload to net_hotdataEric Dumazet
2024-03-07net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet
2024-03-07net: move netdev_max_backlog to net_hotdataEric Dumazet
2024-03-07net: move ptype_all into net_hotdataEric Dumazet
2024-03-07net: move netdev_tstamp_prequeue into net_hotdataEric Dumazet
2024-03-07net: move netdev_budget and netdev_budget to net_hotdataEric Dumazet
2024-03-07net: introduce struct net_hotdataEric Dumazet
2024-03-07Merge branch 'selftests-mptcp-share-code-and-fix-shellcheck-warnings'Jakub Kicinski
2024-03-07selftests: userspace pm: avoid relaunching pm eventsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: simult flows: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: pm netlink: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: sockopt: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: diag: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-03-07selftests: mptcp: add mptcp_lib_events helperGeliang Tang
2024-03-07selftests: mptcp: more operations in ns_init/exitGeliang Tang
2024-03-07selftests: mptcp: add mptcp_lib_ns_init/exit helpersGeliang Tang
2024-03-07selftests: mptcp: add local variables rndhGeliang Tang
2024-03-07selftests: mptcp: add mptcp_lib_check_tools helperGeliang Tang
2024-03-07selftests: mptcp: stop forcing iptables-legacyMatthieu Baerts (NGI0)
2024-03-07Merge tag 'rxrpc-iothread-20240305' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2024-03-07net: usbnet: Remove generic .ndo_get_stats64Breno Leitao
2024-03-07net: usbnet: Leverage core stats allocatorBreno Leitao
2024-03-07dpll: spec: use proper enum for pin capabilities attributeJiri Pirko
2024-03-07net: dsa: mv88e6xxx: update 88e6185 PCS driver to use neg_modeRussell King (Oracle)
2024-03-07net: pcs: rzn1-miic: update PCS driver to use neg_modeRussell King (Oracle)
2024-03-07net: phy: marvell: add comment about m88e1111_config_init_1000basex()Russell King (Oracle)
2024-03-07netlink: let core handle error cases in dump operationsEric Dumazet
2024-03-07selftests/net: fix waiting time for ipv6_gc test in fib_tests.sh.Kui-Feng Lee
2024-03-07mpls: Do not orphan the skbChristoph Paasch
2024-03-07net: dsa: Leverage core stats allocatorFlorian Fainelli
2024-03-07atm: fore200e: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-07Merge branch 'tools-net-ynl-add-support-for-nlctrl-netlink-family'Jakub Kicinski
2024-03-07doc/netlink/specs: Add spec for nlctrl netlink familyDonald Hunter
2024-03-07doc/netlink: Allow empty enum-name in ynl specsDonald Hunter
2024-03-07tools/net/ynl: Add nest-type-value decodingDonald Hunter
2024-03-07tools/net/ynl: Fix c codegen for array-nestDonald Hunter
2024-03-07tools/net/ynl: Report netlink errors without stacktraceDonald Hunter
2024-03-07tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter
2024-03-07Merge branch 'isdn-constify-struct-class-usage'Jakub Kicinski