summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-179p: fix slab cache name creation for realLinus Torvalds
2024-11-17bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye
2024-11-179p: Avoid creating multiple slab caches with the same namePedro Falcato
2024-11-14vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-11-14hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim
2024-11-14Revert "wifi: mac80211: fix RCU list iterations"Greg Kroah-Hartman
2024-11-14mptcp: use sock_kfree_s instead of kfreeGeliang Tang
2024-11-14rxrpc: Fix missing locking causing hanging callsDavid Howells
2024-11-14netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-14netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2024-11-14sctp: properly validate chunk size in sctp_sf_ootb()Xin Long
2024-11-14sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-11-08SUNRPC: Remove BUG_ON call sitesChuck Lever
2024-11-08wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang
2024-11-08mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)
2024-11-08wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau
2024-11-08bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-11-08Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim
2024-11-08netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet
2024-11-08netfilter: Fix use-after-free in get_info()Dong Chenchen
2024-11-08net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau
2024-11-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven
2024-11-01xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca
2024-11-01xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2024-11-01net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov
2024-11-01net: sched: fix use-after-free in taprio_change()Dmitry Antipov
2024-11-01net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean
2024-11-01bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet
2024-11-01net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju
2024-11-01netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso
2024-11-01netfilter: bpf: must hold reference on net namespaceFlorian Westphal
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger
2024-11-01bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj
2024-11-01vsock: Update msg_count on read_skb()Michal Luczaj
2024-11-01vsock: Update rx_bytes on read_skb()Michal Luczaj
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj
2024-11-01Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin
2024-11-01bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu
2024-11-01genetlink: hold RCU in genlmsg_mcast()Eric Dumazet
2024-11-01tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima