summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-09-04af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-04af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima
2023-09-04af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima
2023-09-04bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend
2023-09-04net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie
2023-09-04net: deal with integer overflows in kmalloc_reserve()Eric Dumazet
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-09-01ipv6: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-01ipv4: ignore dst hint for multipath routesSriram Yagnaraman
2023-09-01skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella
2023-09-01net: annotate data-races around sk->sk_bind_phcEric Dumazet
2023-09-01net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-09-01mptcp: annotate data-races around msk->rmem_fwd_allocEric Dumazet
2023-09-01net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-09-01net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet
2023-09-01net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet
2023-08-31Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-31xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson
2023-08-31net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-08-31ipv4: annotate data-races around fi->fib_deadEric Dumazet
2023-08-31sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet
2023-08-31net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet
2023-08-30Merge tag 'nf-23-08-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2023-08-31netfilter: nf_tables: Audit log rule resetPhil Sutter
2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter
2023-08-30netfilter: xt_u32: validate user space inputWander Lairson Costa
2023-08-30netfilter: xt_sctp: validate the flag_info countWander Lairson Costa
2023-08-30netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang
2023-08-30net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo
2023-08-30bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend
2023-08-30xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()Tirthendu Sarkar
2023-08-30bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song
2023-08-29Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown
2023-08-29SUNRPC: make rqst_should_sleep() idempotent()NeilBrown
2023-08-29SUNRPC: Clean up svc_set_num_threadsChuck Lever
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever
2023-08-29SUNRPC: Move trace_svc_xprt_enqueueChuck Lever
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown
2023-08-29nfsd: don't allow nfsd threads to be signalled.NeilBrown
2023-08-29SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever
2023-08-29SUNRPC: Revert e0a912e8ddbaChuck Lever
2023-08-29SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec arrayChuck Lever