summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-08-26net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing
2023-08-26af_unix: Fix null-ptr-deref in unix_stream_sendpage().Kuniyuki Iwashima
2023-08-26netfilter: set default timeout to 3 secs for sctp shutdown send and recv stateXin Long
2023-08-26sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-26netfilter: nft_dynset: disallow object mapsPablo Neira Ayuso
2023-08-26ipvs: fix racy memcpy in proc_do_sync_thresholdSishuai Gong
2023-08-26xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma
2023-08-26xfrm: add NULL check in xfrm_update_ae_paramsLin Ma
2023-08-26ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao
2023-08-26ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-08-26xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao
2023-08-26net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma
2023-08-26net: af_key: fix sadb_x_filter validationLin Ma
2023-08-26net: xfrm: Fix xfrm_address_filter OOB readLin Ma
2023-08-26Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang
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-16dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-08-16tunnels: fix kasan splat when generating ipv4 pmtu errorFlorian Westphal
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: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma
2023-08-11bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar
2023-08-11net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...valis
2023-08-11net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-freevalis
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: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet
2023-08-11net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet
2023-08-11net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet
2023-08-11net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim
2023-08-11rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma
2023-08-11bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsingLin Ma
2023-08-11wifi: cfg80211: Fix return value in scan logicIlan Peer
2023-08-11tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin
2023-08-11tipc: check return value of pskb_trim()Yuanjun Gong
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