summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-10-29netfilter: nft_ct: enable labels for get case tooFlorian Westphal-3/+22
2025-10-28net: tcp_lp: fix kernel-doc warnings and update outdated reference linksRakuram Eswaran-2/+5
2025-10-28sctp: Constify struct sctp_sched_opsChristophe JAILLET-16/+16
2025-10-28net: optimize enqueue_to_backlog() for the fast pathEric Dumazet-8/+10
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann-1/+2
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for csa.switch_workBenjamin Berg-14/+14
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_workBenjamin Berg-6/+6
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for ttlm_workBenjamin Berg-13/+13
2025-10-28wifi: cfg80211: add an hrtimer based delayed work itemBenjamin Berg-0/+77
2025-10-27tcp: remove one ktime_get() from recvmsg() fast pathEric Dumazet-3/+11
2025-10-27sctp: Remove sctp_copy_sock() and sctp_copy_descendant().Kuniyuki Iwashima-71/+0
2025-10-27sctp: Use sctp_clone_sock() in sctp_do_peeloff().Kuniyuki Iwashima-21/+16
2025-10-27sctp: Remove sctp_pf.create_accept_sk().Kuniyuki Iwashima-72/+0
2025-10-27sctp: Use sk_clone() in sctp_accept().Kuniyuki Iwashima-40/+77
2025-10-27net: Add sk_clone().Kuniyuki Iwashima-8/+16
2025-10-27sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().Kuniyuki Iwashima-19/+24
2025-10-27sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().Kuniyuki Iwashima-5/+2
2025-10-27sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima-2/+3
2025-10-27Merge tag 'batadv-next-pullrequest-20251024' of https://git.open-mesh.org/lin...Jakub Kicinski-45/+11
2025-10-27Merge tag 'batadv-net-pullrequest-20251024' of https://git.open-mesh.org/linu...Jakub Kicinski-2/+12
2025-10-27net: bridge: Flush multicast groups when snooping is disabledPetr Machata-0/+9
2025-10-27net/tls: support setting the maximum payload sizeWilfred Mallawa-2/+66
2025-10-27xfrm: Skip redundant replay recheck for the hardware offload pathJianbo Liu-8/+8
2025-10-27xfrm: Refactor xfrm_input lock to reduce contention with RSSJianbo Liu-7/+7
2025-10-27wifi: cfg80211: Add parameters to radio-specific debugfs directoriesRoopni Devanathan-0/+33
2025-10-27wifi: cfg80211: Add debugfs support for multi-radio wiphyRoopni Devanathan-0/+15
2025-10-27wifi: mac80211: fix missing RX bitrate update for mesh forwarding pathSarika Sharma-5/+7
2025-10-27wifi: cfg80211: default S1G chandef width to 1MHzLachlan Hodges-0/+3
2025-10-27wifi: mac80211: get probe response chan via ieee80211_get_channel_khzLachlan Hodges-2/+2
2025-10-27wifi: mac80211: reset CRC valid after CSAJohannes Berg-0/+10
2025-10-27wifi: cfg80211/mac80211: validate radio frequency range for monitor modeRyder Lee-3/+52
2025-10-24smc: rename smc_find_ism_store_rc to reflect broader usageDust Li-8/+8
2025-10-24strparser: fix typo in commentJulia Lawall-1/+1
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima-37/+39
2025-10-24neighbour: Convert RTM_SETNEIGHTBL to RCU.Kuniyuki Iwashima-5/+14
2025-10-24neighbour: Convert RTM_GETNEIGHTBL to RCU.Kuniyuki Iwashima-14/+9
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima-15/+10
2025-10-24neighbour: Use RCU list helpers for neigh_parms.list writers.Kuniyuki Iwashima-2/+2
2025-10-24Bluetooth: rfcomm: fix modem control handlingJohan Hovold-15/+11
2025-10-24Bluetooth: hci_core: Fix tracking of periodic advertisementLuiz Augusto von Dentz-4/+7
2025-10-24Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BISLuiz Augusto von Dentz-0/+7
2025-10-24Bluetooth: ISO: Fix another instance of dst_type handlingLuiz Augusto von Dentz-1/+7
2025-10-24Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"Frédéric Danis-2/+2
2025-10-24Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_completePauli Virtanen-11/+15
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz-3/+6
2025-10-24Bluetooth: ISO: Fix BIS connection dst_type handlingLuiz Augusto von Dentz-1/+1
2025-10-24Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_onceCen Zhang-3/+9
2025-10-23tcp: Remove unnecessary null check in tcp_inbound_md5_hash()Eric Biggers-6/+4
2025-10-23net: unix: remove outdated BSD behavior comment in unix_release_sock()Sunday Adelodun-11/+0
2025-10-23Merge tag 'wireless-2025-10-23' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-5/+12