summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter2023-06-211-3/+0
* wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg2023-06-211-2/+2
* Bluetooth: fix debugfs registrationJohan Hovold2023-06-141-0/+3
* Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz2023-06-141-4/+4
* mptcp: update userspace pm infosGeliang Tang2023-06-142-4/+24
* mptcp: add address into userspace pm listGeliang Tang2023-06-141-0/+41
* mptcp: only send RM_ADDR in nl_cmd_removeGeliang Tang2023-06-143-1/+20
* can: j1939: avoid possible use-after-free when j1939_can_rx_register failsFedor Pchelkin2023-06-141-1/+3
* can: j1939: change j1939_netdev_lock type to mutexFedor Pchelkin2023-06-141-11/+11
* can: j1939: j1939_sk_send_loop_abort(): improved error queue handling in J193...Oleksij Rempel2023-06-141-0/+5
* batman-adv: Broken sync while rescheduling delayed workVladislav Efanov2023-06-141-1/+1
* net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua2023-06-141-0/+1
* net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet2023-06-141-5/+5
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-141-2/+0
* net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-1411-41/+58
* rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-141-2/+4
* tcp: gso: really support BIG TCPEric Dumazet2023-06-141-10/+9
* ipv6: rpl: Fix Route of Death.Kuniyuki Iwashima2023-06-141-18/+11
* netfilter: nf_tables: out-of-bound check in chain blobPablo Neira Ayuso2023-06-141-1/+1
* netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima2023-06-141-0/+8
* netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout2023-06-141-0/+3
* netfilter: nft_bitwise: fix register trackingJeremy Sowden2023-06-141-1/+1
* wifi: cfg80211: fix locking in sched scan stop workJohannes Berg2023-06-141-2/+2
* wifi: mac80211: don't translate beacon/presp addrsJohannes Berg2023-06-141-1/+3
* wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg2023-06-141-1/+7
* wifi: cfg80211: reject bad AP MLD addressJohannes Berg2023-06-141-0/+2
* wifi: mac80211: use correct iftype HE capJohannes Berg2023-06-141-5/+10
* Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim2023-06-141-0/+9
* Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen2023-06-141-0/+2
* Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-141-0/+4
* Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2023-06-142-6/+16
* net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM valuesEric Dumazet2023-06-141-1/+7
* net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONTWen Gu2023-06-141-2/+2
* net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-141-4/+4
* bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet2023-06-141-1/+2
* tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski2023-06-091-0/+4
* mptcp: fix active subflow finalizationPaolo Abeni2023-06-091-9/+14
* mptcp: fix connect timeout handlingPaolo Abeni2023-06-092-23/+7
* atm: hide unused procfs functionsArnd Bergmann2023-06-091-0/+2
* netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-06-091-0/+4
* wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-06-091-0/+3
* wifi: mac80211: consider reserved chanctx for mindefJohannes Berg2023-06-093-30/+47
* wifi: mac80211: simplify chanctx allocationJohannes Berg2023-06-091-1/+1
* xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-06-091-5/+6
* mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni2023-06-091-13/+16
* mptcp: fix data race around msk->first accessPaolo Abeni2023-06-091-3/+3
* mptcp: consolidate passive msk socket initializationPaolo Abeni2023-06-093-38/+33
* mptcp: simplify subflow_syn_recv_sock()Paolo Abeni2023-06-091-28/+13
* mptcp: avoid unneeded address copyPaolo Abeni2023-06-091-2/+0
* mptcp: add annotations around msk->subflow accessesPaolo Abeni2023-06-092-9/+15