summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-11wifi: mac80211: move color change finalize to wiphy workJohannes Berg4-9/+11
2023-09-11wifi: mac80211: move CSA finalize to wiphy workJohannes Berg5-11/+11
2023-09-11wifi: mac80211: move filter reconfig to wiphy workJohannes Berg4-6/+7
2023-09-11wifi: mac80211: move tspec work to wiphy workJohannes Berg2-9/+14
2023-09-11wifi: mac80211: move key tailroom work to wiphy workJohannes Berg6-11/+17
2023-09-11wifi: mac80211: move TDLS work to wiphy workJohannes Berg3-10/+12
2023-09-11wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg3-8/+10
2023-09-11wifi: mac80211: move dynamic PS to wiphy workJohannes Berg7-19/+24
2023-09-11wifi: mac80211: move link activation work to wiphy workJohannes Berg3-6/+8
2023-09-11wifi: mac80211: move offchannel works to wiphy workJohannes Berg3-23/+23
2023-09-11wifi: mac80211: lock wiphy in IP address notifierJohannes Berg2-1/+35
2023-09-11wifi: mac80211: move monitor work to wiphy workJohannes Berg2-7/+9
2023-09-11wifi: mac80211: move scan work to wiphy workJohannes Berg5-25/+18
2023-09-11wifi: mac80211: move radar detect work to wiphy workJohannes Berg3-10/+11
2023-09-11wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg6-15/+16
2023-09-11wifi: mac80211: add more ops assertionsJohannes Berg2-0/+36
2023-09-11wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg6-17/+15
2023-09-11wifi: mac80211: flush wiphy work where appropriateJohannes Berg2-0/+2
2023-09-11wifi: cfg80211: add flush functions for wiphy workJohannes Berg3-5/+36
2023-09-11wifi: cfg80211: check RTNL when iterating devicesJohannes Berg6-17/+27
2023-09-11wifi: mac80211: lock wiphy for aggregation debugfsJohannes Berg1-1/+3
2023-09-11wifi: mac80211: hold wiphy lock in netdev/link debugfsJohannes Berg1-33/+90
2023-09-11wifi: mac80211: debugfs: lock wiphy instead of RTNLJohannes Berg1-3/+3
2023-09-11wifi: mac80211: fix SMPS status handlingJohannes Berg5-50/+78
2023-09-11wifi: mac80211: Fix SMPS handling in the context of MLOIlan Peer3-5/+11
2023-09-11wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg4-7/+19
2023-09-11wifi: mac80211: tx: clarify conditions in if statementJohannes Berg1-3/+4
2023-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-6/+5
2023-08-26Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski13-27/+43
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz1-1/+4
2023-08-24Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu2-1/+50
2023-08-24Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen1-8/+24
2023-08-24Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2-4/+4
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu4-39/+190
2023-08-24Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz1-2/+1
2023-08-24Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncLuiz Augusto von Dentz1-20/+35
2023-08-24net: generalize calculation of skb extensions lengthThomas Weißschuh1-17/+7
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-80/+194
2023-08-24Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds23-75/+190
2023-08-24Merge tag 'nf-23-08-23' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni4-11/+31
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-24wifi: mac80211: Do not include crypto/algapi.hHerbert Xu3-3/+3
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal2-0/+6
2023-08-23netfilter: nf_tables: fix out of memory error handlingFlorian Westphal1-3/+10
2023-08-23netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso1-2/+2
2023-08-23netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso1-1/+5
2023-08-23netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso1-1/+1
2023-08-23netfilter: nf_tables: validate all pending tablesFlorian Westphal1-4/+7
2023-08-23net/sched: fix a qdisc modification with ambiguous command requestJamal Hadi Salim1-13/+40
2023-08-23net: Avoid address overwrite in kernel_connectJordan Rife1-1/+6