summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz2023-08-111-0/+1
* Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2023-08-112-7/+3
* Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-111-0/+4
* Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-08-111-0/+25
* Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz2023-08-111-1/+1
* Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz2023-08-111-1/+1
* Bluetooth: msft: Extended monitor tracking by address filterHilda Wu2023-08-111-0/+10
* Bluetooth: ISO: Support multiple BIGsIulia Tanasescu2023-08-111-3/+2
* Bluetooth: hci_sock: Forward credentials to monitorLuiz Augusto von Dentz2023-08-111-0/+1
* Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-111-0/+2
* Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2023-08-112-2/+4
* Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu2023-08-111-0/+30
* Bluetooth: Check for ISO support in controllerClaudia Draghicescu2023-08-113-0/+4
* net: mana: Add gdma stats to ethtool output for manaShradha Gupta2023-08-111-0/+87
* sctp: Remove unused declaration sctp_backlog_migrate()Yue Haibing2023-08-111-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-111-0/+2
|\
| * Merge branch 'x86/bugs' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipJakub Kicinski2023-08-111-0/+2
| |\
| | * x86/speculation: Add cpu_show_gds() prototypeArnd Bergmann2023-08-101-0/+2
* | | net: caif: Remove unused declaration cfsrvl_ctrlcmd()Yue Haibing2023-08-111-3/+0
* | | net: phy: phy_device: Call into the PHY driver to set LED offloadAndrew Lunn2023-08-111-0/+33
* | | net: stmmac: add new mode parameter for fix_mac_speedShenwei Wang2023-08-111-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-104-8/+15
|\ \ \
| * | | bpf: btf: Remove two unused function declarationsYue Haibing2023-08-091-2/+0
| * | | bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa2023-08-082-3/+13
| * | | bpf: fix inconsistent return types of bpf_xdp_copy_buf().Kui-Feng Lee2023-08-041-3/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-1012-85/+79
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-104-76/+53
| |\ \ \ | | |_|/ | |/| |
| | * | Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-08-101-75/+45
| | |\ \
| | | * | netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso2023-08-101-95/+3
| | | * | netfilter: nf_tables: GC transaction API to avoid race with control planePablo Neira Ayuso2023-08-101-1/+63
| | * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-101-0/+1
| | |\ \ \
| | | * | | bpf, sockmap: Fix bug that strp_done cannot be calledXu Kuohai2023-08-101-0/+1
| | * | | | Merge tag 'wireless-2023-08-09' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-08-101-0/+3
| | |\ \ \ \
| | | * | | | wifi: cfg80211: fix sband iftype data lookup for AP_VLANFelix Fietkau2023-08-081-0/+3
| | * | | | | tcp: add missing family to tcp_set_ca_state() tracepointEric Dumazet2023-08-091-1/+4
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-081-0/+2
| |\ \ \ \ \
| | * | | | | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-0/+2
| * | | | | | tpm: Disable RNG for all AMD fTPMsMario Limonciello2023-08-071-0/+1
| * | | | | | Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-08-061-1/+7
| |\ \ \ \ \ \
| | * | | | | | vfs: get rid of old '->iterate' directory operationLinus Torvalds2023-08-061-1/+7
| * | | | | | | Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2023-08-061-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ata,scsi: do not issue START STOP UNIT on resumeDamien Le Moal2023-08-021-0/+1
| * | | | | | | Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-08-052-4/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()YueHaibing2023-08-031-3/+0
| | * | | | | | | Drivers: hv: Change hv_free_hyperv_page() to take void * argumentKameron Carr2023-06-281-1/+1
| * | | | | | | | Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-08-051-4/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | powercap: intel_rapl: Fix a sparse warning in TPMI interfaceZhang Rui2023-08-011-4/+10
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-041-0/+4
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann2023-07-271-0/+4
* | | | | | | | | net: ptp: create a mock-up PTP Hardware Clock driverVladimir Oltean2023-08-101-0/+38