summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-29net: hsr: use __func__ instead of hardcoded function nameLuka Gejak
2026-03-29net: hsr: constify hsr_ops and prp_ops protocol operation structuresLuka Gejak
2026-03-29tcp: use __jhash_final() in inet6_ehashfn()Eric Dumazet
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera
2026-03-29ipv4: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera
2026-03-29ipv6: remove dynamic ICMPv6 sender registration infrastructureFernando Fernandez Mancera
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera
2026-03-27net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei
2026-03-27bridge: br_nd_send: validate ND option lengthsYang Yang
2026-03-27bridge: br_nd_send: linearize skb before parsing ND optionsYang Yang
2026-03-27ip6_tunnel: clear skb2->cb[] in ip4ip6_err()Eric Dumazet
2026-03-27ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()Eric Dumazet
2026-03-27net: qrtr: fix endian handling of confirm_rx fieldAlexander Wilhelm
2026-03-27net/ipv6: ioam6: prevent schema length wraparound in trace fillPengpeng Hou
2026-03-26net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to...Yochai Eisenrich
2026-03-26net: qrtr: replace qrtr_tx_flow radix_tree with xarray to fix memory leakJiayuan Chen
2026-03-26tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()Eric Dumazet
2026-03-26net: mctp: avoid copy in fragmentation loop for near-MTU messagesJeremy Kerr
2026-03-26seg6: add per-route tunnel source addressJustin Iurman
2026-03-26mpls: add seqcount to protect the platform_label{,s} pairSabrina Dubroca
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-26Merge tag 'nf-26-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2026-03-26Merge tag 'for-net-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-03-26netfilter: ctnetlink: use netlink policy range checksDavid Carlier
2026-03-26netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr in process_sdpWeiming Shi
2026-03-26netfilter: nf_conntrack_expect: skip expectations in other netns via procPablo Neira Ayuso
2026-03-26netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso
2026-03-26netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso
2026-03-26netfilter: nf_conntrack_expect: use expect->helperPablo Neira Ayuso
2026-03-26netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso
2026-03-26netfilter: nft_set_rbtree: revisit array resize logicPablo Neira Ayuso
2026-03-26netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()Ren Wei
2026-03-26netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOADWeiming Shi
2026-03-26tls: Purge async_hold in tls_decrypt_async_wait()Chuck Lever
2026-03-25netfilter: nft_set_pipapo_avx2: don't return non-matching entry on expiryFlorian Westphal
2026-03-25wifi: mac80211: ignore reserved bits in reconfiguration statusBenjamin Berg
2026-03-25wifi: cfg80211: allow protected action frame TX for NANAvraham Stern
2026-03-25wifi: nl80211: Add a notification to notify NAN channel evacuationMiri Korenblit
2026-03-25wifi: nl80211: add NL80211_CMD_NAN_ULW_UPDATE notificationMiri Korenblit
2026-03-25wifi: nl80211: allow reporting spurious NAN Data framesMiri Korenblit
2026-03-25wifi: cfg80211: allow ToDS=0/FromDS=0 data frames on NAN data interfacesDaniel Gabay
2026-03-25wifi: nl80211: define an API for configuring the NAN peer's scheduleMiri Korenblit