summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-07-17Merge tag 'nf-25-07-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-68/+23
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal-6/+20
2025-07-17net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau-0/+2
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang-10/+5
2025-07-16ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing-1/+1
2025-07-16ipv6: mcast: Simplify mld_clear_{report|query}()Yue Haibing-8/+2
2025-07-16tcp: fix UaF in tcp_prune_ofo_queue()Paolo Abeni-1/+1
2025-07-16ethtool: Don't check for RXFH fields conflict when no input_xfrm is requestedGal Pressman-1/+6
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers-67/+63
2025-07-16Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeoutLuiz Augusto von Dentz-1/+1
2025-07-16Bluetooth: SMP: If an unallowed command is received consider it a failureLuiz Augusto von Dentz-1/+19
2025-07-16Bluetooth: hci_sync: fix connectable extended advertising when using static r...Alessandro Gasbarroni-2/+2
2025-07-16Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima-0/+3
2025-07-15mptcp: reset fallback status gracefully at disconnect() timePaolo Abeni-0/+9
2025-07-15mptcp: plug races between subflow fail and subflow creationPaolo Abeni-13/+32
2025-07-15mptcp: make fallback action and fallback decision atomicPaolo Abeni-19/+61
2025-07-15ipv6: mcast: Remove unnecessary null check in ip6_mc_find_dev()Yue Haibing-3/+0
2025-07-15don't open-code kernel_accept() in rds_tcp_accept_one()Al Viro-22/+2
2025-07-15net: mctp: Add bind lookup testMatt Johnston-0/+191
2025-07-15net: mctp: Test conflicts of connect() with bind()Matt Johnston-4/+59
2025-07-15net: mctp: Allow limiting binds to a peer addressMatt Johnston-7/+104
2025-07-15net: mctp: Use hashtable for bindsMatt Johnston-18/+68
2025-07-15net: mctp: Add test for conflicting bind()sMatt Johnston-0/+162
2025-07-15net: mctp: Treat MCTP_NET_ANY specially in bind()Matt Johnston-1/+15
2025-07-15net: mctp: Prevent duplicate bindsMatt Johnston-3/+23
2025-07-15net: mctp: mctp_test_route_extaddr_input cleanupMatt Johnston-4/+2
2025-07-15wifi: cfg80211: fix double free for link_sinfo in nl80211_station_dump()Sarika Sharma-1/+9
2025-07-15wifi: cfg80211: fix off channel operation allowed check for MLOAditya Kumar Singh-6/+17
2025-07-15wifi: mac80211: use RCU-safe iteration in ieee80211_csa_finishMaharaja Kennadyrajan-1/+16
2025-07-15ipv6: mcast: Avoid a duplicate pointer check in mld_del_delrec()Yue Haibing-27/+25
2025-07-15wifi: mac80211: parse unsolicited broadcast probe response dataYuvarani V-0/+12
2025-07-15wifi: cfg80211: parse attribute to update unsolicited probe response templateYuvarani V-0/+18
2025-07-15wifi: mac80211: don't use TPE data from assoc responseJohannes Berg-5/+28
2025-07-15wifi: mac80211: handle WLAN_HT_ACTION_NOTIFY_CHANWIDTH asyncMiri Korenblit-30/+80
2025-07-15wifi: mac80211: simplify __ieee80211_rx_h_amsdu() loopJohannes Berg-15/+8
2025-07-15wifi: mac80211: don't mark keys for inactive links as uploadedMiri Korenblit-1/+2
2025-07-15wifi: mac80211: only assign chanctx in reconfigMiri Korenblit-4/+6
2025-07-15wifi: mac80211: clean up cipher suite handlingJohannes Berg-54/+17
2025-07-15wifi: mac80211: don't send keys to driver when fips_enabledJohannes Berg-1/+8
2025-07-15wifi: mac80211: remove ieee80211_link_unreserve_chanctx() return valueJohannes Berg-6/+4
2025-07-15wifi: mac80211: don't unreserve never reserved chanctxJohannes Berg-1/+2
2025-07-15wifi: mac80211: make VHT opmode NSS ignore a debug messageJohannes Berg-2/+3
2025-07-14tcp: stronger sk_rcvbuf checksEric Dumazet-6/+16
2025-07-14tcp: add const to tcp_try_rmem_schedule() and sk_rmem_schedule() skbEric Dumazet-1/+1
2025-07-14tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet-0/+1
2025-07-14tcp: add LINUX_MIB_BEYOND_WINDOWEric Dumazet-0/+2
2025-07-14tcp: do not accept packets beyond windowEric Dumazet-5/+17
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja-5/+51
2025-07-14net: ipv4: fix incorrect MTU in broadcast routesOscar Maes-1/+0
2025-07-14net/x25: Remove unused x25_terminate_link()Dr. David Alan Gilbert-22/+0