summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-08-16net: core: remove unnecessary frame_sz check in bpf_xdp_adjust_tail()Andrew Kanner1-6/+0
2023-08-16mptcp: fix disconnect vs accept racePaolo Abeni2-30/+29
2023-08-16mptcp: avoid bogus reset on fallback closePaolo Abeni1-1/+1
2023-08-16ipv6: adjust ndisc_is_useropt() to also return true for PIOMaciej Żenczykowski1-1/+2
2023-08-16wifi: nl80211: fix integer overflow in nl80211_parse_mbssid_elems()Keith Yeo1-1/+4
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: dcb: choose correct policy to parse DCB_ATTR_BCNLin Ma1-1/+1
2023-08-11bpf: sockmap: Remove preempt_disable in sock_map_sk_acquireTomas Glozar1-2/+0
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_fw: No longer copy tcf_result on update to avoid use-after-freevalis1-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/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima1-2/+13
2023-08-11net: annotate data-races around sk->sk_priorityEric Dumazet8-13/+14
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: annotate data-races around sk->sk_markEric Dumazet19-33/+34
2023-08-11net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet1-1/+1
2023-08-11net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet1-1/+1
2023-08-11net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet1-1/+1
2023-08-11net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet1-3/+6
2023-08-11net: annotate data-race around sk->sk_txrehashEric Dumazet1-2/+5
2023-08-11net: annotate data-races around sk->sk_reserved_memEric Dumazet1-3/+4
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim1-6/+50
2023-08-11rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma1-2/+6
2023-08-11bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsingLin Ma1-1/+4
2023-08-11wifi: cfg80211: Fix return value in scan logicIlan Peer1-1/+1
2023-08-03mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni1-1/+1
2023-08-03rbd: harden get_lock_owner_info() a bitIlya Dryomov1-0/+1
2023-08-03tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin1-1/+1
2023-08-03tipc: check return value of pskb_trim()Yuanjun Gong1-1/+2
2023-08-03net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma1-0/+14
2023-08-03net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean1-7/+23
2023-08-03net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean1-51/+63
2023-08-03netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso1-2/+3
2023-08-03netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso1-9/+18
2023-08-03netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal1-6/+14
2023-08-03ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski1-4/+10
2023-08-03mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni1-0/+5
2023-08-03mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen()Menglong Dong1-6/+7
2023-08-03netfilter: nf_tables: fix underflow in chain reference counterPablo Neira Ayuso1-1/+3
2023-08-03netfilter: nf_tables: fix underflow in object reference counterPablo Neira Ayuso1-8/+5
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2-3/+5