aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-14kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Gravatar Kuniyuki Iwashima 1-7/+8
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Gravatar Kuniyuki Iwashima 1-1/+6
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Gravatar Kuniyuki Iwashima 1-1/+2
2023-09-13tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Gravatar Kuniyuki Iwashima 1-15/+13
2023-09-12net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Gravatar Liu Jian 1-2/+2
2023-09-11kcm: Fix memory leak in error path of kcm_sendmsg()Gravatar Shigeru Yoshida 1-0/+2
2023-09-11hsr: Fix uninit-value access in fill_frame_info()Gravatar Ziyang Xuan 1-0/+1
2023-09-10net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Gravatar Guangguan Wang 1-0/+2
2023-09-10net/smc: bugfix for smcr v2 server connect success statisticGravatar Guangguan Wang 1-1/+2
2023-09-08net: ipv4: fix one memleak in __inet_del_ifa()Gravatar Liu Jian 1-5/+5
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 47-175/+317
2023-09-07Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Paolo Abeni 5-15/+35
2023-09-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-4/+8
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-38/+761
2023-09-06netfilter: nf_tables: Unbreak audit log resetGravatar Pablo Neira Ayuso 1-5/+6
2023-09-06netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Gravatar Kyle Zeng 1-0/+1
2023-09-06netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionGravatar Pablo Neira Ayuso 1-2/+6
2023-09-06netfilter: nfnetlink_osf: avoid OOB readGravatar Wander Lairson Costa 1-0/+8
2023-09-06netfilter: nftables: exthdr: fix 4-byte stack OOB writeGravatar Florian Westphal 1-8/+14
2023-09-06net/ipv6: SKB symmetric hash should incorporate transport portsGravatar Quan Tian 1-2/+1
2023-09-05igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUGravatar Eric Dumazet 1-1/+2
2023-09-05kcm: Destroy mutex in kcm_exit_net()Gravatar Shigeru Yoshida 1-0/+2
2023-09-05net: sched: sch_qfq: Fix UAF in qfq_dequeue()Gravatar valis 2-6/+18
2023-09-04af_unix: Fix data race around sk->sk_err.Gravatar Kuniyuki Iwashima 1-1/+1
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Gravatar Kuniyuki Iwashima 1-2/+2
2023-09-04af_unix: Fix data-race around unix_tot_inflight.Gravatar Kuniyuki Iwashima 1-1/+1
2023-09-04af_unix: Fix data-races around user->unix_inflight.Gravatar Kuniyuki Iwashima 1-3/+3
2023-09-04bpf, sockmap: Fix skb refcnt race after locking changesGravatar John Fastabend 1-4/+8
2023-09-04net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrGravatar Alex Henrie 1-1/+1
2023-09-04net: deal with integer overflows in kmalloc_reserve()Gravatar Eric Dumazet 1-2/+8
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-30/+24
2023-09-01ipv6: ignore dst hint for multipath routesGravatar Sriram Yagnaraman 2-1/+5
2023-09-01ipv4: ignore dst hint for multipath routesGravatar Sriram Yagnaraman 2-1/+3
2023-09-01skbuff: skb_segment, Call zero copy functions before using skbuff fragsGravatar Mohamed Khalfella 1-14/+20
2023-09-01net: annotate data-races around sk->sk_bind_phcGravatar Eric Dumazet 2-3/+3
2023-09-01net: annotate data-races around sk->sk_tsflagsGravatar Eric Dumazet 11-24/+29
2023-09-01mptcp: annotate data-races around msk->rmem_fwd_allocGravatar Eric Dumazet 1-6/+13
2023-09-01net: annotate data-races around sk->sk_forward_allocGravatar Eric Dumazet 4-11/+11
2023-09-01net: use sk_forward_alloc_get() in sk_get_meminfo()Gravatar Eric Dumazet 1-1/+1
2023-09-01net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Gravatar Eric Dumazet 1-12/+6
2023-08-31Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 4-27/+35
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 5-17/+76
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 18-1340/+252
2023-08-31xsk: Fix xsk_diag use-after-free error during socket cleanupGravatar Magnus Karlsson 1-0/+3
2023-08-31net: read sk->sk_family once in sk_mc_loop()Gravatar Eric Dumazet 1-1/+2
2023-08-31ipv4: annotate data-races around fi->fib_deadGravatar Eric Dumazet 2-2/+6
2023-08-31sctp: annotate data-races around sk->sk_wmem_queuedGravatar Eric Dumazet 2-6/+6
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Gravatar Eric Dumazet 1-8/+19
2023-08-30Merge tag 'nf-23-08-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Jakub Kicinski 4-15/+77
2023-08-31netfilter: nf_tables: Audit log rule resetGravatar Phil Sutter 1-0/+18