summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima2023-09-191-7/+8
* tcp: Fix bind() regression for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima2023-09-191-1/+6
* tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2023-09-191-1/+2
* tcp: Factorise sk_family-independent comparison in inet_bind2_bucket_match(_a...Kuniyuki Iwashima2023-09-191-15/+13
* net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian2023-09-191-2/+2
* kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida2023-09-191-0/+2
* hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan2023-09-191-0/+1
* net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang2023-09-191-0/+2
* net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian2023-09-191-5/+5
* netfilter: nf_tables: Unbreak audit log resetPablo Neira Ayuso2023-09-191-5/+6
* netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso2023-09-191-2/+6
* netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa2023-09-191-0/+8
* netfilter: nftables: exthdr: fix 4-byte stack OOB writeFlorian Westphal2023-09-191-8/+14
* kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida2023-09-191-0/+2
* net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2023-09-192-6/+18
* af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima2023-09-191-1/+1
* af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima2023-09-191-2/+2
* af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima2023-09-191-1/+1
* af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima2023-09-191-3/+3
* bpf, sockmap: Fix skb refcnt race after locking changesJohn Fastabend2023-09-191-4/+8
* net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie2023-09-191-1/+1
* ipv6: ignore dst hint for multipath routesSriram Yagnaraman2023-09-192-1/+5
* ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-192-1/+3
* net: annotate data-races around sk->sk_bind_phcEric Dumazet2023-09-192-3/+3
* net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-1911-24/+29
* mptcp: annotate data-races around msk->rmem_fwd_allocEric Dumazet2023-09-191-6/+13
* net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-194-11/+11
* net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet2023-09-191-1/+1
* net/handshake: fix null-ptr-deref in handshake_nl_done_doit()Eric Dumazet2023-09-191-12/+6
* xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson2023-09-191-0/+3
* net: read sk->sk_family once in sk_mc_loop()Eric Dumazet2023-09-191-1/+2
* ipv4: annotate data-races around fi->fib_deadEric Dumazet2023-09-192-2/+6
* sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2023-09-192-6/+6
* net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet2023-09-191-8/+19
* netfilter: nf_tables: Audit log rule resetPhil Sutter2023-09-191-0/+18
* netfilter: nf_tables: Audit log setelem resetPhil Sutter2023-09-191-3/+28
* net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian2023-09-191-2/+1
* Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz2023-09-131-1/+4
* Bluetooth: msft: Extended monitor tracking by address filterHilda Wu2023-09-131-15/+397
* dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-09-132-9/+19
* skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella2023-09-131-14/+20
* netfilter: xt_sctp: validate the flag_info countWander Lairson Costa2023-09-131-0/+2
* netfilter: xt_u32: validate user space inputWander Lairson Costa2023-09-131-0/+21
* netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang2023-09-131-12/+8
* netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng2023-09-131-0/+1
* igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet2023-09-131-1/+2
* net: deal with integer overflows in kmalloc_reserve()Eric Dumazet2023-09-131-2/+8
* SUNRPC: Fix the recent bv_offset fixChuck Lever2023-09-131-1/+3
* netrom: Deny concurrent connect().Kuniyuki Iwashima2023-09-131-0/+5
* net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic2023-09-131-0/+4