summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-09-22mptcp: pm: netlink: only add server-side attr when trueMatthieu Baerts (NGI0)-1/+3
2025-09-22tcp: Remove redundant sk_unhashed() in inet_unhash().Kuniyuki Iwashima-9/+0
2025-09-22tcp: Remove inet6_hash().Kuniyuki Iwashima-24/+6
2025-09-22tcp: Remove osk from __inet_hash() arg.Kuniyuki Iwashima-4/+4
2025-09-22Bluetooth: MGMT: Fix possible UAFsLuiz Augusto von Dentz-77/+231
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner-8/+1
2025-09-22wifi: cfg80211: remove IEEE80211_CHAN_{1,2,4,8,16}MHZ flagsJohannes Berg-15/+0
2025-09-21sunrpc: fix "occurence"->"occurrence"Xichao Zhao-1/+1
2025-09-21SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever-2/+6
2025-09-21nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia-0/+15
2025-09-21sunrpc: eliminate return pointer in svc_tcp_sendmsg()Jeff Layton-13/+8
2025-09-21sunrpc: fix pr_notice in svc_tcp_sendto() to show correct lengthJeff Layton-2/+2
2025-09-21sunrpc: delay pc_release callback until after the reply is sentJeff Layton-3/+14
2025-09-21sunrpc: fix null pointer dereference on zero-length checksumLei Lu-1/+1
2025-09-20Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz-3/+23
2025-09-20Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeueLuiz Augusto von Dentz-0/+4
2025-09-20Bluetooth: hci_sync: Fix hci_resume_advertising_syncLuiz Augusto von Dentz-0/+7
2025-09-19net: netpoll: use synchronize_net() instead of synchronize_rcu()Breno Leitao-1/+1
2025-09-19net: netpoll: remove unused netpoll pointer from netpoll_infoBreno Leitao-1/+0
2025-09-19net: ipv4: convert ip_rcv_options to drop reasonsAntoine Tenart-12/+12
2025-09-19net: ipv4: simplify drop reason handling in ip_rcv_finish_coreAntoine Tenart-4/+3
2025-09-19net: ipv4: make udp_v4_early_demux explicitly return drop reasonAntoine Tenart-7/+7
2025-09-19rtnetlink: add needed_{head,tail}room attributesAlasdair McWilliam-1/+9
2025-09-19psp: clarify checksum behavior of psp_dev_rcv()Daniel Zahka-1/+2
2025-09-19tcp: prefer sk_skb_reason_drop()Eric Dumazet-2/+2
2025-09-19net/smc: fix warning in smc_rx_splice() when calling get_page()Sidraya Jayagond-5/+9
2025-09-19can: raw: reorder struct raw_sock's members to optimise packingVincent Mailhol-2/+2
2025-09-19can: raw: use bitfields to store flags in struct raw_sockVincent Mailhol-24/+35
2025-09-19can: raw: reorder struct uniqframe's members to optimise packingVincent Mailhol-1/+1
2025-09-19ipv4: use check_net()Christian Brauner-3/+3
2025-09-19net: use check_net()Christian Brauner-1/+1
2025-09-19net-sysfs: use check_net()Christian Brauner-3/+3
2025-09-19ns: add ns_common_free()Christian Brauner-2/+2
2025-09-19mptcp: reset blackhole on success with non-loopback ifacesMatthieu Baerts (NGI0)-1/+1
2025-09-19psp: do not use sk_dst_get() in psp_dev_get_for_sock()Eric Dumazet-10/+7
2025-09-19nscommon: simplify initializationChristian Brauner-1/+1
2025-09-19net: centralize ns_common initializationChristian Brauner-20/+3
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner-5/+0
2025-09-19net: support ns lookupChristian Brauner-2/+6
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner-263/+555
2025-09-19net: use ns_common_init()Christian Brauner-13/+33
2025-09-19wifi: mac80211: fix Rx packet handling when pubsta information is not availableAditya Kumar Singh-6/+22
2025-09-19wifi: cfg80211: remove ieee80211_s1g_channel_widthLachlan Hodges-27/+0
2025-09-19wifi: mac80211: correctly initialise S1G chandef for STALachlan Hodges-22/+92
2025-09-19wifi: cfg80211: correctly implement and validate S1G chandefLachlan Hodges-101/+115
2025-09-19wifi: mac80211: remove tx_handlers_drop debugfs statsSarika Sharma-4/+0
2025-09-19wifi: mac80211: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin-10/+0
2025-09-19wifi: mac80211: Extend support for changing NAN configurationIlan Peer-23/+113
2025-09-19wifi: mac80211: Export an API to check if NAN is startedIlan Peer-0/+8
2025-09-19wifi: mac80211: Get the correct interface for non-netdev skb statusIlan Peer-19/+20