summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-20wifi: mac80211: avoid weird state in error pathMiri Korenblit1-0/+2
2025-08-20wifi: mac80211: don't complete management TX on SAE commitJohannes Berg1-0/+2
2025-08-20wifi: cfg80211: Fix interface type validationIlan Peer1-1/+1
2025-08-20Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li2-2/+9
2025-08-20net: kcm: Fix race condition in kcm_unattach()Sven Stegemann1-1/+0
2025-08-20ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker1-0/+13
2025-08-20net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-0/+2
2025-08-15net: drop UFO packets in udp_rcv_segment()Wang Liang1-6/+18
2025-08-15Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-0/+1
2025-08-15Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov1-0/+6
2025-08-15net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-3/+3
2025-08-15net: dst: add four helpers to annotate data-races around dst->devEric Dumazet1-0/+20
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet2-3/+3
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet2-3/+3
2025-08-15net: annotate races around sk->sk_uidEric Dumazet2-4/+12
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-11/+4
2025-07-17Merge tag 'for-net-2025-07-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-23/+29
2025-07-17Merge tag 'wireless-2025-07-17' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-1/+1
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal1-2/+13
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers2-12/+18
2025-07-16Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers1-11/+11
2025-07-16Bluetooth: hci_core: fix typos in macrosChristian Eggers1-2/+2
2025-07-15wifi: cfg80211: remove scan request n_channels counted_byJohannes Berg1-1/+1
2025-07-14Revert "netfilter: nf_tables: Add notifications for hook changes"Phil Sutter1-5/+0
2025-07-11netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet1-1/+1
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei1-1/+24
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-9/+3
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca1-1/+0
2025-07-08Merge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+1
2025-07-08vsock: fix `vsock_proto` declarationStefano Garzarella1-1/+1
2025-07-03Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_s...Luiz Augusto von Dentz1-2/+1
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-0/+2
2025-06-12Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-5/+8
2025-06-12net_sched: remove qdisc_tree_flush_backlog()Eric Dumazet1-8/+0
2025-06-12xfrm: always initialize offload pathLeon Romanovsky1-1/+1
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz2-5/+8
2025-06-11net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-10Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-1/+1
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz1-0/+1
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz1-1/+0
2025-05-31net: Fix checksum update for ILA adj-transportPaul Chaignon1-1/+1
2025-05-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-15/+44
2025-05-28net: mana: Add support for Multi Vports on Bare metalHaiyang Zhang1-1/+3
2025-05-28sctp: mark sctp_do_peeloff staticChristoph Hellwig1-2/+0
2025-05-27vsock: Move lingering logic to af_vsock coreMichal Luczaj1-0/+1
2025-05-26Merge tag 'v6.15' into rdma.git for-nextJason Gunthorpe14-20/+113
2025-05-26Merge tag 'nf-next-25-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2-1/+20
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-2/+17
2025-05-26net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connec...Qiu Yutan1-0/+3