summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-22net: mana: Expose hardware diagnostic info via debugfsErni Sri Satya Vennela2-0/+9
2026-05-22Merge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-0/+10
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-6/+15
2026-05-21net: dsa: add NETC switch tag supportWei Fang1-0/+2
2026-05-21tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet1-3/+4
2026-05-21smc: Use flexible array for SMCD connectionsRosen Penev1-1/+1
2026-05-21net: shaper: rework the VALID marking (again)Jakub Kicinski1-0/+1
2026-05-20wifi: cfg80211: add a function to parse UHR DBEJohannes Berg1-0/+10
2026-05-19Merge tag 'nf-26-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski3-3/+9
2026-05-16netfilter: nf_queue: hold bridge skb->dev while queuedHaoze Xie1-0/+1
2026-05-16netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()Lorenzo Bianconi1-2/+6
2026-05-16ipvs: avoid possible loop in ip_vs_dst_event on resizingJulian Anastasov1-1/+2
2026-05-16net: always declare __sock_wfree() and tcp_wfree()Eric Dumazet1-2/+1
2026-05-15net/sched: qdisc_qstats_qlen_backlog() runs locklesslyEric Dumazet1-3/+3
2026-05-15netlink: add one debug check in nla_nest_end()Eric Dumazet1-1/+4
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-6/+15
2026-05-14Bluetooth: serialize accept_q accessJiexun Wang1-0/+1
2026-05-14net: make is_skb_wmem() available to modulesEric Dumazet2-2/+11
2026-05-14macsec: use rcu_work to defer TX SA crypto cleanup out of softirqJinliang Zheng1-1/+2
2026-05-14macsec: use rcu_work to defer RX SA crypto cleanup out of softirqJinliang Zheng1-1/+3
2026-05-12net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet1-0/+9
2026-05-12net/sched: add const qualifiers to gnet_stats helpersEric Dumazet2-9/+9
2026-05-12net/sched: add qdisc_qlen_lockless() helperEric Dumazet1-1/+6
2026-05-12net/sched: annotate data-races around sch->qstats.backlogEric Dumazet1-3/+13
2026-05-12net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet1-11/+21
2026-05-09Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-1/+4
2026-05-09genetlink: free the skb on 'group >= family->n_mcgrps'Alice Ryhl1-1/+3
2026-05-09net: nsh: fix incorrect header length macrosIlya Maximets1-2/+2
2026-05-09ipv6: flowlabel: enforce per-netns limit for unprivileged callersMaoyi Xie1-0/+1
2026-05-08netfilter: nf_conntrack_expect: restore helper propagation via expectationPablo Neira Ayuso1-1/+4
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-8/+59
2026-05-06Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov1-1/+1
2026-05-06Merge tag 'wireless-next-2026-05-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-9/+306
2026-05-06net: mana: Use per-queue allocation for tx_qp to reduce allocation sizeAditya Garg1-1/+1
2026-05-06Merge tag 'nf-26-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-5/+26
2026-05-06amt: Store struct sock in struct amt_dev.Kuniyuki Iwashima1-1/+1
2026-05-06vxlan: Free vxlan_sock with kfree_rcu().Kuniyuki Iwashima1-0/+1
2026-05-06vxlan: Store struct sock in struct vxlan_sock.Kuniyuki Iwashima1-2/+2
2026-05-06udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port().Kuniyuki Iwashima1-2/+2
2026-05-06udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port().Kuniyuki Iwashima1-2/+2
2026-05-06udp_tunnel: Pass struct sock to udp_tunnel6_dst_lookup().Kuniyuki Iwashima1-1/+1
2026-05-06udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima1-1/+1
2026-05-06udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima1-1/+1
2026-05-05net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLRDipayaan Roy1-0/+6
2026-05-05wifi: cfg80211: separate NPCA validity from chandef validityJohannes Berg1-0/+23
2026-05-05wifi: mac80211: mlme: use NPCA chandef if capableJohannes Berg1-0/+25
2026-05-05wifi: mac80211: allow only AP chanctx sharing with NPCAJohannes Berg1-0/+7
2026-05-05wifi: cfg80211: add helper for parsing NPCA to chandefJohannes Berg1-0/+13
2026-05-05wifi: cfg80211: allow representing NPCA in chandefJohannes Berg1-2/+9
2026-05-05wifi: cfg80211: allow devices to advertise extended MLD capa/opsJohannes Berg1-0/+2