summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2026-05-22net/sched: tbf: add extack to offload paramsDavid Yang
2026-05-22net: mana: Expose hardware diagnostic info via debugfsErni Sri Satya Vennela
2026-05-21Merge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: dsa: add NETC switch tag supportWei Fang
2026-05-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet
2026-05-20smc: Use flexible array for SMCD connectionsRosen Penev
2026-05-20net: shaper: rework the VALID marking (again)Jakub Kicinski
2026-05-20wifi: cfg80211: add a function to parse UHR DBEJohannes Berg
2026-05-18Merge tag 'nf-26-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-05-16netfilter: nf_queue: hold bridge skb->dev while queuedHaoze Xie
2026-05-16netfilter: br_netfilter: Reallocate headroom if necessary in neigh_hh_bridge()Lorenzo Bianconi
2026-05-16ipvs: avoid possible loop in ip_vs_dst_event on resizingJulian Anastasov
2026-05-15net: always declare __sock_wfree() and tcp_wfree()Eric Dumazet
2026-05-14net/sched: qdisc_qstats_qlen_backlog() runs locklesslyEric Dumazet
2026-05-14netlink: add one debug check in nla_nest_end()Eric Dumazet
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14Bluetooth: serialize accept_q accessJiexun Wang
2026-05-13net: make is_skb_wmem() available to modulesEric Dumazet
2026-05-13macsec: use rcu_work to defer TX SA crypto cleanup out of softirqJinliang Zheng
2026-05-13macsec: use rcu_work to defer RX SA crypto cleanup out of softirqJinliang Zheng
2026-05-11net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet
2026-05-11net/sched: add const qualifiers to gnet_stats helpersEric Dumazet
2026-05-11net/sched: add qdisc_qlen_lockless() helperEric Dumazet
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet
2026-05-08Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-05-08genetlink: free the skb on 'group >= family->n_mcgrps'Alice Ryhl
2026-05-08net: nsh: fix incorrect header length macrosIlya Maximets
2026-05-08ipv6: flowlabel: enforce per-netns limit for unprivileged callersMaoyi Xie
2026-05-08netfilter: nf_conntrack_expect: restore helper propagation via expectationPablo Neira Ayuso
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-06Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inve...Mikhail Gavrilov
2026-05-06Merge tag 'wireless-next-2026-05-06' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2026-05-05net: mana: Use per-queue allocation for tx_qp to reduce allocation sizeAditya Garg
2026-05-05Merge tag 'nf-26-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-05-05amt: Store struct sock in struct amt_dev.Kuniyuki Iwashima
2026-05-05vxlan: Free vxlan_sock with kfree_rcu().Kuniyuki Iwashima
2026-05-05vxlan: Store struct sock in struct vxlan_sock.Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel6_dst_lookup().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima
2026-05-05net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLRDipayaan Roy
2026-05-05wifi: cfg80211: separate NPCA validity from chandef validityJohannes Berg
2026-05-05wifi: mac80211: mlme: use NPCA chandef if capableJohannes Berg
2026-05-05wifi: mac80211: allow only AP chanctx sharing with NPCAJohannes Berg
2026-05-05wifi: cfg80211: add helper for parsing NPCA to chandefJohannes Berg
2026-05-05wifi: cfg80211: allow representing NPCA in chandefJohannes Berg