summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventArchie Pusaka1-0/+1
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz1-1/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz2-2/+2
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz2-2/+3
2021-11-02Bluetooth: Add struct of reading AOSP vendor capabilitiesJoseph Hwang1-0/+1
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz2-4/+3
2021-10-29Bluetooth: hci_sync: Rework init stagesLuiz Augusto von Dentz1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPBrian Gix2-1/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LOCAL_NAMEBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_READ_LOCAL_OOB_DATABrian Gix1-0/+2
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_LEBrian Gix1-0/+4
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CLOCK_INFOBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_SECURE_CONNBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_GET_CONN_INFOBrian Gix1-0/+2
2021-10-29Bluetooth: hci_sync: Enable synch'd set_bredrBrian Gix1-0/+1
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SET_FAST_CONNECTABLEBrian Gix1-0/+2
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_START_DISCOVERYLuiz Augusto von Dentz1-0/+4
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz1-0/+6
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz2-1/+5
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 3Luiz Augusto von Dentz1-0/+2
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 2Luiz Augusto von Dentz2-0/+22
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz1-0/+3
2021-10-29Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2-7/+46
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-41/+241
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman1-1/+2
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-6/+72
2021-10-01Bluetooth: Rename driver .prevent_wake to .wakeupLuiz Augusto von Dentz1-1/+1
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-7/+39
2021-09-30bpf, xdp, docs: Correct some English grammar and spellingKev Jackson1-4/+4
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-09-30net: snmp: inline snmp_get_cpu_field()Eric Dumazet1-1/+5
2021-09-30tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang1-0/+11
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang1-0/+1
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang1-5/+39
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-1/+30
2021-09-29mctp: Implement a timeout for tagsJeremy Kerr1-0/+10
2021-09-29mctp: Add refcounts to mctp_devJeremy Kerr1-0/+5
2021-09-29mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr1-15/+31
2021-09-28net/tls: support SM4 CCM algorithmTianjia Zhang1-1/+2
2021-09-28xsk: Optimize for aligned caseMagnus Karlsson1-1/+45
2021-09-28xsk: Batched buffer allocation for the poolMagnus Karlsson2-0/+23
2021-09-28xsk: Get rid of unused entry in struct xdp_buff_xskMagnus Karlsson1-1/+0
2021-09-27Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux...David S. Miller1-4/+4
2021-09-27mac80211: Fix Ptk0 rekey documentationAlexander Wetzel1-4/+4
2021-09-26net: prevent user from passing illegal stab size王贇1-0/+1
2021-09-24tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng1-3/+6
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky1-6/+0
2021-09-24net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2-2/+2
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+10
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet1-19/+0