summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-16sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet
2023-08-16netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-08-16netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushPablo Neira Ayuso
2023-08-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-08-16net/packet: annotate data-races around tp->statusEric Dumazet
2023-08-16ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski
2023-08-11Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim
2023-08-11libceph: fix potential hang in ceph_osdc_notify()Ilya Dryomov
2023-08-11tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet
2023-08-11tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet
2023-08-11tcp_metrics: fix addr_same() helperEric Dumazet
2023-08-11ip6mr: Fix skb_under_panic in ip6mr_cache_report()Yue Haibing
2023-08-11net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis
2023-08-11net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis
2023-08-11net: add missing data-race annotation for sk_ll_usecEric Dumazet
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim
2023-08-11net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones
2023-08-11net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela
2023-08-11net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan
2023-08-11net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma
2023-08-11net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean
2023-08-11net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean
2023-08-11ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski
2023-08-11tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-08-11tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-08-11tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-08-11tcp: annotate data-races around tp->linger2Eric Dumazet
2023-08-11net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu
2023-08-11netfilter: nf_tables: can't schedule in nft_chain_validateFlorian Westphal
2023-08-11netfilter: nf_tables: fix spurious set element insertion failureFlorian Westphal
2023-08-11llc: Don't drop packet from non-root netns.Kuniyuki Iwashima
2023-08-11Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima
2023-08-11net:ipv6: check return value of pskb_trim()Yuanjun Gong
2023-08-11wifi: wext-core: Fix -Wstringop-overflow warning in ioctl_standard_iw_point()Gustavo A. R. Silva
2023-08-11can: bcm: Fix UAF in bcm_proc_show()YueHaibing
2023-08-11SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui
2023-08-11ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan
2023-08-11udp6: fix udp6_ehashfn() typoEric Dumazet
2023-08-11icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima
2023-08-11vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra
2023-08-11netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo
2023-08-11netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest
2023-08-11netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal
2023-08-11netfilter: nf_tables: unbind non-anonymous set if rule construction failsPablo Neira Ayuso
2023-08-11netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso