summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-21mptcp: pm: update add_addr counters after connectYonglongLi
2024-06-21sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo
2024-06-21mptcp: pm: inc RmAddr MIB counter once per RM_ADDR IDYonglongLi
2024-06-21mptcp: ensure snd_una is properly initialized on connectPaolo Abeni
2024-06-21af_unix: Read with MSG_PEEK loops if the first unread byte is OOBRao Shoaib
2024-06-21net: bridge: mst: fix suspicious rcu usage in br_mst_set_stateNikolay Aleksandrov
2024-06-21net: bridge: mst: pass vlan group directly to br_mst_vlan_set_stateNikolay Aleksandrov
2024-06-21net/ipv6: Fix the RT cache flush via sysctl using a previous delayPetr Pavlu
2024-06-21netfilter: ipset: Fix race between namespace cleanup and gc in the list:set typeJozsef Kadlecsik
2024-06-21Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz
2024-06-21tcp: fix race in tcp_v6_syn_recv_sock()Eric Dumazet
2024-06-21SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao
2024-06-21ipv6: fix possible race in __fib6_drop_pcpu_from()Eric Dumazet
2024-06-21af_unix: Annotate data-race of sk->sk_shutdown in sk_diag_fill().Kuniyuki Iwashima
2024-06-21af_unix: Use skb_queue_len_lockless() in sk_diag_show_rqlen().Kuniyuki Iwashima
2024-06-21af_unix: Use skb_queue_empty_lockless() in unix_release_sock().Kuniyuki Iwashima
2024-06-21af_unix: annotate lockless accesses to sk->sk_errEric Dumazet
2024-06-21af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima
2024-06-21af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima
2024-06-21af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().Kuniyuki Iwashima
2024-06-21af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().Kuniyuki Iwashima
2024-06-21af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima
2024-06-21af_unix: Annodate data-races around sk->sk_state for writers.Kuniyuki Iwashima
2024-06-21af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.Kuniyuki Iwashima
2024-06-21net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet
2024-06-21tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing
2024-06-21net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua
2024-06-21net/smc: avoid overwriting when adjusting sock bufsizesWen Gu
2024-06-21bpf: Set run context for rawtp test_run callbackJiri Olsa
2024-06-21ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet
2024-06-21ipv6: ioam: block BH from ioam6_output()Eric Dumazet
2024-06-21net/ncsi: Fix the multi thread manner of NCSI driverDelphineCCChiu
2024-06-21net/ncsi: Simplify Kconfig/dts control flowPeter Delevoryas
2024-06-21ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()Duoming Zhou
2024-06-21ax25: Fix refcount imbalance on inbound connectionsLars Kellogg-Stedman
2024-06-21wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong
2024-06-21wifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma
2024-06-21wifi: cfg80211: Lock wiphy in cfg80211_get_stationRemi Pommarel
2024-06-21wifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg
2024-06-21wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel
2024-06-21wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2024-06-16net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin
2024-06-16mptcp: fix full TCP keep-alive supportMatthieu Baerts (NGI0)
2024-06-16mptcp: cleanup SOL_TCP handlingPaolo Abeni
2024-06-16mptcp: avoid some duplicate code in socket option handlingPaolo Abeni