summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-10netfilter: nft_set_rbtree: use read spinlock to avoid datapath contentionPablo Neira Ayuso1-4/+2
2023-10-10netfilter: nft_set_rbtree: skip sync GC for new elements in this transactionPablo Neira Ayuso1-2/+6
2023-10-10netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2-0/+6
2023-10-10netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso1-2/+2
2023-10-10netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso1-1/+6
2023-10-10netfilter: nf_tables: GC transaction race with netns dismantlePablo Neira Ayuso1-1/+6
2023-10-10netfilter: nf_tables: fix GC transaction races with netns and netlink event e...Pablo Neira Ayuso1-4/+25
2023-10-10netfilter: nf_tables: don't fail inserts if duplicate has expiredFlorian Westphal1-20/+5
2023-10-10netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso1-24/+2
2023-10-10netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso1-2/+4
2023-10-10netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso3-86/+172
2023-10-10netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso1-9/+207
2023-10-10netfilter: nf_tables: don't skip expired elements during walkFlorian Westphal4-10/+16
2023-10-10netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2-15/+96
2023-10-10SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust1-0/+1
2023-09-23net/sched: Retire rsvp classifierJamal Hadi Salim5-855/+0
2023-09-23netfilter: ebtables: fix fortify warnings in size_entry_mwt()GONG, Ruiqi1-2/+1
2023-09-23devlink: remove reload failed checks in params get/set callbacksJiri Pirko1-2/+2
2023-09-19kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().Kuniyuki Iwashima1-7/+8
2023-09-19net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()Liu Jian1-2/+2
2023-09-19kcm: Fix memory leak in error path of kcm_sendmsg()Shigeru Yoshida1-0/+2
2023-09-19hsr: Fix uninit-value access in fill_frame_info()Ziyang Xuan1-0/+1
2023-09-19net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...Guangguan Wang1-0/+2
2023-09-19net: ipv4: fix one memleak in __inet_del_ifa()Liu Jian1-5/+5
2023-09-19netfilter: nfnetlink_osf: avoid OOB readWander Lairson Costa1-0/+8
2023-09-19kcm: Destroy mutex in kcm_exit_net()Shigeru Yoshida1-0/+2
2023-09-19net: sched: sch_qfq: Fix UAF in qfq_dequeue()valis2-6/+18
2023-09-19af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-19af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2
2023-09-19af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima1-1/+1
2023-09-19af_unix: Fix data-races around user->unix_inflight.Kuniyuki Iwashima1-3/+3
2023-09-19net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddrAlex Henrie1-1/+1
2023-09-19ipv4: ignore dst hint for multipath routesSriram Yagnaraman2-1/+3
2023-09-19net: read sk->sk_family once in sk_mc_loop()Eric Dumazet1-1/+2
2023-09-19ipv4: annotate data-races around fi->fib_deadEric Dumazet2-2/+6
2023-09-19sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2-6/+6
2023-09-19net/sched: fq_pie: avoid stalls in fq_pie_timer()Eric Dumazet1-8/+19
2023-09-19net/ipv6: SKB symmetric hash should incorporate transport portsQuan Tian1-2/+1
2023-09-19dccp: Fix out of bounds access in DCCP error handlerJann Horn2-9/+19
2023-09-19skbuff: skb_segment, Call zero copy functions before using skbuff fragsMohamed Khalfella1-14/+20
2023-09-19netfilter: xt_sctp: validate the flag_info countWander Lairson Costa1-0/+2
2023-09-19netfilter: xt_u32: validate user space inputWander Lairson Costa1-0/+21
2023-09-19netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...Kyle Zeng1-0/+1
2023-09-19igmp: limit igmpv3_newpack() packet size to IP_MAX_MTUEric Dumazet1-1/+2
2023-09-19netrom: Deny concurrent connect().Kuniyuki Iwashima1-0/+5
2023-09-19net/sched: sch_hfsc: Ensure inner classes have fsc curveBudimir Markovic1-0/+4
2023-09-19lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2-2/+2
2023-09-19lwt: Fix return values of BPF xmit opsYan Zhai1-4/+3
2023-09-19net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong1-1/+17
2023-09-19Bluetooth: Fix potential use-after-free when clear keysMin Li1-8/+8