summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-27ipv6: guard against possible NULL deref in __in6_dev_stats_get()Eric Dumazet1-1/+4
2026-05-26llc: Add SPDX id lines to llc header filesTim Bird10-70/+10
2026-05-26llc: Add SPDX id lines to some llc source filesTim Bird1-7/+1
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds1-17/+2
2026-05-25devlink: pass param values by pointerRatheesh Kannoth1-2/+2
2026-05-22net/sched: tbf: add extack to offload paramsDavid Yang1-0/+1
2026-05-22net: mana: Expose hardware diagnostic info via debugfsErni Sri Satya Vennela2-0/+9
2026-05-22netfilter: nf_tables: fix dst corruption in same register operationFernando Fernandez Mancera1-0/+7
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park1-17/+2
2026-05-21Merge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-0/+10
2026-05-21Merge 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-20tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN predictionEric Dumazet1-3/+4
2026-05-20smc: Use flexible array for SMCD connectionsRosen Penev1-1/+1
2026-05-20net: 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-18Merge 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-15net: always declare __sock_wfree() and tcp_wfree()Eric Dumazet1-2/+1
2026-05-14net/sched: qdisc_qstats_qlen_backlog() runs locklesslyEric Dumazet1-3/+3
2026-05-14netlink: 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-13net: make is_skb_wmem() available to modulesEric Dumazet2-2/+11
2026-05-13macsec: use rcu_work to defer TX SA crypto cleanup out of softirqJinliang Zheng1-1/+2
2026-05-13macsec: use rcu_work to defer RX SA crypto cleanup out of softirqJinliang Zheng1-1/+3
2026-05-11net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet1-0/+9
2026-05-11net/sched: add const qualifiers to gnet_stats helpersEric Dumazet2-9/+9
2026-05-11net/sched: add qdisc_qlen_lockless() helperEric Dumazet1-1/+6
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet1-3/+13
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet1-11/+21
2026-05-08Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-1/+4
2026-05-08genetlink: free the skb on 'group >= family->n_mcgrps'Alice Ryhl1-1/+3
2026-05-08net: nsh: fix incorrect header length macrosIlya Maximets1-2/+2
2026-05-08ipv6: 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-07xfrm: route MIGRATE notifications to caller's netnsMaoyi Xie1-1/+2
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-05net: mana: Use per-queue allocation for tx_qp to reduce allocation sizeAditya Garg1-1/+1
2026-05-05Merge tag 'nf-26-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-5/+26
2026-05-05amt: Store struct sock in struct amt_dev.Kuniyuki Iwashima1-1/+1
2026-05-05vxlan: Free vxlan_sock with kfree_rcu().Kuniyuki Iwashima1-0/+1
2026-05-05vxlan: Store struct sock in struct vxlan_sock.Kuniyuki Iwashima1-2/+2
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port().Kuniyuki Iwashima1-2/+2
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port().Kuniyuki Iwashima1-2/+2
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel6_dst_lookup().Kuniyuki Iwashima1-1/+1