summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-10-27sctp: Use sk_clone() in sctp_accept().Kuniyuki Iwashima
2025-10-27net: Add sk_clone().Kuniyuki Iwashima
2025-10-27sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().Kuniyuki Iwashima
2025-10-27sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().Kuniyuki Iwashima
2025-10-27sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima
2025-10-27Merge tag 'batadv-next-pullrequest-20251024' of https://git.open-mesh.org/lin...Jakub Kicinski
2025-10-27Merge tag 'batadv-net-pullrequest-20251024' of https://git.open-mesh.org/linu...Jakub Kicinski
2025-10-27net: bridge: Flush multicast groups when snooping is disabledPetr Machata
2025-10-27net/tls: support setting the maximum payload sizeWilfred Mallawa
2025-10-27xfrm: Skip redundant replay recheck for the hardware offload pathJianbo Liu
2025-10-27xfrm: Refactor xfrm_input lock to reduce contention with RSSJianbo Liu
2025-10-27wifi: cfg80211: Add parameters to radio-specific debugfs directoriesRoopni Devanathan
2025-10-27wifi: cfg80211: Add debugfs support for multi-radio wiphyRoopni Devanathan
2025-10-27wifi: mac80211: fix missing RX bitrate update for mesh forwarding pathSarika Sharma
2025-10-27wifi: cfg80211: default S1G chandef width to 1MHzLachlan Hodges
2025-10-27wifi: mac80211: get probe response chan via ieee80211_get_channel_khzLachlan Hodges
2025-10-27wifi: mac80211: reset CRC valid after CSAJohannes Berg
2025-10-27wifi: cfg80211/mac80211: validate radio frequency range for monitor modeRyder Lee
2025-10-24smc: rename smc_find_ism_store_rc to reflect broader usageDust Li
2025-10-24strparser: fix typo in commentJulia Lawall
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima
2025-10-24neighbour: Convert RTM_SETNEIGHTBL to RCU.Kuniyuki Iwashima
2025-10-24neighbour: Convert RTM_GETNEIGHTBL to RCU.Kuniyuki Iwashima
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima
2025-10-24neighbour: Use RCU list helpers for neigh_parms.list writers.Kuniyuki Iwashima
2025-10-24Bluetooth: rfcomm: fix modem control handlingJohan Hovold
2025-10-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz
2025-10-24Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BISLuiz Augusto von Dentz
2025-10-24Bluetooth: ISO: Fix another instance of dst_type handlingLuiz Augusto von Dentz
2025-10-24Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"Frédéric Danis
2025-10-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz
2025-10-24Bluetooth: ISO: Fix BIS connection dst_type handlingLuiz Augusto von Dentz
2025-10-24Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_onceCen Zhang
2025-10-23tcp: Remove unnecessary null check in tcp_inbound_md5_hash()Eric Biggers
2025-10-23net: unix: remove outdated BSD behavior comment in unix_release_sock()Sunday Adelodun
2025-10-23Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-23Merge tag 'net-6.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella
2025-10-23espintcp: use datagram_poll_queue for socket readinessRalf Lici
2025-10-23net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici
2025-10-22net: hsr: prevent creation of HSR device with slaves from another netnsFernando Fernandez Mancera
2025-10-22sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov
2025-10-21net: dsa: tag_yt921x: add support for Motorcomm YT921x tagsDavid Yang
2025-10-21net: bridge: use common function to compute the featuresHangbin Liu
2025-10-21net: add a common function to compute features for upper devicesHangbin Liu
2025-10-21net: gro_cells: fix lock imbalance in gro_cells_receive()Eric Dumazet
2025-10-21devlink: region: correct port region lookup to use port_opsAlok Tiwari
2025-10-21mptcp: pm: in-kernel: C-flag: handle late ADD_ADDRMatthieu Baerts (NGI0)