aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-10net/smc: fix mismatch between CLC header and proposalD. Wythe1-0/+1
2025-11-10net: dsa: tag_brcm: do not mark link local traffic as offloadedJonas Gorski1-2/+4
2025-11-10net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdiscVictor Nogueira1-0/+5
2025-11-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-28/+325
2025-11-10sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima1-0/+1
2025-11-10sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet1-4/+9
2025-11-10Bluetooth: hci_conn: Fix not cleaning up PA_LINK connectionsLuiz Augusto von Dentz3-21/+21
2025-11-10Bluetooth: 6lowpan: add missing l2cap_chan_lock()Pauli Virtanen1-0/+8
2025-11-10Bluetooth: 6lowpan: Don't hold spin lock over sleeping functionsPauli Virtanen1-25/+43
2025-11-10Bluetooth: L2CAP: export l2cap_chan_hold for modulesPauli Virtanen1-0/+1
2025-11-10Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusionPauli Virtanen1-4/+24
2025-11-10Bluetooth: 6lowpan: reset link-local header on ipv6 recv pathPauli Virtanen1-0/+1
2025-11-10Bluetooth: MGMT: cancel mesh send timer when hdev removedPauli Virtanen1-0/+1
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe7-14/+299
2025-11-10bpf: Make bpf_skb_change_head helper metadata-safeJakub Sitnicki1-1/+3
2025-11-10bpf: Make bpf_skb_change_proto helper metadata-safeJakub Sitnicki1-1/+2
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki1-4/+5
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki1-6/+12
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki1-2/+4
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever1-2/+1
2025-11-10wifi: mac80211: remove unnecessary vlan NULL checkJohannes Berg1-3/+0
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg11-57/+122
2025-11-10wifi: mac80211: remove "disabling VHT" messageJohannes Berg1-4/+1
2025-11-10wifi: mac80211: add and use chanctx usage iterationJohannes Berg1-147/+195
2025-11-10wifi: mac80211: simplify ieee80211_recalc_chanctx_min_def() APIJohannes Berg4-26/+32
2025-11-10wifi: mac80211: remove chanctx to link back-referencesJohannes Berg4-78/+87
2025-11-10wifi: mac80211: make link iteration safe for 'break'Johannes Berg1-5/+11
2025-11-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-0/+5
2025-11-07net: increase skb_defer_max default to 128Eric Dumazet1-1/+1
2025-11-07net: fix napi_consume_skb() with alien skbsEric Dumazet1-0/+5
2025-11-07net: allow skb_release_head_state() to be called multiple timesEric Dumazet1-4/+3
2025-11-07net: add prefetch() in skb_defer_free_flush()Eric Dumazet1-0/+1
2025-11-07psp: add stats from psp spec to driver facing apiJakub Kicinski2-2/+22
2025-11-07psp: report basic stats from the coreJakub Kicinski4-1/+98
2025-11-07tcp: add net.ipv4.tcp_comp_sack_rtt_percentEric Dumazet3-8/+28
2025-11-07strparser: Fix signed/unsigned mismatch bugNate Karstens1-1/+1
2025-11-07tcp: Remove timeout arg from reqsk_timeout().Kuniyuki Iwashima2-3/+4
2025-11-07tcp: Remove redundant init for req->num_timeout.Kuniyuki Iwashima1-2/+0
2025-11-07tcp: Remove timeout arg from reqsk_queue_hash_req().Kuniyuki Iwashima2-15/+10
2025-11-07tcp: Call tcp_syn_ack_timeout() directly.Kuniyuki Iwashima4-5/+4
2025-11-06xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann1-5/+1
2025-11-06net: dsa: add tagging driver for MaxLinear GSW1xx switch familyDaniel Golle3-0/+125
2025-11-06devlink: Add new "max_mac_per_vf" generic device paramMohammad Heib1-0/+5
2025-11-06wifi: mac80211: reject address change while connectingJohannes Berg1-3/+11
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-74/+180
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds19-73/+178
2025-11-06net: bridge: fix MST static key usageNikolay Aleksandrov3-2/+14
2025-11-06net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov3-6/+8
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju1-41/+7
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior1-2/+2