summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-11-179p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-11-17bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye1-1/+1
2024-11-179p: Avoid creating multiple slab caches with the same namePedro Falcato1-1/+9
2024-11-14vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim1-0/+1
2024-11-14hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim1-0/+1
2024-11-14mptcp: use sock_kfree_s instead of kfreeGeliang Tang1-1/+2
2024-11-14mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)1-1/+0
2024-11-14net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet1-1/+3
2024-11-14rxrpc: Fix missing locking causing hanging callsDavid Howells1-0/+4
2024-11-14netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-7/+34
2024-11-14sctp: properly validate chunk size in sctp_sf_ootb()Xin Long1-1/+1
2024-11-14sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown1-0/+1
2024-11-08mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)1-0/+2
2024-11-08wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg1-0/+1
2024-11-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-11-08rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever1-0/+1
2024-11-08bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen1-0/+1
2024-11-08netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso1-0/+3
2024-11-08net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-11-08Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim1-7/+11
2024-11-08netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet1-8/+7
2024-11-08netfilter: Fix use-after-free in get_info()Dong Chenchen1-1/+1
2024-11-08net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang1-2/+2
2024-11-08net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean1-0/+1
2024-11-08net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-11-08ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel1-1/+1
2024-11-08sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang1-0/+4
2024-11-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau1-17/+25
2024-11-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven1-1/+1
2024-11-01xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov1-1/+3
2024-11-01Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-11-01Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz2-6/+34
2024-11-01Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz2-12/+24
2024-11-01net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-11-01net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-11-01net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-11-01bpf: Remove MEM_UNINIT from skb/xdp MTU helpersDaniel Borkmann1-27/+15
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann1-2/+2
2024-11-01net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-1/+7
2024-11-01netfilter: xtables: fix typo causing some targets not to load on IPv6Pablo Neira Ayuso3-2/+3
2024-11-01netfilter: bpf: must hold reference on net namespaceFlorian Westphal1-0/+4
2024-11-01xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-11-01xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger3-0/+20
2024-11-01xfrm: extract dst lookup parameters into a structEyal Birger4-52/+60
2024-11-01bpf, vsock: Drop static vsock_bpf_prot initializationMichal Luczaj1-8/+0
2024-11-01vsock: Update msg_count on read_skb()Michal Luczaj1-0/+3
2024-11-01vsock: Update rx_bytes on read_skb()Michal Luczaj1-2/+9
2024-11-01bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsockMichal Luczaj1-0/+8
2024-11-01Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-11-01bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu1-1/+2