summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-07mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov2-2/+62
2024-03-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov1-0/+13
2024-03-05Merge branch 'Allow struct_ops maps with a large number of programs'Martin KaFai Lau7-60/+279
2024-03-05selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee3-0/+176
2024-03-05bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee3-50/+96
2024-03-04bpf, net: validate struct_ops when updating value.Kui-Feng Lee2-10/+7
2024-03-04selftests/bpf: xdp_hw_metadata reduce sleep intervalSong Yoong Siang1-1/+1
2024-03-04selftests/bpf: Extend uprobe/uretprobe triggering benchmarksAndrii Nakryiko4-46/+103
2024-03-04libbpf: Correct debug message in btf__load_vmlinux_btfChen Shen1-1/+1
2024-03-04bpf, docs: Rename legacy conformance group to packetDave Thaler1-2/+2
2024-03-03bpf, docs: Use IETF format for field definitions in instruction-set.rstDave Thaler1-241/+290
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski150-995/+3589
2024-03-01Merge branch 'inet_dump_ifaddr-no-rtnl'David S. Miller2-92/+79
2024-03-01inet: use xa_array iterator to implement inet_dump_ifaddr()Eric Dumazet1-58/+37
2024-03-01inet: prepare inet_base_seq() to run without RTNLEric Dumazet2-3/+4
2024-03-01inet: annotate data-races around ifa->ifa_flagsEric Dumazet1-9/+13
2024-03-01inet: annotate data-races around ifa->ifa_preferred_lftEric Dumazet1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_valid_lftEric Dumazet1-8/+8
2024-03-01inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstampEric Dumazet1-10/+13
2024-03-01Merge branch 'netdevsim-link'David S. Miller6-5/+342
2024-03-01netdevsim: fix rtnetlink.sh selftestDavid Wei1-0/+2
2024-03-01netdevsim: add selftest for forwarding skb between connected portsDavid Wei2-0/+144
2024-03-01netdevsim: add ndo_get_iflink() implementationDavid Wei1-0/+16
2024-03-01netdevsim: forward skbs from one connected port to anotherDavid Wei2-5/+23
2024-03-01netdevsim: allow two netdevsim ports to be connectedDavid Wei3-0/+157
2024-03-01Merge branch 'selftests-xfail'David S. Miller10-141/+178
2024-03-01selftests: ip_local_port_range: use XFAIL instead of SKIPJakub Kicinski1-3/+3
2024-03-01selftests: kselftest_harness: support using xfailJakub Kicinski1-1/+48
2024-03-01selftests: kselftest_harness: let PASS / FAIL provide diagnosticJakub Kicinski1-5/+4
2024-03-01selftests: kselftest_harness: separate diagnostic message with # in ksft_test...Jakub Kicinski2-1/+6
2024-03-01selftests: kselftest_harness: print test name for SKIPJakub Kicinski2-4/+6
2024-03-01selftests: kselftest: add ksft_test_result_code(), handling all exit codesJakub Kicinski2-2/+46
2024-03-01selftests: kselftest_harness: use exit code to store skipJakub Kicinski1-14/+5
2024-03-01selftests: kselftest_harness: save full exit code in metadataJakub Kicinski7-35/+41
2024-03-01selftests: kselftest_harness: generate test name onceJakub Kicinski1-6/+10
2024-03-01selftests: kselftest_harness: use KSFT_* exit codesJakub Kicinski1-6/+5
2024-03-01selftests/harness: Merge TEST_F_FORK() into TEST_F()Mickaël Salaün2-91/+27
2024-03-01selftests/landlock: Redefine TEST_F() as TEST_F_FORK()Mickaël Salaün1-1/+5
2024-03-01Merge branch 'net-asp22-optimizations'David S. Miller6-118/+204
2024-03-01net: bcmasp: Add support for PHY interruptsJustin Chen3-0/+26
2024-03-01net: bcmasp: Keep buffers through power managementJustin Chen2-108/+85
2024-03-01net: phy: mdio-bcm-unimac: Add asp v2.2 supportJustin Chen1-0/+1
2024-03-01net: bcmasp: Add support for ASP 2.2Justin Chen3-10/+87
2024-03-01dt-bindings: net: brcm,asp-v2.0: Add asp-v2.2Justin Chen1-0/+4
2024-03-01dt-bindings: net: brcm,unimac-mdio: Add asp-v2.2Justin Chen1-0/+1
2024-03-01Merge branch 'qcom-phy-possible'David S. Miller1-5/+24
2024-03-01net: phy: qcom: qca808x: fill in possible_interfacesRobert Marko1-0/+12
2024-03-01net: phy: qcom: qca808x: add helper for checking for 1G only modelRobert Marko1-5/+12
2024-03-01Simplify net_dbg_ratelimited() dummyGeert Uytterhoeven1-4/+1
2024-03-01Merge branch 'ipv6-devconf-lockless'David S. Miller20-229/+245