summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-06-21af_unix: Use unix_recvq_full_lockless() in unix_stream_connect().Kuniyuki Iwashima1-8/+2
2024-06-21af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen.Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: Annotate data-races around sk->sk_sndbuf.Kuniyuki Iwashima1-3/+3
2024-06-21af_unix: Annotate data-races around sk->sk_state in UNIX_DIAG.Kuniyuki Iwashima1-4/+4
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb().Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg().Kuniyuki Iwashima1-4/+4
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_stream_connect().Kuniyuki Iwashima1-5/+2
2024-06-21af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po...Kuniyuki Iwashima1-13/+12
2024-06-21af_unix: Annotate data-race of sk->sk_state in unix_inq_len().Kuniyuki Iwashima1-1/+1
2024-06-21af_unix: Annodate data-races around sk->sk_state for writers.Kuniyuki Iwashima1-6/+8
2024-06-21af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer.Kuniyuki Iwashima1-2/+8
2024-06-21net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet1-9/+6
2024-06-21rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski3-9/+44
2024-06-21mptcp: count CLOSE-WAIT sockets for MPTCP_MIB_CURRESTABJason Xing1-2/+7
2024-06-21tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTABJason Xing1-1/+5
2024-06-21net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua1-1/+1
2024-06-21net/smc: avoid overwriting when adjusting sock bufsizesWen Gu1-20/+2
2024-06-21bpf: Set run context for rawtp test_run callbackJiri Olsa1-0/+6
2024-06-21net: tls: fix marking packets as decryptedJakub Kicinski1-0/+3
2024-06-21ipv6: sr: block BH in seg6_output_core() and seg6_input_core()Eric Dumazet1-8/+6
2024-06-21ipv6: ioam: block BH from ioam6_output()Eric Dumazet1-4/+4
2024-06-21net/ncsi: Fix the multi thread manner of NCSI driverDelphineCCChiu3-38/+41
2024-06-21ax25: Replace kfree() in ax25_dev_free() with ax25_dev_put()Duoming Zhou1-1/+1
2024-06-21ax25: Fix refcount imbalance on inbound connectionsLars Kellogg-Stedman1-0/+6
2024-06-21wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong1-2/+8
2024-06-21wifi: mac80211: fix Spatial Reuse element size checkLingbo Kong1-1/+1
2024-06-21wifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh1-2/+2
2024-06-21wifi: cfg80211: pmsr: use correct nla_get_uX functionsLin Ma1-4/+4
2024-06-21wifi: cfg80211: Lock wiphy in cfg80211_get_stationRemi Pommarel1-1/+6
2024-06-21wifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg2-3/+3
2024-06-21wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel1-2/+2
2024-06-21wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande1-0/+13
2024-06-16Revert "xsk: Support redirect to any socket bound to the same umem"Magnus Karlsson1-4/+1
2024-06-16net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHEDDmitry Safonov1-4/+9
2024-06-16net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich1-0/+2
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin1-1/+4
2024-06-12ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn1-1/+1
2024-06-12net: fix __dst_negative_advice() raceEric Dumazet3-36/+26
2024-06-12inet: introduce dst_rtable() helperEric Dumazet17-46/+45
2024-06-12ipv6: introduce dst_rt6_info() helperEric Dumazet23-70/+60
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-5/+5
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean1-1/+3
2024-06-12netfilter: nft_fib: allow from forward/input without iif selectorEric Garver1-5/+3
2024-06-12netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal1-0/+2
2024-06-12netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso1-7/+65
2024-06-12ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel1-2/+3
2024-06-12af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima1-3/+6
2024-06-12af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima1-4/+6
2024-06-12netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann1-3/+1
2024-06-12netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso1-16/+7