summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim1-0/+2
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov1-6/+14
2023-08-11tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet1-4/+5
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet1-4/+7
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet1-9/+14
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet1-2/+4
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet1-6/+13
2023-08-11tcp_metrics: fix addr_same() helperEric Dumazet1-1/+1
2023-08-11ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing1-1/+1
2023-08-11net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis1-1/+0
2023-08-11net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis1-1/+0
2023-08-11net: add missing data-race annotation for sk_ll_usecEric Dumazet1-1/+1
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2-3/+3
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim1-6/+50
2023-08-11net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-7/+13
2023-08-11net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela1-1/+6
2023-08-11net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan1-5/+5
2023-08-11net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma1-0/+14
2023-08-11net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean1-7/+23
2023-08-11net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean1-51/+63
2023-08-11ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski1-4/+10
2023-08-11tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2-3/+5
2023-08-11tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-2/+2
2023-08-11tcp: annotate data-races around rskq_defer_acceptEric Dumazet1-5/+6
2023-08-11tcp: annotate data-races around tp->linger2Eric Dumazet1-4/+4
2023-08-11net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu1-2/+2
2023-08-11netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal1-2/+2
2023-08-11netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal1-0/+3
2023-08-11llc: Don't drop packet from non-root netns.Kuniyuki Iwashima1-3/+0
2023-08-11Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2-19/+6
2023-08-11net:ipv6: check return value of pskb_trim()Yuanjun Gong1-1/+2
2023-08-11wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva1-0/+6
2023-08-11can: bcm: Fix UAF in bcm_proc_show()YueHaibing1-6/+6
2023-08-11SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-14/+13
2023-08-11ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2023-08-11udp6: fix udp6_ehashfn() typoEric Dumazet1-1/+1
2023-08-11icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima1-1/+4
2023-08-11vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2-8/+13
2023-08-11netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo1-7/+7
2023-08-11netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest1-0/+4
2023-08-11netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal1-4/+0
2023-08-11netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso1-0/+2
2023-08-11netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso1-3/+30
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-4/+22
2023-08-11netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso1-1/+2
2023-08-11netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso3-120/+200
2023-08-11netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso10-208/+75
2023-08-11netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso1-9/+14
2023-08-11netfilter: nf_tables: add rescheduling points during loop detection walksFlorian Westphal1-0/+6
2023-08-11netfilter: nf_tables: fix nat hook table deletionFlorian Westphal1-5/+6