summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2026-03-25wifi: nl80211: add support for NAN stationsMiri Korenblit
2026-03-25wifi: cfg80211: separately store HT, VHT and HE capabilities for NANMiri Korenblit
2026-03-25wifi: cfg80211: add support for NAN data interfaceMiri Korenblit
2026-03-25wifi: cfg80211: make sure NAN chandefs are validMiri Korenblit
2026-03-25wifi: cfg80211: Add an API to configure local NAN scheduleMiri Korenblit
2026-03-25wifi: mac80211: cleanup error path of ieee80211_do_openMiri Korenblit
2026-03-25wifi: mac80211: extract channel logic from link logicMiri Korenblit
2026-03-25Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loopHyunwoo Kim
2026-03-25Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()Hyunwoo Kim
2026-03-25Bluetooth: L2CAP: Fix send LE flow credits in ACL linkZhang Chen
2026-03-24tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet