summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-07-11netlink: make sure we allow at least one dump skbJakub Kicinski
2025-07-11netlink: Fix rmem check in netlink_broadcast_deliver().Kuniyuki Iwashima
2025-07-10gre: Fix IPv6 multicast route creation.Guillaume Nault
2025-07-10net: appletalk: Fix device refcount leak in atrtr_create()Kito Xu
2025-07-10Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-07-10wifi: mac80211: add the virtual monitor after reconfig completeMiri Korenblit
2025-07-10wifi: mac80211: always initialize sdata::key_listMiri Korenblit
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-07-09rxrpc: Fix oops due to non-existence of prealloc backlog structDavid Howells
2025-07-09rxrpc: Fix bug due to prealloc collisionDavid Howells
2025-07-09tcp: refine sk_rcvbuf increase for ooo packetsEric Dumazet
2025-07-09net/sched: Abort __tc_modify_qdisc if parent class does not existVictor Nogueira
2025-07-09atm: clip: Fix NULL pointer dereference in vcc_sendmsg()Yue Haibing
2025-07-09atm: clip: Fix infinite recursive call of clip_push().Kuniyuki Iwashima
2025-07-09atm: clip: Fix memory leak of struct clip_vcc.Kuniyuki Iwashima
2025-07-09atm: clip: Fix potential null-ptr-deref in to_atmarpd().Kuniyuki Iwashima
2025-07-09wifi: mac80211: Fix uninitialized variable with __free() in ieee80211_ml_epcs()Pagadala Yesu Anjaneyulu
2025-07-08rxrpc: Fix over large frame size warningDavid Howells
2025-07-08vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj
2025-07-08vsock: Fix transport_* TOCTOUMichal Luczaj
2025-07-08vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj
2025-07-08tcp: Correct signedness in skb remaining space calculationJiayuan Chen
2025-07-07Merge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-07-07tipc: Fix use-after-free in tipc_conn_close().Kuniyuki Iwashima
2025-07-07netlink: Fix wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima
2025-07-07wifi: prevent A-MSDU attacks in mesh networksMathy Vanhoef
2025-07-07wifi: mac80211: reject VHT opmode for unsupported channel widthsMoon Hee Lee
2025-07-07wifi: mac80211: fix non-transmitted BSSID profile searchJohannes Berg
2025-07-07wifi: mac80211: clear frame buffer to never leak stackJohannes Berg
2025-07-07wifi: mac80211: correctly identify S1G short beaconLachlan Hodges
2025-07-03Merge tag 'net-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-07-03Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as connectedLuiz Augusto von Dentz
2025-07-03Bluetooth: hci_sync: Fix attempting to send HCI_Disconnect to BIS handleLuiz Augusto von Dentz
2025-07-03Bluetooth: hci_sync: Fix not disabling advertising instanceLuiz Augusto von Dentz
2025-07-03vsock/vmci: Clear the vmci transport packet properly when initializing itHarshaVardhana S A
2025-07-02net: ipv4: fix stat increase when udp early demux drops the packetAntoine Tenart
2025-07-02net/sched: Always pass notifications when child class becomes emptyLion Ackermann
2025-07-01rose: fix dangling neighbour pointers in rose_rt_device_down()Kohei Enju
2025-07-01Merge tag 'nfs-for-6.16-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2025-06-30wifi: cfg80211: fix S1G beacon head validation in nl80211Lachlan Hodges
2025-06-27Bluetooth: HCI: Set extended advertising data synchronouslyChristian Eggers
2025-06-27Bluetooth: MGMT: mesh_send: check instances prior disabling advertisingChristian Eggers
2025-06-27Bluetooth: MGMT: set_mesh: update LE scan interval and windowChristian Eggers
2025-06-27Bluetooth: hci_sync: revert some mesh modificationsChristian Eggers
2025-06-27Bluetooth: Prevent unintended pause by checking if advertising is activeYang Li
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski
2025-06-25atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima
2025-06-25Merge tag 'wireless-2025-06-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-06-24wifi: mac80211: finish link init before RCU publishJohannes Berg