summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
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-26net: mana: Set default number of queues to 16Long Li
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: honor expectation helper fieldPablo Neira Ayuso
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: 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: Add an API to configure local NAN scheduleMiri Korenblit
2026-03-24tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet
2026-03-24net_sched: codel: fix stale state for empty flows in fq_codelJonas Köppeler
2026-03-24Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-03-23udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-03-23ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-19Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz
2026-03-19Merge tag 'wireless-next-2026-03-19' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni
2026-03-19bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreignEric Woudstra
2026-03-18net: mana: Add ethtool counters for RX CQEs in coalesced typeHaiyang Zhang
2026-03-18net: mana: Add support for RX CQE CoalescingHaiyang Zhang
2026-03-18Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-03-18udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
2026-03-16xsk: remove repeated definesMaciej Fijalkowski
2026-03-14devlink: introduce shared devlink instance for PFs on same chipJiri Pirko
2026-03-14devlink: add devlink_dev_driver_name() helper and use it in trace eventsJiri Pirko
2026-03-14devlink: add helpers to get bus_name/dev_nameJiri Pirko
2026-03-14net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal