summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
14 hoursbonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet
14 hoursnet: mana: Implement ndo_tx_timeout and serialize queue resets per port.Dipayaan Roy
14 hoursnet: mana: Handle hardware recovery events when probing the deviceLong Li
14 hoursnet: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg
14 hoursnet: mana: Add standard counter rx_missed_errorsErni Sri Satya Vennela
14 hoursnet: mana: Move hardware counter stats from per-port to per-VF contextErni Sri Satya Vennela
14 hoursnet/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet
14 hourstcp: better handle TCP_TX_DELAY on established flowsEric Dumazet
14 hourstcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet
14 hourstcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
14 hourstcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet
14 hourstcp: inline tcp_chrono_start()Eric Dumazet
15 hoursnet: mana: Support HW link state eventsHaiyang Zhang
2026-05-07net: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming
2026-05-07RDMA/mana_ib: Disable RX steering on RSS QP destroyLong Li
2026-04-22netfilter: nfnetlink_queue: make hash table per queueFlorian Westphal
2026-04-22xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski
2026-04-22xsk: respect tailroom for ZC setupsMaciej Fijalkowski
2026-04-22net: increase IP_TUNNEL_RECURSION_LIMIT to 5Chris J Arges
2026-04-22netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso
2026-04-18netfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do
2026-04-11netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso
2026-04-11netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso
2026-04-02Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz
2026-04-02Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz
2026-04-02udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-04-02ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima
2026-03-25udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei
2026-03-25wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-03-25clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann
2026-03-25net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
2026-03-25nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-03-19net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet
2026-03-19page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski
2026-03-19net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-13net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira
2026-03-13net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses
2026-03-12xsk: introduce helper to determine rxq->frag_sizeLarysa Zaremba
2026-03-12net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim
2026-03-12netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-12netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso
2026-03-12tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-12net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den
2026-03-12net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su
2026-03-12bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen
2026-03-12xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao
2026-03-12inet: annotate data-races around isk->inet_numEric Dumazet
2026-03-12Revert "netfilter: nft_set_rbtree: validate open interval overlap"Greg Kroah-Hartman
2026-03-04ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux
2026-03-04net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior