summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-21wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter1-3/+0
2023-06-21wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg1-2/+2
2023-06-14Bluetooth: fix debugfs registrationJohan Hovold1-0/+3
2023-06-14Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz1-4/+4
2023-06-14mptcp: update userspace pm infosGeliang Tang2-4/+24
2023-06-14mptcp: add address into userspace pm listGeliang Tang1-0/+41
2023-06-14mptcp: only send RM_ADDR in nl_cmd_removeGeliang Tang3-1/+20
2023-06-14can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin1-1/+3
2023-06-14can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin1-11/+11
2023-06-14can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel1-0/+5
2023-06-14batman-adv: Broken sync while rescheduling delayed workVladislav Efanov1-1/+1
2023-06-14net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua1-0/+1
2023-06-14net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet1-5/+5
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-2/+0
2023-06-14net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet11-41/+58
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+4
2023-06-14tcp: gso: really support BIG TCPEric Dumazet1-10/+9
2023-06-14ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima1-18/+11
2023-06-14netfilter: nf_tables: out-of-bound check in chain blobPablo Neira Ayuso1-1/+1
2023-06-14netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima1-0/+8
2023-06-14netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout1-0/+3
2023-06-14netfilter: nft_bitwise: fix register trackingJeremy Sowden1-1/+1
2023-06-14wifi: cfg80211: fix locking in sched scan stop workJohannes Berg1-2/+2
2023-06-14wifi: mac80211: don't translate beacon/presp addrsJohannes Berg1-1/+3
2023-06-14wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg1-1/+7
2023-06-14wifi: cfg80211: reject bad AP MLD addressJohannes Berg1-0/+2
2023-06-14wifi: mac80211: use correct iftype HE capJohannes Berg1-5/+10
2023-06-14Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim1-0/+9
2023-06-14Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen1-0/+2
2023-06-14Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu1-0/+4
2023-06-14Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2-6/+16
2023-06-14net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet1-1/+7
2023-06-14net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu1-2/+2
2023-06-14net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-4/+4
2023-06-14bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet1-1/+2
2023-06-09tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski1-0/+4
2023-06-09mptcp: fix active subflow finalizationPaolo Abeni1-9/+14
2023-06-09mptcp: fix connect timeout handlingPaolo Abeni2-23/+7
2023-06-09atm: hide unused procfs functionsArnd Bergmann1-0/+2
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-06-09wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg1-0/+3
2023-06-09wifi: mac80211: consider reserved chanctx for mindefJohannes Berg3-30/+47
2023-06-09wifi: mac80211: simplify chanctx allocationJohannes Berg1-1/+1
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong1-5/+6
2023-06-09mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni1-13/+16
2023-06-09mptcp: fix data race around msk->first accessPaolo Abeni1-3/+3
2023-06-09mptcp: consolidate passive msk socket initializationPaolo Abeni3-38/+33
2023-06-09mptcp: simplify subflow_syn_recv_sock()Paolo Abeni1-28/+13
2023-06-09mptcp: avoid unneeded address copyPaolo Abeni1-2/+0
2023-06-09mptcp: add annotations around msk->subflow accessesPaolo Abeni2-9/+15