Age | Commit message (Expand) | Author | Files | Lines |
2023-09-06 | netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash... | Kyle Zeng | 1 | -0/+1 |
2023-09-06 | netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction | Pablo Neira Ayuso | 1 | -2/+6 |
2023-09-06 | netfilter: nfnetlink_osf: avoid OOB read | Wander Lairson Costa | 1 | -0/+8 |
2023-09-06 | netfilter: nftables: exthdr: fix 4-byte stack OOB write | Florian Westphal | 1 | -8/+14 |
2023-09-06 | net/ipv6: SKB symmetric hash should incorporate transport ports | Quan Tian | 1 | -2/+1 |
2023-09-05 | igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU | Eric Dumazet | 1 | -1/+2 |
2023-09-05 | kcm: Destroy mutex in kcm_exit_net() | Shigeru Yoshida | 1 | -0/+2 |
2023-09-05 | net: sched: sch_qfq: Fix UAF in qfq_dequeue() | valis | 2 | -6/+18 |
2023-09-04 | af_unix: Fix data race around sk->sk_err. | Kuniyuki Iwashima | 1 | -1/+1 |
2023-09-04 | af_unix: Fix data-races around sk->sk_shutdown. | Kuniyuki Iwashima | 1 | -2/+2 |
2023-09-04 | af_unix: Fix data-race around unix_tot_inflight. | Kuniyuki Iwashima | 1 | -1/+1 |
2023-09-04 | af_unix: Fix data-races around user->unix_inflight. | Kuniyuki Iwashima | 1 | -3/+3 |
2023-09-04 | bpf, sockmap: Fix skb refcnt race after locking changes | John Fastabend | 1 | -4/+8 |
2023-09-04 | net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr | Alex Henrie | 1 | -1/+1 |
2023-09-04 | net: deal with integer overflows in kmalloc_reserve() | Eric Dumazet | 1 | -2/+8 |
2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -30/+24 |
2023-09-01 | ipv6: ignore dst hint for multipath routes | Sriram Yagnaraman | 2 | -1/+5 |
2023-09-01 | ipv4: ignore dst hint for multipath routes | Sriram Yagnaraman | 2 | -1/+3 |
2023-09-01 | skbuff: skb_segment, Call zero copy functions before using skbuff frags | Mohamed Khalfella | 1 | -14/+20 |
2023-09-01 | net: annotate data-races around sk->sk_bind_phc | Eric Dumazet | 2 | -3/+3 |
2023-09-01 | net: annotate data-races around sk->sk_tsflags | Eric Dumazet | 11 | -24/+29 |
2023-09-01 | mptcp: annotate data-races around msk->rmem_fwd_alloc | Eric Dumazet | 1 | -6/+13 |
2023-09-01 | net: annotate data-races around sk->sk_forward_alloc | Eric Dumazet | 4 | -11/+11 |
2023-09-01 | net: use sk_forward_alloc_get() in sk_get_meminfo() | Eric Dumazet | 1 | -1/+1 |
2023-09-01 | net/handshake: fix null-ptr-deref in handshake_nl_done_doit() | Eric Dumazet | 1 | -12/+6 |
2023-08-31 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 4 | -27/+35 |
2023-08-31 | Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 5 | -17/+76 |
2023-08-31 | Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 18 | -1340/+252 |
2023-08-31 | xsk: Fix xsk_diag use-after-free error during socket cleanup | Magnus Karlsson | 1 | -0/+3 |
2023-08-31 | net: read sk->sk_family once in sk_mc_loop() | Eric Dumazet | 1 | -1/+2 |
2023-08-31 | ipv4: annotate data-races around fi->fib_dead | Eric Dumazet | 2 | -2/+6 |
2023-08-31 | sctp: annotate data-races around sk->sk_wmem_queued | Eric Dumazet | 2 | -6/+6 |
2023-08-31 | net/sched: fq_pie: avoid stalls in fq_pie_timer() | Eric Dumazet | 1 | -8/+19 |
2023-08-30 | Merge tag 'nf-23-08-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 4 | -15/+77 |
2023-08-31 | netfilter: nf_tables: Audit log rule reset | Phil Sutter | 1 | -0/+18 |
2023-08-31 | netfilter: nf_tables: Audit log setelem reset | Phil Sutter | 1 | -3/+28 |
2023-08-30 | netfilter: xt_u32: validate user space input | Wander Lairson Costa | 1 | -0/+21 |
2023-08-30 | netfilter: xt_sctp: validate the flag_info count | Wander Lairson Costa | 1 | -0/+2 |
2023-08-30 | netfilter: nft_exthdr: Fix non-linear header modification | Xiao Liang | 1 | -12/+8 |
2023-08-30 | net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicated | Heng Guo | 5 | -9/+3 |
2023-08-30 | bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_t | John Fastabend | 1 | -18/+18 |
2023-08-30 | xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR() | Tirthendu Sarkar | 1 | -9/+13 |
2023-08-30 | bpf: Prevent inlining of bpf_fentry_test7() | Yonghong Song | 1 | -0/+1 |
2023-08-29 | Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+2 |
2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 30 | -51/+131 |
2023-08-29 | SUNRPC: Remove return value of svc_pool_wake_idle_thread() | NeilBrown | 1 | -6/+2 |
2023-08-29 | SUNRPC: make rqst_should_sleep() idempotent() | NeilBrown | 1 | -3/+5 |
2023-08-29 | SUNRPC: Clean up svc_set_num_threads | Chuck Lever | 1 | -35/+25 |
2023-08-29 | SUNRPC: Count ingress RPC messages per svc_pool | Chuck Lever | 2 | -1/+4 |
2023-08-29 | SUNRPC: Deduplicate thread wake-up code | Chuck Lever | 2 | -36/+42 |