summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-08-20wifi: mac80211: avoid weird state in error pathMiri Korenblit
2025-08-20wifi: mac80211: don't complete management TX on SAE commitJohannes Berg
2025-08-20wifi: cfg80211: Fix interface type validationIlan Peer
2025-08-20Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li
2025-08-20net: kcm: Fix race condition in kcm_unattach()Sven Stegemann
2025-08-20ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker
2025-08-20net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski
2025-08-15net: drop UFO packets in udp_rcv_segment()Wang Liang
2025-08-15Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down
2025-08-15Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-08-15net: dst: add four helpers to annotate data-races around dst->devEric Dumazet
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet
2025-08-01xfrm: always initialize offload pathLeon Romanovsky
2025-07-24netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal
2025-07-24Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers
2025-07-24Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers
2025-07-24Bluetooth: hci_core: fix typos in macrosChristian Eggers
2025-07-24wifi: cfg80211: remove scan request n_channels counted_byJohannes Berg
2025-07-17netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet
2025-07-17vsock: fix `vsock_proto` declarationStefano Garzarella
2025-07-17Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_s...Luiz Augusto von Dentz
2025-07-06Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima
2025-06-27Revert "mac80211: Dynamically set CoDel parameters per station"Toke Høiland-Jørgensen
2025-06-19net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj
2025-06-19Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz
2025-06-19Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz
2025-06-19net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-19netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal
2025-06-19Bluetooth: separate CIS_LINK and BIS_LINK link typesPauli Virtanen
2025-06-19bonding: Fix multiple long standing offload racesCosmin Ratiu
2025-06-19xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-06-19page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-20bnxt_en: Fix netdev locking in ULP IRQ functionsMichael Chan
2025-05-09net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-08Merge tag 'for-net-2025-05-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-05-08Bluetooth: hci_event: Fix not using key encryption size when its knownLuiz Augusto von Dentz
2025-05-08net: export a helper for adding up queue statsJakub Kicinski
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz
2025-04-25Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz
2025-04-24xsk: Fix offset calculation in unaligned modee.kubanski
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2025-04-15net: fib_rules: Fix iif / oif matching on L3 master deviceIdo Schimmel
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-09net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner