summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-10netfilter: nf_tables: disallow rule removal from chain bindingPablo Neira Ayuso1-5/+13
2023-10-10netfilter: nft_exthdr: Fix for unsafe packet data readPhil Sutter1-1/+3
2023-10-10netfilter: nft_exthdr: Search chunks in SCTP packets onlyPhil Sutter1-1/+4
2023-10-10ncsi: Propagate carrier gain/loss events to the NCSI controllerJohnathan Mantey1-0/+5
2023-10-10netfilter: nft_exthdr: Fix non-linear header modificationXiao Liang1-12/+8
2023-10-10netfilter: exthdr: add support for tcp option removalFlorian Westphal1-1/+95
2023-10-10netfilter: nft_exthdr: break evaluation if setting TCP option failsPablo Neira Ayuso1-4/+7
2023-10-10netfilter: nf_tables: add and use nft_thoff helperFlorian Westphal7-18/+18
2023-10-10netfilter: nf_tables: add and use nft_sk helperFlorian Westphal3-4/+4
2023-10-10netfilter: nft_exthdr: Support SCTP chunksPhil Sutter1-0/+51
2023-10-10netfilter: use actual socket sk for REJECT actionJan Engelhardt7-11/+17
2023-10-10netfilter: nf_tables: double hook unregistration in netns pathPablo Neira Ayuso1-13/+41
2023-10-10netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso1-5/+13
2023-10-10net: rds: Fix possible NULL-pointer dereferenceArtem Chernyshev1-3/+5
2023-10-10netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAPJozsef Kadlecsik1-2/+10
2023-10-10net: bridge: use DEV_STATS_INC()Eric Dumazet2-4/+4
2023-10-10dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2-14/+4
2023-10-10ipv4: fix null-deref in ipv4_link_failureKyle Zeng1-1/+3
2023-10-10netfilter: nf_tables: disallow element removal on anonymous setsPablo Neira Ayuso1-4/+5
2023-10-10netfilter: nf_tables: fix memleak when more than 255 elements expiredFlorian Westphal1-2/+8
2023-10-10netfilter: nft_set_hash: try later when GC hits EAGAIN on iterationPablo Neira Ayuso1-6/+3
2023-10-10netfilter: nft_set_pipapo: stop GC iteration if GC transaction allocation failsPablo Neira Ayuso1-1/+1
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