summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-11-10bpf: Make bpf_skb_adjust_room metadata-safeJakub Sitnicki
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki
2025-11-10net: Preserve metadata on pskb_expand_headJakub Sitnicki
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever
2025-11-10wifi: mac80211: remove unnecessary vlan NULL checkJohannes Berg
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg
2025-11-10wifi: mac80211: remove "disabling VHT" messageJohannes Berg
2025-11-10wifi: mac80211: add and use chanctx usage iterationJohannes Berg
2025-11-10wifi: mac80211: simplify ieee80211_recalc_chanctx_min_def() APIJohannes Berg
2025-11-10wifi: mac80211: remove chanctx to link back-referencesJohannes Berg
2025-11-10wifi: mac80211: make link iteration safe for 'break'Johannes Berg
2025-11-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2025-11-07net: increase skb_defer_max default to 128Eric Dumazet
2025-11-07net: fix napi_consume_skb() with alien skbsEric Dumazet
2025-11-07net: allow skb_release_head_state() to be called multiple timesEric Dumazet
2025-11-07net: add prefetch() in skb_defer_free_flush()Eric Dumazet
2025-11-07psp: add stats from psp spec to driver facing apiJakub Kicinski
2025-11-07psp: report basic stats from the coreJakub Kicinski
2025-11-07tcp: add net.ipv4.tcp_comp_sack_rtt_percentEric Dumazet
2025-11-07strparser: Fix signed/unsigned mismatch bugNate Karstens
2025-11-07tcp: Remove timeout arg from reqsk_timeout().Kuniyuki Iwashima
2025-11-07tcp: Remove redundant init for req->num_timeout.Kuniyuki Iwashima
2025-11-07tcp: Remove timeout arg from reqsk_queue_hash_req().Kuniyuki Iwashima
2025-11-07tcp: Call tcp_syn_ack_timeout() directly.Kuniyuki Iwashima
2025-11-06xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann
2025-11-06net: dsa: add tagging driver for MaxLinear GSW1xx switch familyDaniel Golle
2025-11-06devlink: Add new "max_mac_per_vf" generic device paramMohammad Heib
2025-11-06wifi: mac80211: reject address change while connectingJohannes Berg
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-06net: bridge: fix MST static key usageNikolay Aleksandrov
2025-11-06net: bridge: fix use-after-free due to MST port state bypassNikolay Aleksandrov
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao
2025-11-04net: Convert struct sockaddr to fixed-size "sa_data[14]"Kees Cook
2025-11-04bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistentlyKees Cook
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing
2025-11-04mptcp: pm: in kernel: only use fullmesh endp if anyMatthieu Baerts (NGI0)
2025-11-04mptcp: pm: in-kernel: record fullmesh endp nbMatthieu Baerts (NGI0)
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet
2025-11-04rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing
2025-11-04xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lockJason Xing
2025-11-04net/dns_resolver: use credential guards in dns_query()Christian Brauner
2025-11-04unix: don't copy credsChristian Brauner
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel