summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
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-07net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-07alarmtimers: Remove return value from alarm functionsThomas Gleixner
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-03fdget(), trivial conversionsAl Viro
2024-11-03switch netlink_getsockbyfilp() to taking descriptorAl Viro
2024-11-03net/socket.c: switch to CLASS(fd)Al Viro
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