summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-net-next-2023-08-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2023-08-1318-720/+1287
|\
| * Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen2023-08-111-0/+2
| * Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen2023-08-111-5/+24
| * Bluetooth: Remove unnecessary NULL check before vfree()Ziyang Xuan2023-08-111-2/+1
| * Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik2023-08-111-1/+1
| * Bluetooth: Fix potential use-after-free when clear keysMin Li2023-08-111-8/+8
| * Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz2023-08-112-11/+12
| * Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz2023-08-111-94/+63
| * Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz2023-08-112-42/+0
| * Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz2023-08-111-3/+6
| * Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz2023-08-112-18/+38
| * Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz2023-08-111-0/+6
| * Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz2023-08-111-16/+29
| * Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCELLuiz Augusto von Dentz2023-08-111-0/+11
| * Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when abortingPauli Virtanen2023-08-111-7/+9
| * Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen2023-08-112-13/+6
| * Bluetooth: Remove unused declaration amp_read_loc_info()Yue Haibing2023-08-111-1/+0
| * Bluetooth: ISO: Add support for BT_PKT_STATUSLuiz Augusto von Dentz2023-08-111-0/+20
| * Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2023-08-113-21/+11
| * Bluetooth: Fix hci_suspend_sync crashYing Hsu2023-08-111-0/+4
| * Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-08-111-1/+2
| * Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-112-8/+10
| * Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson2023-08-111-5/+5
| * Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync()Dan Carpenter2023-08-111-1/+1
| * Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-08-114-38/+68
| * Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz2023-08-112-6/+25
| * Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz2023-08-113-18/+53
| * Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz2023-08-113-146/+46
| * Bluetooth: hci_sync: Enable events for BIS capable devicesClaudia Draghicescu2023-08-111-0/+3
| * Bluetooth: msft: Extended monitor tracking by address filterHilda Wu2023-08-111-15/+397
| * Bluetooth: ISO: Support multiple BIGsIulia Tanasescu2023-08-113-42/+61
| * Bluetooth: hci_sock: Forward credentials to monitorLuiz Augusto von Dentz2023-08-111-2/+65
| * Bluetooth: Init sk_peer_* on bt_sock_allocLuiz Augusto von Dentz2023-08-113-28/+25
| * Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-117-54/+30
| * Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2023-08-114-76/+115
| * Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu2023-08-113-73/+159
| * Bluetooth: Check for ISO support in controllerClaudia Draghicescu2023-08-111-0/+6
* | net/rds: Remove unused function declarationsYue Haibing2023-08-133-5/+0
* | netlink: convert nlk->flags to atomic flagsEric Dumazet2023-08-133-74/+48
* | net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong2023-08-131-10/+13
* | net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong2023-08-131-1/+17
* | net: tcp: allow zero-window ACK update the windowMenglong Dong2023-08-131-1/+1
* | net: tcp: send zero-window ACK when no memoryMenglong Dong2023-08-132-9/+23
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-1028-336/+634
|\
| * Merge tag 'net-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-08-1027-330/+620
| |\
| | * net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski2023-08-101-3/+0
| | * Merge tag 'nf-23-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-08-104-173/+431
| | |\
| | | * netfilter: nf_tables: remove busy mark and gc batch APIPablo Neira Ayuso2023-08-101-47/+1
| | | * netfilter: nft_set_hash: mark set element as dead when deleting from packet pathPablo Neira Ayuso2023-08-101-2/+4
| | | * netfilter: nf_tables: adapt set backend to use GC transaction APIPablo Neira Ayuso2023-08-104-103/+173