summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-13ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao
2024-11-13mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)
2024-11-13mptcp: hold pm lock when deleting entryGeliang Tang
2024-11-13mptcp: update local address flags when setting itGeliang Tang
2024-11-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-11-12net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux
2024-11-12Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz
2024-11-12virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj
2024-11-12vsock: Fix sk_error_queue memory leakMichal Luczaj
2024-11-12virtio/vsock: Fix accept_queue memory leakMichal Luczaj
2024-11-11mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni
2024-11-11mptcp: error out earlier on disconnectPaolo Abeni
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang
2024-11-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2024-11-09sctp: fix possible UAF in sctp_v6_available()Eric Dumazet
2024-11-08bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye
2024-11-07netlink: terminate outstanding dump on socket closeJakub Kicinski
2024-11-07Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang
2024-11-07Merge tag 'nf-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-11-05mptcp: use sock_kfree_s instead of kfreeGeliang Tang
2024-11-05mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown
2024-11-03sctp: properly validate chunk size in sctp_sf_ootb()Xin Long
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen
2024-10-31Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-31Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2024-10-31netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever
2024-10-30Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet
2024-10-30netfilter: Fix use-after-free in get_info()Dong Chenchen
2024-10-29Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2024-10-29net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean
2024-10-29net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel
2024-10-29bpf: fix filed access without lockJiayuan Chen
2024-10-28sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang
2024-10-28mptcp: init: protect sched with rcu_read_lockMatthieu Baerts (NGI0)