summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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 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-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-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-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-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: unbind non-anonymous set if rule construction failsPablo Neira Ayuso
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso
2023-08-11netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso
2023-08-11net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma
2023-08-11tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-08-11net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean
2023-08-11sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye
2023-08-11netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-08-11netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return va...Ilia.Gavrilov
2023-08-11netlink: do not hard code device address lenth in fdb dumpsEric Dumazet
2023-08-11netlink: fix potential deadlock in netlink_set_err()Eric Dumazet
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky
2023-06-21net: tipc: resize nlattr array to correct sizeLin Ma
2023-06-21sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter
2023-06-21ping6: Fix send to link-local addresses with VRF.Guillaume Nault
2023-06-21netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz