summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29selftests: netfilter: add bridge conntrack + multicast test caseFlorian Westphal
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2024-02-28netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()Ignat Korchagin
2024-02-22l2tp: pass correct message length to ip6_append_dataTom Parkin
2024-02-22Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-22net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli
2024-02-22Merge branch 'ioam6-fix-write-to-cloned-skb-s'Paolo Abeni
2024-02-22selftests: ioam: refactoring to align with the fixJustin Iurman
2024-02-22Fix write to cloned skb in ipv6_hop_ioam()Justin Iurman
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont
2024-02-21net: sparx5: Add spinlock for frame transmission from CPUHoratiu Vultur
2024-02-21net/sched: flower: Add lock protection when remove filter handleJianbo Liu
2024-02-21devlink: fix port dump cmd typeJiri Pirko
2024-02-21net: stmmac: Fix EST offset for dwmac 5.10Kurt Kanzenbach
2024-02-21Merge branch 'tools-ynl-fix-impossible-errors'Jakub Kicinski
2024-02-21tools: ynl: don't leak mcast_groups on init errorJakub Kicinski
2024-02-21tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski
2024-02-21net: mctp: put sock on tag allocation failureJeremy Kerr
2024-02-22netfilter: nf_tables: use kzalloc for hook allocationFlorian Westphal
2024-02-22netfilter: nf_tables: register hooks last when adding new chain/flowtablePablo Neira Ayuso
2024-02-22netfilter: nft_flow_offload: release dst in case direct xmit path is usedPablo Neira Ayuso
2024-02-22netfilter: nft_flow_offload: reset dst in route object after setting up flowPablo Neira Ayuso
2024-02-22netfilter: nf_tables: set dormant flag on hook register failureFlorian Westphal
2024-02-21Merge branch 'tls-fixes-for-record-type-handling-with-peek'Jakub Kicinski
2024-02-21selftests: tls: add test for peeking past a record of a different typeSabrina Dubroca
2024-02-21selftests: tls: add test for merging of same-type control messagesSabrina Dubroca
2024-02-21tls: don't skip over different type records from the rx_listSabrina Dubroca
2024-02-21tls: stop recv() if initial process_rx_list gave us non-DATASabrina Dubroca
2024-02-21tls: break out of main loop when PEEK gets a non-data recordSabrina Dubroca
2024-02-21gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()Vasiliy Kovalev
2024-02-21bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()Shigeru Yoshida
2024-02-21MAINTAINERS: Add framer headers to NETWORKING [GENERAL]Simon Horman
2024-02-21af_unix: Drop oob_skb ref before purging queue in GC.Kuniyuki Iwashima
2024-02-21net: ipa: don't overrun IPA suspend interrupt registersAlex Elder
2024-02-21net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet
2024-02-21octeontx2-af: Consider the action set by PFSubbaraya Sundeep
2024-02-20docs: netdev: update the link to the CI repoJakub Kicinski
2024-02-20arp: Prevent overflow in arp_req_get().Kuniyuki Iwashima
2024-02-20devlink: fix possible use-after-free and memory leaks in devlink_init()Vasiliy Kovalev
2024-02-20ipv6: sr: fix possible use-after-free and null-ptr-derefVasiliy Kovalev
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao
2024-02-19bpf: Fix an issue due to uninitialized bpf_iter_taskYafang Shao
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau
2024-02-19bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-02-19enic: Avoid false positive under FORTIFY_SOURCEKees Cook
2024-02-19ionic: use pci_is_enabled not open codeShannon Nelson
2024-02-19selftests: bonding: set active slave to primary eth1 specificallyHangbin Liu
2024-02-18Merge branch 'bcmasp-fixes'David S. Miller