summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf, arm64: Support sign-extension mov instructionsXu Kuohai2023-08-182-1/+19
* bpf, arm64: Support sign-extension load instructionsXu Kuohai2023-08-182-8/+43
* arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai2023-08-182-0/+10
* Merge branch 'netconsole-enable-compile-time-configuration'Jakub Kicinski2023-08-172-20/+50
|\
| * netconsole: Enable compile time configurationBreno Leitao2023-08-172-0/+27
| * netconsole: Create a allocation helperBreno Leitao2023-08-171-20/+23
|/
* net: mdio: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt2023-08-171-1/+1
* Merge branch 'netem-use-a-seeded-prng-for-loss-and-corruption-events'Jakub Kicinski2023-08-172-15/+35
|\
| * netem: use seeded PRNG for correlated loss eventsFrançois Michel2023-08-171-10/+12
| * netem: use a seeded PRNG for generating random lossesFrançois Michel2023-08-171-5/+6
| * netem: add prng attribute to netem_sched_dataFrançois Michel2023-08-172-0/+17
|/
* net: ena: Use pci_dev_id() to simplify the codeJialin Zhang2023-08-171-1/+1
* tun: add __exit annotations to module exit func tun_cleanup()Ziyang Xuan2023-08-171-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-1620-37/+1179
|\
| * Merge branch 'bpf: Force to MPTCP'Martin KaFai Lau2023-08-164-20/+221
| |\
| | * selftests/bpf: Add mptcpify testGeliang Tang2023-08-162-0/+161
| | * selftests/bpf: Fix error checks of mptcp open_and_loadGeliang Tang2023-08-161-11/+1
| | * selftests/bpf: Add two mptcp netns helpersGeliang Tang2023-08-161-10/+21
| | * bpf: Add update_socket_protocol hookGeliang Tang2023-08-162-1/+40
| |/
| * bpftool: Implement link show support for xdpDaniel Borkmann2023-08-161-0/+7
| * bpftool: Implement link show support for tcxDaniel Borkmann2023-08-161-0/+37
| * selftests/bpf: Add selftest for fill_link_infoYafang Shao2023-08-163-0/+387
| * bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()Yafang Shao2023-08-161-3/+2
| * net: Fix slab-out-of-bounds in inet[6]_steal_sockLorenz Bauer2023-08-152-2/+2
| * Merge branch 'Update and document struct_ops'Martin KaFai Lau2023-08-142-6/+56
| |\
| | * bpf: Document struct bpf_struct_ops fieldsDavid Vernet2023-08-141-0/+47
| | * bpf: Support default .validate() and .update() behavior for struct_ops linksDavid Vernet2023-08-141-6/+9
| |/
| * selftests/bpf: Add various more tcx test casesDaniel Borkmann2023-08-143-0/+462
| * selftests/bpf: Clean up fmod_ret in bench_rename test scriptYipeng Zou2023-08-141-1/+1
| * selftests/bpf: Fix repeat option when kfunc_call verification failsYipeng Zou2023-08-141-1/+1
| * libbpf: Set close-on-exec flag on gzopenMarco Vedovati2023-08-141-2/+2
| * bpftool: fix perf help messageDaniel T. Lee2023-08-111-1/+1
| * bpf: Remove unused declaration bpf_link_new_file()Yue Haibing2023-08-111-1/+0
* | Revert "net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode"Jakub Kicinski2023-08-163-311/+1
* | Merge branch 'ipv6-expired-routes'David S. Miller2023-08-164-25/+172
|\ \
| * | selftests: fib_tests: Add a test case for IPv6 garbage collectionKui-Feng Lee2023-08-161-3/+69
| * | net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2023-08-163-22/+103
|/ /
* | e1000e: Use PME poll to circumvent unreliable ACPI wakeKai-Heng Feng2023-08-161-1/+3
* | net-memcg: Fix scope of sockmem pressure indicatorsAbel Wu2023-08-162-2/+15
* | nfp: update maintainerLouis Peens2023-08-161-1/+1
* | net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel modeGrygorii Strashko2023-08-163-1/+311
* | Merge branch 'inet-data-races'David S. Miller2023-08-1639-370/+362
|\ \
| * | inet: implement lockless IP_MINTTLEric Dumazet2023-08-161-18/+14
| * | inet: implement lockless IP_TTLEric Dumazet2023-08-162-16/+13
| * | inet: move inet->defer_connect to inet->inet_flagsEric Dumazet2023-08-166-19/+21
| * | inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet2023-08-165-11/+11
| * | inet: move inet->nodefrag to inet->inet_flagsEric Dumazet2023-08-166-16/+14
| * | inet: move inet->is_icsk to inet->inet_flagsEric Dumazet2023-08-168-14/+13
| * | inet: move inet->transparent to inet->inet_flagsEric Dumazet2023-08-1611-34/+30
| * | inet: move inet->mc_all to inet->inet_fragsEric Dumazet2023-08-165-15/+15