summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-07-24Bluetooth: L2CAP: Fix attempting to adjust outgoing MTULuiz Augusto von Dentz1-5/+21
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal1-6/+20
2025-07-24ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing1-1/+1
2025-07-24Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeoutLuiz Augusto von Dentz1-1/+1
2025-07-24Bluetooth: SMP: If an unallowed command is received consider it a failureLuiz Augusto von Dentz2-1/+19
2025-07-24Bluetooth: hci_sync: fix connectable extended advertising when using static r...Alessandro Gasbarroni1-2/+2
2025-07-24Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima1-0/+3
2025-07-24rpl: Fix use-after-free in rpl_do_srh_inline().Kuniyuki Iwashima1-4/+4
2025-07-24net/sched: sch_qfq: Fix race condition on qfq_aggregateXiang Mei1-9/+21
2025-07-24af_packet: fix soft lockup issue caused by tpacket_snd()Yun Lu1-12/+11
2025-07-24af_packet: fix the SO_SNDTIMEO constraint not effective on tpacked_snd()Yun Lu1-2/+2
2025-07-24phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept()Nathan Chancellor1-1/+1
2025-07-17net: appletalk: Fix device refcount leak in atrtr_create()Kito Xu1-0/+1
2025-07-17netlink: make sure we allow at least one dump skbJakub Kicinski1-2/+3
2025-07-17netlink: Fix rmem check in netlink_broadcast_deliver().Kuniyuki Iwashima1-1/+1
2025-07-17wifi: prevent A-MSDU attacks in mesh networksMathy Vanhoef1-2/+50
2025-07-17gre: Fix IPv6 multicast route creation.Guillaume Nault1-7/+2
2025-07-17rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells1-0/+3
2025-07-17Bluetooth: HCI: Set extended advertising data synchronouslyChristian Eggers2-116/+133
2025-07-17rxrpc: Fix bug due to prealloc collisionDavid Howells1-0/+1
2025-07-17net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira1-7/+16
2025-07-17atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing1-1/+9
2025-07-17atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima1-0/+2
2025-07-17atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima1-0/+8
2025-07-17atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima1-15/+29
2025-07-17vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj1-0/+2
2025-07-17vsock: Fix transport_* TOCTOUMichal Luczaj1-5/+23
2025-07-17vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj1-6/+21
2025-07-17tcp: Correct signedness in skb remaining space calculationJiayuan Chen1-1/+1
2025-07-17tipc: Fix use-after-free in tipc_conn_close().Kuniyuki Iwashima1-0/+2
2025-07-17netlink: Fix wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima1-32/+49
2025-07-17Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connectedLuiz Augusto von Dentz1-0/+3
2025-07-17Bluetooth: hci_sync: Fix not disabling advertising instanceLuiz Augusto von Dentz1-1/+1
2025-07-10wifi: mac80211: drop invalid source address OCB framesJohannes Berg1-0/+4
2025-07-10wifi: mac80211: finish link init before RCU publishJohannes Berg1-2/+13
2025-07-10wifi: mac80211: Add link iteration macro for link dataMuna Sinada1-0/+9
2025-07-10wifi: mac80211: chan: chandef is non-NULL for reservedJohannes Berg1-3/+3
2025-07-10Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-4/+30
2025-07-10net/sched: Always pass notifications when child class becomes emptyLion Ackermann1-14/+5
2025-07-10rose: fix dangling neighbour pointers in rose_rt_device_down()Kohei Enju1-11/+4
2025-07-10Bluetooth: Prevent unintended pause by checking if advertising is activeYang Li1-0/+4
2025-07-10Bluetooth: MGMT: mesh_send: check instances prior disabling advertisingChristian Eggers1-1/+2
2025-07-10Bluetooth: MGMT: set_mesh: update LE scan interval and windowChristian Eggers1-0/+22
2025-07-10Bluetooth: hci_sync: revert some mesh modificationsChristian Eggers1-12/+4
2025-07-10vsock/vmci: Clear the vmci transport packet properly when initializing itHarshaVardhana S A1-2/+2
2025-07-06Revert "ipv6: save dontfrag in cork"Brett A C Sheffield (Librecast)1-5/+4
2025-07-06Bluetooth: L2CAP: Fix L2CAP MTU negotiationFrédéric Danis1-1/+8
2025-07-06net: selftests: fix TCP packet checksumJakub Kicinski1-2/+3
2025-07-06atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima1-2/+1
2025-07-06af_unix: Don't set -ECONNRESET for consumed OOB skb.Kuniyuki Iwashima1-6/+12