summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-332/+488
2025-11-12Merge tag 'wireless-2025-11-12' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-6/+18
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet-0/+1
2025-11-12ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang-0/+5
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton-1/+1
2025-11-11net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet-7/+10
2025-11-11Merge tag 'for-net-2025-11-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-64/+134
2025-11-11net: export netdev_get_by_index_lock()David Wei-1/+0
2025-11-11net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N-5/+7
2025-11-11net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N-5/+7
2025-11-11Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz-14/+35
2025-11-11af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima-3/+11
2025-11-11devlink: Introduce switchdev_inactive eswitch modeSaeed Mahameed-1/+1
2025-11-11wifi: mac80211: make monitor link info check more specificBenjamin Berg-4/+7
2025-11-11wifi: mac80211: track MU-MIMO configuration on disabled interfacesBenjamin Berg-23/+76
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu-7/+10
2025-11-11wifi: cfg80211/mac80211: clean up duplicate ap_power handlingPagadala Yesu Anjaneyulu-33/+2
2025-11-11wifi: cfg80211: use a C99 initializer in wiphy_registerEmmanuel Grumbach-6/+6
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing-4/+7
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner-62/+84
2025-11-11wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg-3/+7
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao-2/+5
2025-11-10tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima-0/+2
2025-11-10net/handshake: Fix memory leak in tls_handshake_accept()Zilin Guan-0/+1
2025-11-10net/smc: fix mismatch between CLC header and proposalD. Wythe-0/+1
2025-11-10net: dsa: tag_brcm: do not mark link local traffic as offloadedJonas Gorski-2/+4
2025-11-10net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira-0/+5
2025-11-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-28/+325
2025-11-10sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima-0/+1
2025-11-10sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet-4/+9
2025-11-10Bluetooth: hci_conn: Fix not cleaning up PA_LINK connectionsLuiz Augusto von Dentz-21/+21
2025-11-10Bluetooth: 6lowpan: add missing l2cap_chan_lock()Pauli Virtanen-0/+8
2025-11-10Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen-25/+43
2025-11-10Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen-0/+1
2025-11-10Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen-4/+24
2025-11-10Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen-0/+1
2025-11-10Bluetooth: MGMT: cancel mesh send timer when hdev removedPauli Virtanen-0/+1
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe-14/+299
2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki-1/+3
2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki-1/+2
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki-4/+5
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki-6/+12
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki-2/+4
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever-2/+1
2025-11-10wifi: mac80211: remove unnecessary vlan NULL checkJohannes Berg-3/+0
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg-57/+122
2025-11-10wifi: mac80211: remove "disabling VHT" messageJohannes Berg-4/+1
2025-11-10wifi: mac80211: add and use chanctx usage iterationJohannes Berg-147/+195
2025-11-10wifi: mac80211: simplify ieee80211_recalc_chanctx_min_def() APIJohannes Berg-26/+32
2025-11-10wifi: mac80211: remove chanctx to link back-referencesJohannes Berg-78/+87