summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera-30/+7
2026-03-27net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()Xiang Mei-2/+2
2026-03-27bridge: br_nd_send: validate ND option lengthsYang Yang-2/+4
2026-03-27bridge: br_nd_send: linearize skb before parsing ND optionsYang Yang-5/+7
2026-03-27ip6_tunnel: clear skb2->cb[] in ip4ip6_err()Eric Dumazet-0/+5
2026-03-27ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()Eric Dumazet-0/+3
2026-03-27net: qrtr: fix endian handling of confirm_rx fieldAlexander Wilhelm-2/+2
2026-03-27net/ipv6: ioam6: prevent schema length wraparound in trace fillPengpeng Hou-2/+2
2026-03-26net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to...Yochai Eisenrich-0/+3
2026-03-26net: qrtr: replace qrtr_tx_flow radix_tree with xarray to fix memory leakJiayuan Chen-18/+13
2026-03-26tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()Eric Dumazet-0/+1
2026-03-26net: mctp: avoid copy in fragmentation loop for near-MTU messagesJeremy Kerr-15/+15
2026-03-26seg6: add per-route tunnel source addressJustin Iurman-31/+83
2026-03-26mpls: add seqcount to protect the platform_label{,s} pairSabrina Dubroca-4/+25
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-200/+1434
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-271/+526
2026-03-26Merge tag 'nf-26-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-99/+200
2026-03-26Merge tag 'for-net-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni-12/+19
2026-03-26netfilter: ctnetlink: use netlink policy range checksDavid Carlier-18/+8
2026-03-26netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr in process_sdpWeiming Shi-4/+10
2026-03-26netfilter: nf_conntrack_expect: skip expectations in other netns via procPablo Neira Ayuso-0/+4
2026-03-26netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso-3/+17
2026-03-26netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso-10/+30
2026-03-26netfilter: nf_conntrack_expect: use expect->helperPablo Neira Ayuso-21/+13
2026-03-26netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso-11/+28
2026-03-26netfilter: nft_set_rbtree: revisit array resize logicPablo Neira Ayuso-17/+75
2026-03-26netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()Ren Wei-0/+4
2026-03-26netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOADWeiming Shi-6/+2
2026-03-26tls: Purge async_hold in tls_decrypt_async_wait()Chuck Lever-1/+1
2026-03-25netfilter: nft_set_pipapo_avx2: don't return non-matching entry on expiryFlorian Westphal-10/+10
2026-03-25wifi: mac80211: ignore reserved bits in reconfiguration statusBenjamin Berg-6/+8
2026-03-25wifi: cfg80211: allow protected action frame TX for NANAvraham Stern-2/+9
2026-03-25wifi: nl80211: Add a notification to notify NAN channel evacuationMiri Korenblit-0/+66
2026-03-25wifi: nl80211: add NL80211_CMD_NAN_ULW_UPDATE notificationMiri Korenblit-0/+64
2026-03-25wifi: nl80211: allow reporting spurious NAN Data framesMiri Korenblit-7/+9
2026-03-25wifi: cfg80211: allow ToDS=0/FromDS=0 data frames on NAN data interfacesDaniel Gabay-2/+3
2026-03-25wifi: nl80211: define an API for configuring the NAN peer's scheduleMiri Korenblit-30/+409
2026-03-25wifi: nl80211: add support for NAN stationsMiri Korenblit-22/+98
2026-03-25wifi: cfg80211: separately store HT, VHT and HE capabilities for NANMiri Korenblit-0/+69
2026-03-25wifi: cfg80211: add support for NAN data interfaceMiri Korenblit-29/+134
2026-03-25wifi: cfg80211: make sure NAN chandefs are validMiri Korenblit-3/+12
2026-03-25wifi: cfg80211: Add an API to configure local NAN scheduleMiri Korenblit-1/+377
2026-03-25wifi: mac80211: cleanup error path of ieee80211_do_openMiri Korenblit-6/+12
2026-03-25wifi: mac80211: extract channel logic from link logicMiri Korenblit-14/+38
2026-03-25Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loopHyunwoo Kim-7/+12
2026-03-25Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()Hyunwoo Kim-5/+3
2026-03-25Bluetooth: L2CAP: Fix send LE flow credits in ACL linkZhang Chen-0/+4
2026-03-24tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet-29/+50
2026-03-24rtnetlink: fix leak of SRCU struct in rtnl_link_registerSabrina Dubroca-0/+3
2026-03-24net: ethtool: pass genl_info to the ethnl parse_request operationMaxime Chevallier-8/+19