summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-11-1414-66/+103
|\
| * ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao2024-11-141-1/+2
| * mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)2024-11-141-1/+2
| * mptcp: hold pm lock when deleting entryGeliang Tang2024-11-141-0/+3
| * mptcp: update local address flags when setting itGeliang Tang2024-11-141-0/+12
| * net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux2024-11-131-4/+14
| * Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz2024-11-121-2/+0
| * virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj2024-11-121-0/+1
| * vsock: Fix sk_error_queue memory leakMichal Luczaj2024-11-121-0/+3
| * virtio/vsock: Fix accept_queue memory leakMichal Luczaj2024-11-121-0/+8
| * mptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni2024-11-121-1/+2
| * mptcp: error out earlier on disconnectPaolo Abeni2024-11-121-4/+9
| * net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry2024-11-121-18/+24
| * net: fix data-races around sk->sk_forward_allocWang Liang2024-11-122-4/+2
| * sctp: fix possible UAF in sctp_v6_available()Eric Dumazet2024-11-091-6/+13
| * netlink: terminate outstanding dump on socket closeJakub Kicinski2024-11-072-25/+8
* | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-11-131-1/+1
|\ \
| * | bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye2024-11-081-1/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-11-111-0/+1
|\ \ \ | |_|/ |/| |
| * | vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim2024-11-061-0/+1
| |/
* | Merge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-11-078-20/+47
|\ \
| * | net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet2024-11-071-1/+3
| * | rxrpc: Fix missing locking causing hanging callsDavid Howells2024-11-071-0/+4
| * | net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang2024-11-072-9/+3
| * | Merge tag 'nf-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-11-071-7/+34
| |\ \
| | * | netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso2024-11-071-7/+34
| * | | mptcp: use sock_kfree_s instead of kfreeGeliang Tang2024-11-061-1/+2
| * | | mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)2024-11-061-1/+0
| * | | sctp: properly validate chunk size in sctp_sf_ootb()Xin Long2024-11-031-1/+1
* | | | sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown2024-11-041-0/+1
| |_|/ |/| |
* | | Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-11-021-0/+1
|\ \ \ | |/ / |/| |
| * | rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever2024-10-301-0/+1
* | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-11-013-3/+9
|\ \ \
| * | | bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen2024-10-311-0/+1
| * | | bpf: fix filed access without lockJiayuan Chen2024-10-291-3/+4
| * | | sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang2024-10-291-0/+4
* | | | Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-3118-54/+99
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-313-9/+11
| |\ \
| | * | netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso2024-10-311-0/+3
| | * | netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet2024-10-301-8/+7
| | * | netfilter: Fix use-after-free in get_info()Dong Chenchen2024-10-301-1/+1
| * | | Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2024-10-311-7/+11
| |\ \ \
| | * | | Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim2024-10-301-7/+11
| | |/ /
| * / / net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin2024-10-311-0/+4
| |/ /
| * | Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-10-303-2/+6
| |\ \
| | * | wifi: mac80211: ieee80211_i: Fix memory corruption bug in struct ieee80211_ch...Gustavo A. R. Silva2024-10-261-2/+3
| | * | wifi: cfg80211: clear wdev->cqm_config pointer on freeJohannes Berg2024-10-251-0/+1
| | * | mac80211: fix user-power when emulating chanctxBen Greear2024-10-251-0/+2
| * | | net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang2024-10-301-2/+2
| * | | net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean2024-10-291-0/+1