summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
40 hoursMerge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2 daysMerge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+5
3 daysMerge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-174/+148
3 daysMerge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+0
7 daysMerge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-66/+103
7 daysipmr: Fix access to mfc_cache_list without lock heldBreno Leitao1-1/+2
7 daysmptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)1-1/+2
7 daysmptcp: hold pm lock when deleting entryGeliang Tang1-0/+3
7 daysmptcp: update local address flags when setting itGeliang Tang1-0/+12
8 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
8 daysnet: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux1-4/+14
9 daysBluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
9 daysvirtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj1-0/+1
9 daysvsock: Fix sk_error_queue memory leakMichal Luczaj1-0/+3
9 daysvirtio/vsock: Fix accept_queue memory leakMichal Luczaj1-0/+8
9 daysmptcp: cope racing subflow creation in mptcp_rcv_space_adjustPaolo Abeni1-1/+2
9 daysmptcp: error out earlier on disconnectPaolo Abeni1-4/+9
9 daysnet: fix SO_DEVMEM_DONTNEED looping too longMina Almasry1-18/+24
9 daysnet: fix data-races around sk->sk_forward_allocWang Liang2-4/+2
10 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+1
12 dayssctp: fix possible UAF in sctp_v6_available()Eric Dumazet1-6/+13
13 daysbpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye1-1/+1
14 daysnetlink: terminate outstanding dump on socket closeJakub Kicinski2-25/+8
14 daysMerge tag 'net-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-20/+47
14 daysnet/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet1-1/+3
14 daysrxrpc: Fix missing locking causing hanging callsDavid Howells1-0/+4
14 daysnet/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang2-9/+3
14 daysMerge tag 'nf-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-7/+34
14 daysnetfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-7/+34
2024-11-06vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim1-0/+1
2024-11-06mptcp: use sock_kfree_s instead of kfreeGeliang Tang1-1/+2
2024-11-06mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)1-1/+0
2024-11-04sunrpc: handle -ENOTCONN in xs_tcp_setup_socket()NeilBrown1-0/+1
2024-11-03sctp: properly validate chunk size in sctp_sf_ootb()Xin Long1-1/+1
2024-11-03fdget(), trivial conversionsAl Viro1-6/+4
2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro1-2/+7
2024-11-03net/socket.c: switch to CLASS(fd)Al Viro1-166/+137
2024-11-02Merge tag 'nfsd-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-0/+1
2024-11-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-3/+9
2024-11-01Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-54/+99
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen1-0/+1
2024-10-31Merge tag 'nf-24-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni3-9/+11
2024-10-31Merge tag 'for-net-2024-10-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-7/+11
2024-10-31netfilter: nft_payload: sanitize offset and length before calling skb_checksum()Pablo Neira Ayuso1-0/+3
2024-10-31net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoît Monin1-0/+4
2024-10-30rpcrdma: Always release the rpcrdma_device's xa_arrayChuck Lever1-0/+1
2024-10-30Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim1-7/+11
2024-10-30netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6()Eric Dumazet1-8/+7
2024-10-30netfilter: Fix use-after-free in get_info()Dong Chenchen1-1/+1
2024-10-30Merge tag 'wireless-2024-10-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-2/+6