summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-0747-175/+317
|\
| * Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni2023-09-075-15/+35
| |\
| | * netfilter: nf_tables: Unbreak audit log resetPablo Neira Ayuso2023-09-061-5/+6
| | * netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-061-0/+1
| | * netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso2023-09-061-2/+6
| | * netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa2023-09-061-0/+8
| | * netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal2023-09-061-8/+14
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-09-061-4/+8
| |\ \ | | |/ | |/|
| | * bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend2023-09-041-4/+8
| * | net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-061-2/+1
| * | igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-051-1/+2
| * | kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida2023-09-051-0/+2
| * | net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2023-09-052-6/+18
| * | af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-041-1/+1
| * | af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-041-2/+2
| * | af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima2023-09-041-1/+1
| * | af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima2023-09-041-3/+3
| * | net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-041-1/+1
| * | net: deal with integer overflows in kmalloc_reserve()Eric Dumazet2023-09-041-2/+8
| |/
| * ipv6: ignore dst hint for multipath routesSriram Yagnaraman2023-09-012-1/+5
| * ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-012-1/+3
| * skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-011-14/+20
| * net: annotate data-races around sk->sk_bind_phcEric Dumazet2023-09-012-3/+3
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-0111-24/+29
| * mptcp: annotate data-races around msk->rmem_fwd_allocEric Dumazet2023-09-011-6/+13
| * net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-014-11/+11
| * net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet2023-09-011-1/+1
| * net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet2023-09-011-12/+6
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-314-27/+35
| |\
| | * xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson2023-08-311-0/+3
| | * bpf, sockmap: Fix preempt_rt splat when using raw_spin_lock_tJohn Fastabend2023-08-301-18/+18
| | * xsk: Fix xsk_build_skb() error: 'skb' dereferencing possible ERR_PTR()Tirthendu Sarkar2023-08-301-9/+13
| | * bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song2023-08-301-0/+1
| * | net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-08-311-1/+2
| * | ipv4: annotate data-races around fi->fib_deadEric Dumazet2023-08-312-2/+6
| * | sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2023-08-312-6/+6
| * | net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet2023-08-311-8/+19
| * | Merge tag 'nf-23-08-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-08-304-15/+77
| |\ \
| | * | netfilter: nf_tables: Audit log rule resetPhil Sutter2023-08-311-0/+18
| | * | netfilter: nf_tables: Audit log setelem resetPhil Sutter2023-08-311-3/+28
| | * | netfilter: xt_u32: validate user space inputWander Lairson Costa2023-08-301-0/+21
| | * | netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-08-301-0/+2
| | * | netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang2023-08-301-12/+8
| | |/
| * / net: ipv4, ipv6: fix IPSTATS_MIB_OUTOCTETS increment duplicatedHeng Guo2023-08-305-9/+3
| |/
* | Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2023-09-064-38/+761
|\ \
| * | libceph: do not include crypto/algapi.hHerbert Xu2023-08-241-1/+1
| * | libceph: allow ceph_osdc_new_request to accept a multi-op readJeff Layton2023-08-241-6/+21
| * | libceph: add CEPH_OSD_OP_ASSERT_VER supportJeff Layton2023-08-241-0/+5
| * | libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_typeJeff Layton2023-08-222-0/+104
| * | libceph: add sparse read support to OSD clientJeff Layton2023-08-221-4/+253