summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
8 daysMerge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
9 daysMerge tag 'for-net-2024-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
9 daysaf_unix: Fix garbage collector racing against connect()Michal Luczaj
9 daysnetfilter: complete validation of user inputEric Dumazet
9 daysBluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka
9 daysBluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz
9 daysBluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
9 daysBluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz
9 daysBluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz
9 daysBluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
9 daysBluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov
9 daysBluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz
9 daysBluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz
10 daysipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
10 daysnfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet
11 daysipv4/route: avoid unused-but-set-variable warningArnd Bergmann
11 daysipv6: fib: hide unused 'pn' variableArnd Bergmann
11 daysaf_unix: Clear stale u->oob_skb.Kuniyuki Iwashima
12 daysMerge tag 'batadv-net-pullrequest-20240405' of git://git.open-mesh.org/linux-...David S. Miller
14 daysMerge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-05xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
2024-04-05net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets
2024-04-05Merge tag '9p-for-6.9-rc3' of https://github.com/martinetd/linuxLinus Torvalds
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-04-04netfilter: validate user input for expected lengthEric Dumazet
2024-04-04Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-04-04net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-04SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever
2024-04-04netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso
2024-04-04netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan
2024-04-04netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso
2024-04-04netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso
2024-04-04netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso
2024-04-04netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso
2024-04-03net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet
2024-04-02ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima
2024-04-02vsock/virtio: fix packet delivery to tap deviceMarco Pinna
2024-04-02ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou
2024-04-02bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-01mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni
2024-03-29Merge tag 'for-net-2024-03-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-03-29tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima
2024-03-29tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima
2024-03-29erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet
2024-03-29net: do not consume a cacheline for system_page_poolEric Dumazet
2024-03-29batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann
2024-03-29net/rds: fix possible cp null dereferenceMahmoud Adam
2024-03-29Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera