aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera3-48/+33
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera7-19/+12
2026-03-29ipv4: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera5-29/+28
2026-03-29drivers: net: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera1-2/+1
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera3-0/+15
2026-03-29ipv6: remove dynamic ICMPv6 sender registration infrastructureFernando Fernandez Mancera2-49/+3
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera4-16/+10
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera18-130/+0
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera9-30/+7
2026-03-27net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei1-2/+2
2026-03-27bridge: br_nd_send: validate ND option lengthsYang Yang1-2/+4
2026-03-27bridge: br_nd_send: linearize skb before parsing ND optionsYang Yang1-5/+7
2026-03-27ip6_tunnel: clear skb2->cb[] in ip4ip6_err()Eric Dumazet1-0/+5
2026-03-27ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()Eric Dumazet1-0/+3
2026-03-27net: qrtr: fix endian handling of confirm_rx fieldAlexander Wilhelm1-2/+2
2026-03-27net/ipv6: ioam6: prevent schema length wraparound in trace fillPengpeng Hou1-2/+2
2026-03-26net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to zero to prevent an info-leakYochai Eisenrich1-0/+3
2026-03-26net: qrtr: replace qrtr_tx_flow radix_tree with xarray to fix memory leakJiayuan Chen1-18/+13
2026-03-26tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()Eric Dumazet1-0/+1
2026-03-26net: mctp: avoid copy in fragmentation loop for near-MTU messagesJeremy Kerr2-15/+15
2026-03-26seg6: add per-route tunnel source addressJustin Iurman1-30/+82
2026-03-26mpls: add seqcount to protect the platform_label{,s} pairSabrina Dubroca1-4/+25
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski23-200/+1434
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski46-271/+526
2026-03-26Merge tag 'nf-26-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni12-99/+200
2026-03-26Merge tag 'for-net-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothPaolo Abeni1-12/+19
2026-03-26netfilter: ctnetlink: use netlink policy range checksDavid Carlier2-18/+8
2026-03-26netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr in process_sdpWeiming Shi1-4/+10
2026-03-26netfilter: nf_conntrack_expect: skip expectations in other netns via procPablo Neira Ayuso1-0/+4
2026-03-26netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso3-3/+17
2026-03-26netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso3-10/+30
2026-03-26netfilter: nf_conntrack_expect: use expect->helperPablo Neira Ayuso4-21/+13
2026-03-26netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso6-11/+28
2026-03-26netfilter: nft_set_rbtree: revisit array resize logicPablo Neira Ayuso1-17/+75
2026-03-26netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()Ren Wei1-0/+4
2026-03-26netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOADWeiming Shi1-6/+2
2026-03-26tls: Purge async_hold in tls_decrypt_async_wait()Chuck Lever1-1/+1
2026-03-25netfilter: nft_set_pipapo_avx2: don't return non-matching entry on expiryFlorian Westphal1-10/+10
2026-03-25wifi: mac80211: ignore reserved bits in reconfiguration statusBenjamin Berg1-6/+8
2026-03-25wifi: cfg80211: allow protected action frame TX for NANAvraham Stern2-2/+9
2026-03-25wifi: nl80211: Add a notification to notify NAN channel evacuationMiri Korenblit2-0/+66
2026-03-25wifi: nl80211: add NL80211_CMD_NAN_ULW_UPDATE notificationMiri Korenblit2-0/+64
2026-03-25wifi: nl80211: allow reporting spurious NAN Data framesMiri Korenblit2-7/+9
2026-03-25wifi: cfg80211: allow ToDS=0/FromDS=0 data frames on NAN data interfacesDaniel Gabay1-2/+3
2026-03-25wifi: nl80211: define an API for configuring the NAN peer's scheduleMiri Korenblit3-30/+409
2026-03-25wifi: nl80211: add support for NAN stationsMiri Korenblit1-22/+98
2026-03-25wifi: cfg80211: separately store HT, VHT and HE capabilities for NANMiri Korenblit2-0/+69
2026-03-25wifi: cfg80211: add support for NAN data interfaceMiri Korenblit12-29/+134
2026-03-25wifi: cfg80211: make sure NAN chandefs are validMiri Korenblit1-3/+12
2026-03-25wifi: cfg80211: Add an API to configure local NAN scheduleMiri Korenblit5-1/+377