summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-23395-1515/+3232
|\
| * Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-02-2275-378/+870
| |\
| | * l2tp: pass correct message length to ip6_append_dataTom Parkin2024-02-221-1/+1
| | * Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-02-223-43/+57
| | |\
| | | * netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal2024-02-221-1/+1
| | | * netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso2024-02-221-38/+40
| | | * netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso2024-02-221-0/+1
| | | * netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso2024-02-222-4/+14
| | | * netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal2024-02-221-0/+1
| | * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-02-2215-17/+217
| | |\ \
| | | * | bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida2024-02-211-2/+5
| | | * | selftests/bpf: Add negtive test cases for task iterYafang Shao2024-02-192-1/+12
| | | * | bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao2024-02-191-0/+2
| | | * | selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau2024-02-192-2/+67
| | | * | bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau2024-02-191-1/+4
| | | * | Merge branch 'fix-the-read-of-vsyscall-page-through-bpf'Alexei Starovoitov2024-02-165-9/+122
| | | |\ \
| | | | * | selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao2024-02-162-0/+102
| | | | * | x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()Hou Tao2024-02-161-0/+10
| | | | * | x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao2024-02-162-9/+10
| | | |/ /
| | | * | bpf, scripts: Correct GPL license nameGianmarco Lusvardi2024-02-141-1/+1
| | | * | xsk: Add truesize to skb_add_rx_frag().Sebastian Andrzej Siewior2024-02-131-1/+2
| | | * | bpf: Fix warning for bpf_cpumask in verifierHari Bathini2024-02-131-0/+2
| | * | | net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli2024-02-221-1/+3
| | * | | Merge branch 'ioam6-fix-write-to-cloned-skb-s'Paolo Abeni2024-02-223-67/+76
| | |\ \ \
| | | * | | selftests: ioam: refactoring to align with the fixJustin Iurman2024-02-222-67/+66
| | | * | | Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman2024-02-221-0/+10
| | |/ / /
| | * | | phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont2024-02-221-9/+32
| | * | | phonet: take correct lock to peek at the RX queueRémi Denis-Courmont2024-02-221-2/+2
| | * | | net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur2024-02-223-0/+4
| | * | | net/sched: flower: Add lock protection when remove filter handleJianbo Liu2024-02-221-1/+4
| | * | | devlink: fix port dump cmd typeJiri Pirko2024-02-221-1/+1
| | * | | net: stmmac: Fix EST offset for dwmac 5.10Kurt Kanzenbach2024-02-221-1/+1
| | * | | Merge branch 'tools-ynl-fix-impossible-errors'Jakub Kicinski2024-02-221-4/+15
| | |\ \ \
| | | * | | tools: ynl: don't leak mcast_groups on init errorJakub Kicinski2024-02-221-1/+7
| | | * | | tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski2024-02-221-3/+8
| | |/ / /
| | * | | net: mctp: put sock on tag allocation failureJeremy Kerr2024-02-221-1/+1
| | * | | Merge branch 'tls-fixes-for-record-type-handling-with-peek'Jakub Kicinski2024-02-212-8/+61
| | |\ \ \
| | | * | | selftests: tls: add test for peeking past a record of a different typeSabrina Dubroca2024-02-211-0/+19
| | | * | | selftests: tls: add test for merging of same-type control messagesSabrina Dubroca2024-02-211-0/+26
| | | * | | tls: don't skip over different type records from the rx_listSabrina Dubroca2024-02-211-8/+14
| | | * | | tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca2024-02-211-1/+1
| | | * | | tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca2024-02-211-0/+2
| | |/ / /
| | * | | gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev2024-02-211-5/+5
| | * | | MAINTAINERS: Add framer headers to NETWORKING [GENERAL]Simon Horman2024-02-211-0/+2
| | * | | af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima2024-02-211-13/+9
| | * | | net: ipa: don't overrun IPA suspend interrupt registersAlex Elder2024-02-211-1/+1
| | * | | net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet2024-02-213-34/+15
| | * | | octeontx2-af: Consider the action set by PFSubbaraya Sundeep2024-02-211-0/+4
| | * | | docs: netdev: update the link to the CI repoJakub Kicinski2024-02-201-1/+1
| | * | | arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima2024-02-201-1/+2