summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-12-07net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-0/+6
2025-12-07xfrm: Determine inner GSO type from packet inner protocolJianbo Liu1-1/+2
2025-12-07Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov1-1/+7
2025-12-07net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-0/+1
2025-12-07net/sched: act_connmark: transition to percpu stats and rcuPedro Tammela1-2/+7
2025-12-07Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov1-1/+1
2025-12-07net/cls_cgroup: Fix task_get_classid() during qdisc runYafang Shao1-1/+1
2025-12-07net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 msJuraj Ĺ arinay1-1/+1
2025-12-07bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung1-0/+5
2025-12-07Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu1-0/+11
2025-12-07Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz1-0/+1
2025-12-07net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei1-1/+24
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov1-0/+15
2025-10-02Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz1-0/+21
2025-09-19net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-2/+38
2025-09-04net: rose: convert 'use' field to refcount_tTakamitsu Iwai1-5/+13
2025-09-04net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai1-0/+8
2025-09-04Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy1-1/+1
2025-08-28bonding: Add independent control state machineAahil Awatramani3-0/+26
2025-08-28bonding: update LACP activity flag after setting lacp_activeHangbin Liu1-0/+1
2025-08-28neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-0/+1
2025-08-28wifi: mac80211: don't complete management TX on SAE commitJohannes Berg1-0/+2
2025-08-28wifi: cfg80211: Fix interface type validationIlan Peer1-1/+1
2025-08-15net: drop UFO packets in udp_rcv_segment()Wang Liang1-6/+18
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-3/+3
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal1-2/+13
2025-07-17netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet1-1/+1
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon1-1/+1
2025-06-27net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-27Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz1-1/+0
2025-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima1-1/+0
2025-06-04af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima1-8/+0
2025-06-04af_unix: Assign a unique index to SCC.Kuniyuki Iwashima1-1/+1
2025-06-04af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima1-1/+0
2025-06-04af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Save listener for embryo socket.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima1-0/+3
2025-06-04af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima1-0/+2
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2-0/+3
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+11
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+12
2025-06-04af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima1-3/+4
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima2-2/+11
2025-06-04af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima1-1/+1
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-1/+0
2025-05-22netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-3/+0
2025-05-22netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-0/+4
2025-05-22netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal1-1/+1