summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
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/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.Kuniyuki Iwashima
2023-08-11net: annotate data-races around sk->sk_priorityEric Dumazet
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: annotate data-races around sk->sk_markEric 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: annotate data-race around sk->sk_txrehashEric Dumazet
2023-08-11net: annotate data-races around sk->sk_reserved_memEric 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-03mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni
2023-08-03rbd: harden get_lock_owner_info() a bitIlya Dryomov
2023-08-03tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin
2023-08-03tipc: check return value of pskb_trim()Yuanjun Gong
2023-08-03net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64Lin Ma
2023-08-03net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean
2023-08-03net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean
2023-08-03netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHA...Pablo Neira Ayuso
2023-08-03netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERRORPablo Neira Ayuso
2023-08-03netfilter: nft_set_rbtree: fix overlap expiration walkFlorian Westphal
2023-08-03ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary...Maciej Żenczykowski
2023-08-03mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni
2023-08-03mptcp: introduce 'sk' to replace 'sock->sk' in mptcp_listen()Menglong Dong
2023-08-03netfilter: nf_tables: fix underflow in chain reference counterPablo Neira Ayuso
2023-08-03netfilter: nf_tables: fix underflow in object reference counterPablo Neira Ayuso
2023-07-27tcp: annotate data-races around fastopenq.max_qlenEric Dumazet
2023-07-27tcp: annotate data-races around icsk->icsk_user_timeoutEric Dumazet
2023-07-27tcp: annotate data-races around tp->notsent_lowatEric Dumazet
2023-07-27tcp: annotate data-races around rskq_defer_acceptEric Dumazet
2023-07-27tcp: annotate data-races around tp->linger2Eric Dumazet
2023-07-27tcp: annotate data-races around icsk->icsk_syn_retriesEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_probesEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_intvlEric Dumazet
2023-07-27tcp: annotate data-races around tp->keepalive_timeEric Dumazet
2023-07-27tcp: annotate data-races around tp->tsoffsetEric Dumazet
2023-07-27tcp: annotate data-races around tp->tcp_tx_delayEric Dumazet
2023-07-27Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson
2023-07-27Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen
2023-07-27Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen
2023-07-27Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen
2023-07-27netfilter: nf_tables: skip bound chain on rule flushPablo Neira Ayuso