summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix2021-10-293-26/+56
| * | | | | | Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix2021-10-292-44/+44
| * | | | | | Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix2021-10-292-70/+57
| * | | | | | Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix2021-10-292-36/+48
| * | | | | | Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix2021-10-292-90/+77
| * | | | | | Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix2021-10-292-38/+36
| * | | | | | Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix2021-10-292-41/+31
| * | | | | | Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz2021-10-294-56/+306
| * | | | | | Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz2021-10-294-98/+679
| * | | | | | Bluetooth: hci_sync: Rework background scanLuiz Augusto von Dentz2021-10-296-17/+26
| * | | | | | Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz2021-10-294-129/+208
| * | | | | | Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz2021-10-292-4/+632
| * | | | | | Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz2021-10-293-202/+1136
| * | | | | | Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz2021-10-296-102/+190
| * | | | | | Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2021-10-295-88/+339
| * | | | | | Bluetooth: Fix removing adv when processing cmd completeArchie Pusaka2021-10-281-2/+4
| * | | | | | Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() failsWang Hai2021-10-251-3/+1
| * | | | | | Bluetooth: Fix memory leak of hci deviceWei Yongjun2021-10-131-0/+2
| * | | | | | Bluetooth: Fix debugfs entry leak in hci_register_dev()Wei Yongjun2021-10-131-0/+1
| * | | | | | Bluetooth: L2CAP: Fix not initializing sk_peer_pidLuiz Augusto von Dentz2021-10-121-0/+19
| * | | | | | Bluetooth: hci_sock: purge socket queues in the destruct() callbackNguyen Dinh Phi2021-10-121-4/+7
| * | | | | | Bluetooth: mgmt: Fix Experimental Feature Changed eventTedd Ho-Jeong An2021-10-071-6/+9
| * | | | | | Bluetooth: Read codec capabilities only if supportedKiran K2021-10-071-2/+16
| * | | | | | Bluetooth: Fix handling of SUSPEND_DISCONNECTINGLuiz Augusto von Dentz2021-10-061-8/+8
* | | | | | | net: align static siphash keysEric Dumazet2021-11-1610-12/+12
* | | | | | | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-169-29/+8
* | | | | | | net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet2021-11-161-11/+1
* | | | | | | net: make sock_inuse_add() availableEric Dumazet2021-11-162-13/+1
* | | | | | | net: inline sock_prot_inuse_add()Eric Dumazet2021-11-161-11/+0
* | | | | | | net: gro: populate net/core/gro.cEric Dumazet2021-11-162-667/+649
* | | | | | | net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet2021-11-163-118/+119
* | | | | | | net: gro: move skb_gro_receive_list to udp_offload.cEric Dumazet2021-11-162-26/+27
* | | | | | | net: move gro definitions to include/net/gro.hEric Dumazet2021-11-1610-0/+10
* | | | | | | tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet2021-11-161-2/+1
* | | | | | | tcp: check local var (timeo) before socket fields in one testEric Dumazet2021-11-161-2/+2
* | | | | | | tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-163-2/+27
* | | | | | | tcp: avoid indirect calls to sock_rfreeEric Dumazet2021-11-161-5/+15
* | | | | | | tcp: tp->urg_data is unlikely to be setEric Dumazet2021-11-162-7/+7
* | | | | | | tcp: annotate races around tp->urg_dataEric Dumazet2021-11-162-10/+11
* | | | | | | tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet2021-11-161-2/+4
* | | | | | | tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet2021-11-162-3/+7
* | | | | | | tcp: small optimization in tcp recvmsg()Eric Dumazet2021-11-161-2/+1
* | | | | | | net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet2021-11-163-4/+4
* | | | | | | net: remove sk_route_nocapsEric Dumazet2021-11-164-5/+6
* | | | | | | net: remove sk_route_forced_capsEric Dumazet2021-11-162-2/+3
* | | | | | | net: use sk_is_tcp() in more placesEric Dumazet2021-11-162-8/+4
* | | | | | | tcp: small optimization in tcp_v6_send_check()Eric Dumazet2021-11-161-3/+1
* | | | | | | tcp: minor optimization in tcp_add_backlog()Eric Dumazet2021-11-161-3/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-155-21/+24
|\ \ \ \ \ \
| * | | | | | bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu2021-11-121-5/+1