summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-01Merge branch 'inet_dump_ifaddr-no-rtnl'David S. Miller
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_flagsEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet
2024-03-01Merge branch 'netdevsim-link'David S. Miller
2024-03-01netdevsim: fix rtnetlink.sh selftestDavid Wei
2024-03-01netdevsim: add selftest for forwarding skb between connected portsDavid Wei
2024-03-01netdevsim: add ndo_get_iflink() implementationDavid Wei
2024-03-01netdevsim: forward skbs from one connected port to anotherDavid Wei
2024-03-01netdevsim: allow two netdevsim ports to be connectedDavid Wei
2024-03-01Merge branch 'selftests-xfail'David S. Miller
2024-03-01selftests: ip_local_port_range: use XFAIL instead of SKIPJakub Kicinski
2024-03-01selftests: kselftest_harness: support using xfailJakub Kicinski
2024-03-01selftests: kselftest_harness: let PASS / FAIL provide diagnosticJakub Kicinski
2024-03-01selftests: kselftest_harness: separate diagnostic message with # in ksft_test...Jakub Kicinski
2024-03-01selftests: kselftest_harness: print test name for SKIPJakub Kicinski
2024-03-01selftests: kselftest: add ksft_test_result_code(), handling all exit codesJakub Kicinski
2024-03-01selftests: kselftest_harness: use exit code to store skipJakub Kicinski
2024-03-01selftests: kselftest_harness: save full exit code in metadataJakub Kicinski
2024-03-01selftests: kselftest_harness: generate test name onceJakub Kicinski
2024-03-01selftests: kselftest_harness: use KSFT_* exit codesJakub Kicinski
2024-03-01selftests/harness: Merge TEST_F_FORK() into TEST_F()Mickaël Salaün
2024-03-01selftests/landlock: Redefine TEST_F() as TEST_F_FORK()Mickaël Salaün
2024-03-01Merge branch 'net-asp22-optimizations'David S. Miller
2024-03-01net: bcmasp: Add support for PHY interruptsJustin Chen
2024-03-01net: bcmasp: Keep buffers through power managementJustin Chen
2024-03-01net: phy: mdio-bcm-unimac: Add asp v2.2 supportJustin Chen
2024-03-01net: bcmasp: Add support for ASP 2.2Justin Chen
2024-03-01dt-bindings: net: brcm,asp-v2.0: Add asp-v2.2Justin Chen
2024-03-01dt-bindings: net: brcm,unimac-mdio: Add asp-v2.2Justin Chen
2024-03-01Merge branch 'qcom-phy-possible'David S. Miller
2024-03-01net: phy: qcom: qca808x: fill in possible_interfacesRobert Marko
2024-03-01net: phy: qcom: qca808x: add helper for checking for 1G only modelRobert Marko
2024-03-01Simplify net_dbg_ratelimited() dummyGeert Uytterhoeven
2024-03-01Merge branch 'ipv6-devconf-lockless'David S. Miller
2024-03-01ipv6: use xa_array iterator to implement inet6_netconf_dump_devconf()Eric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (I)Eric Dumazet
2024-03-01ipv6: addrconf_disable_policy() optimizationEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->disable_policyEric Dumazet
2024-03-01ipv6: annotate data-races around devconf->proxy_ndpEric Dumazet
2024-03-01ipv6: annotate data-races in rt6_probe()Eric Dumazet
2024-03-01ipv6: annotate data-races around idev->cnf.ignore_routes_with_linkdownEric Dumazet
2024-03-01ipv6: annotate data-races in ndisc_router_discovery()Eric Dumazet
2024-03-01ipv6: annotate data-races around cnf.forwardingEric Dumazet
2024-03-01ipv6: annotate data-races around cnf.hop_limitEric Dumazet