summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2026-02-06nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-02-06bonding: annotate data-races around slave->last_rxEric Dumazet
2026-01-17net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala
2026-01-11cfg80211: support RNR for EMA APAloka Dixit
2026-01-11wifi: mac80211: generate EMA beacons in AP modeAloka Dixit
2026-01-11wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern
2026-01-11wifi: nl80211: validate and configure puncturing bitmapAloka Dixit
2026-01-11wifi: cfg80211: move puncturing bitmap validation from mac80211Aloka Dixit
2026-01-11wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg
2026-01-11cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad
2026-01-11netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2026-01-11inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo
2026-01-11Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2026-01-11xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-12-07net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit
2025-12-07xfrm: Determine inner GSO type from packet inner protocolJianbo Liu
2025-12-07Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov
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-07Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()Ilia Gavrilov
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-07bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung
2025-12-07Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu
2025-12-07Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz
2025-12-07net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-02Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2025-09-19net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-09-04net: rose: convert 'use' field to refcount_tTakamitsu Iwai
2025-09-04net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai
2025-09-04Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy
2025-08-28bonding: Add independent control state machineAahil Awatramani
2025-08-28bonding: update LACP activity flag after setting lacp_activeHangbin Liu
2025-08-28neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande
2025-08-28wifi: mac80211: don't complete management TX on SAE commitJohannes Berg
2025-08-28wifi: cfg80211: Fix interface type validationIlan Peer
2025-08-15net: drop UFO packets in udp_rcv_segment()Wang Liang
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal
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-06-27Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz
2025-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima
2025-06-04af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima
2025-06-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2025-06-04af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima
2025-06-04af_unix: Assign a unique index to SCC.Kuniyuki Iwashima
2025-06-04af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima