summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2026-04-02net: mctp: perform source address lookups when we populate our dstJeremy Kerr-0/+1
2026-03-29ipv6: remove ipv6_stub infrastructure completelyFernando Fernandez Mancera-105/+2
2026-03-29bpf: remove ipv6_bpf_stub completely and use direct function callsFernando Fernandez Mancera-21/+2
2026-03-29net: convert remaining ipv6_stub users to direct function callsFernando Fernandez Mancera-1/+1
2026-03-29ipv6: prepare headers for ipv6_stub removalFernando Fernandez Mancera-1/+73
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera-1/+1
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera-8/+0
2026-03-26tcp: Fix inconsistent indenting warningJiayuan Chen-1/+1
2026-03-26mpls: add seqcount to protect the platform_label{,s} pairSabrina Dubroca-0/+1
2026-03-26Merge tag 'wireless-next-2026-03-26' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-7/+258
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+60
2026-03-26net: mana: Set default number of queues to 16Long Li-0/+1
2026-03-26netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso-1/+17
2026-03-26netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso-0/+5
2026-03-26netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso-1/+1
2026-03-25wifi: nl80211: Add a notification to notify NAN channel evacuationMiri Korenblit-0/+19
2026-03-25wifi: nl80211: add NL80211_CMD_NAN_ULW_UPDATE notificationMiri Korenblit-0/+14
2026-03-25wifi: nl80211: allow reporting spurious NAN Data framesMiri Korenblit-6/+7
2026-03-25wifi: nl80211: define an API for configuring the NAN peer's scheduleMiri Korenblit-0/+58
2026-03-25wifi: nl80211: add support for NAN stationsMiri Korenblit-0/+56
2026-03-25wifi: cfg80211: separately store HT, VHT and HE capabilities for NANMiri Korenblit-0/+11
2026-03-25wifi: cfg80211: add support for NAN data interfaceMiri Korenblit-0/+21
2026-03-25wifi: cfg80211: Add an API to configure local NAN scheduleMiri Korenblit-1/+72
2026-03-24tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet-0/+8
2026-03-24net_sched: codel: fix stale state for empty flows in fq_codelJonas Köppeler-0/+1
2026-03-24Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-1/+1
2026-03-23udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau-0/+14
2026-03-23ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima-1/+20
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+62
2026-03-19Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz-0/+1
2026-03-19Merge tag 'wireless-next-2026-03-19' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni-0/+4
2026-03-19bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreignEric Woudstra-0/+1
2026-03-18net: mana: Add ethtool counters for RX CQEs in coalesced typeHaiyang Zhang-3/+6
2026-03-18net: mana: Add support for RX CQE CoalescingHaiyang Zhang-1/+7
2026-03-18Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-1/+3
2026-03-18udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei-1/+1
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau-1/+3
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann-0/+5
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim-0/+28
2026-03-16xsk: remove repeated definesMaciej Fijalkowski-7/+0
2026-03-14devlink: introduce shared devlink instance for PFs on same chipJiri Pirko-0/+7
2026-03-14devlink: add devlink_dev_driver_name() helper and use it in trace eventsJiri Pirko-0/+1
2026-03-14devlink: add helpers to get bus_name/dev_nameJiri Pirko-0/+2
2026-03-14net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet-1/+4
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz-0/+22
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima-3/+2
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima-6/+4
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima-1/+0
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima-1/+0