summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2026-02-06wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg
2026-02-06net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala
2026-02-06nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-01-19netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2026-01-19netfilter: nf_conncount: reduce unnecessary GCWilliam Tu
2026-01-19inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo
2026-01-19Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2026-01-19xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-12-07net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit
2025-12-07net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet
2025-12-07net/sched: act_connmark: transition to percpu stats and rcuPedro Tammela
2025-12-07net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao
2025-12-07net/cls_cgroup: Fix task_get_classid() during qdisc runYafang Shao
2025-12-07net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 msJuraj Šarinay
2025-12-07net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2025-10-29net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2025-10-29splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-08-28bonding: update LACP activity flag after setting lacp_activeHangbin Liu
2025-08-28wifi: mac80211: don't complete management TX on SAE commitJohannes Berg
2025-08-28wifi: cfg80211: Fix interface type validationIlan Peer
2025-08-28net: drop UFO packets in udp_rcv_segment()Wang Liang
2025-08-28net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-07-17netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-27net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj
2025-05-22netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2025-05-22netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2025-05-22netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-02Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2025-05-02net: defer final 'struct net' free in netns dismantleEric Dumazet
2025-05-02net: make sock_inuse_add() availableEric Dumazet
2025-05-02sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro
2025-04-10ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen
2025-03-13include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman
2025-03-13net: extract port range fields from fl_flow_keyMaksym Glubokiy
2025-03-13Namespaceify mtu_expires sysctlxu xin
2025-03-13Namespaceify min_pmtu sysctlxu xin
2025-03-13net: add dev_net_rcu() helperEric Dumazet
2025-03-13net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()Jiri Pirko
2025-03-13ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet
2025-03-13vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet
2025-02-01Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2025-01-23net: add exit_batch_rtnl() methodEric Dumazet
2025-01-23tcp/dccp: allow a connection when sk_max_ack_backlog is zeroZhongqiu Duan
2025-01-23tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlogJason Xing