summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2 daysudp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei1-1/+1
2 dayswifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau1-1/+3
2 daysclsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-0/+5
2 daysnet/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim1-0/+28
2 daysnf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso1-0/+2
8 daysnet: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet1-4/+6
8 dayspage_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-1/+1
8 daysnet: add xmit recursion limit to tunnel xmit functionsWeiming Shi2-0/+19
14 daysnet/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira1-0/+1
14 daysnet/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-7/+26
2026-03-12xsk: introduce helper to determine rxq->frag_sizeLarysa Zaremba1-0/+10
2026-03-12net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-3/+1
2026-03-12netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal1-0/+5
2026-03-12netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso1-0/+2
2026-03-12tcp: secure_seq: add back ports to TS offsetEric Dumazet2-9/+42
2026-03-12net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den1-0/+10
2026-03-12net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su1-1/+1
2026-03-12bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen1-0/+1
2026-03-12xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao1-3/+3
2026-03-12inet: annotate data-races around isk->inet_numEric Dumazet3-3/+3
2026-03-12Revert "netfilter: nft_set_rbtree: validate open interval overlap"Greg Kroah-Hartman1-4/+0
2026-03-04ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux1-0/+2
2026-03-04net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-1/+1
2026-03-04Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too shortLuiz Augusto von Dentz1-3/+3
2026-03-04Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz1-0/+2
2026-03-04tcp: fix potential race in tcp_v6_syn_recv_sock()Eric Dumazet2-2/+6
2026-03-04ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima1-0/+1
2026-03-04ipv6: annotate data-races in ip6_multipath_hash_{policy,fields}()Eric Dumazet1-2/+2
2026-02-28netfilter: nf_tables: add .abort_skip_removal flag for set typesPablo Neira Ayuso1-0/+2
2026-02-27inet: move icmp_global_{credit,stamp} to a separate cache lineEric Dumazet1-2/+7
2026-02-27ipv6: fix a race in ip6_sock_set_v6only()Eric Dumazet1-4/+7
2026-02-27netfilter: nft_set_rbtree: validate open interval overlapPablo Neira Ayuso1-0/+4
2026-02-27netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentationFlorian Westphal1-0/+1
2026-02-27netfilter: nfnetlink_queue: optimize verdict lookup with hash tableScott Mitchell1-0/+3
2026-02-27tcp: accecn: handle unexpected AccECN negotiation feedbackChia-Yu Chang1-13/+31
2026-02-27tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang2-4/+19
2026-02-27tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang3-7/+47
2026-02-27netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera1-0/+1
2026-02-06nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima1-0/+2
2026-02-06bonding: annotate data-races around slave->last_rxEric Dumazet1-6/+7
2026-01-23ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet1-1/+12
2026-01-17netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal1-8/+26
2026-01-08net: dsa: properly keep track of conduit referenceVladimir Oltean1-0/+1
2026-01-02inet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski2-15/+7
2026-01-02inet: frags: add inet_frag_queue_flush()Jakub Kicinski1-3/+2
2025-12-18netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera1-9/+8
2025-11-25net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet1-0/+2
2025-11-21Bluetooth: hci_core: lookup hci_conn on RX path on protocol sidePauli Virtanen1-6/+14
2025-11-21Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interfaceChris Lu1-1/+0
2025-11-19Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+2