summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-10-02Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2025-09-25net: clear sk->sk_ino in sk_set_socket(sk, NULL)Eric Dumazet
2025-09-25net: dst_metadata: fix IP_DF bit not extracted from tunnel headersIlya Maximets
2025-09-19netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal
2025-09-19netfilter: nf_tables: place base_seq in struct netFlorian Westphal
2025-09-19netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal
2025-09-09net: lockless sock_i_ino()Eric Dumazet
2025-09-09net: remove sock_i_uid()Eric Dumazet
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: update LACP activity flag after setting lacp_activeHangbin Liu
2025-08-28Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separatelyLuiz Augusto von Dentz
2025-08-28Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li
2025-08-28Bluetooth: hci_core: Fix using ll_privacy_capable for current settingsLuiz Augusto von Dentz
2025-08-28Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz
2025-08-28net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu
2025-08-28devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski
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-15net: annotate races around sk->sk_uidEric Dumazet
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-07-17Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-07-17Merge tag 'wireless-2025-07-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers
2025-07-16Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers
2025-07-16Bluetooth: hci_core: fix typos in macrosChristian Eggers
2025-07-15wifi: cfg80211: remove scan request n_channels counted_byJohannes Berg
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter
2025-07-10netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-07-07Merge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-07-07vsock: fix `vsock_proto` declarationStefano Garzarella
2025-07-03Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_s...Luiz Augusto von Dentz
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima