summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "tcp: Reset tcp connections in SYN-SENT state"Eric Dumazet2021-04-091-2/+3
* net: dccp: use net_generic storageFlorian Westphal2021-04-092-8/+40
* Merge tag 'for-net-next-2021-04-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-0818-124/+287
|\
| * Bluetooth: Allow Microsoft extension to indicate curve validationMarcel Holtmann2021-04-083-1/+18
| * Bluetooth: Set defaults for le_scan_{int,window}_adv_monitorMarcel Holtmann2021-04-081-0/+2
| * Bluetooth: Add support for reading AOSP vendor capabilitiesMarcel Holtmann2021-04-065-0/+62
| * Bluetooth: LL privacy allow RPASathish Narasimman2021-04-061-0/+4
| * Bluetooth: Handle own address type change with HCI_ENABLE_LL_PRIVACYSathish Narasimman2021-04-061-2/+4
| * Bluetooth: Do not set cur_adv_instance in adv param MGMT requestDaniel Winkler2021-04-061-1/+0
| * Bluetooth: Use ext adv handle from requests in CCsDaniel Winkler2021-04-061-9/+7
| * Bluetooth: use the correct print format for L2CAP debug statementsKai Ye2021-04-061-8/+8
| * Bluetooth: SMP: Fix variable dereferenced before check 'conn'Luiz Augusto von Dentz2021-04-021-2/+2
| * Bluetooth: Check inquiry status before sending oneArchie Pusaka2021-04-021-0/+3
| * Bluetooth: Coding style fixMeng Yu2021-04-025-13/+11
| * Bluetooth: Remove 'return' in void functionMeng Yu2021-04-022-4/+0
| * Bluetooth: Increment management interface revisionMarcel Holtmann2021-03-261-1/+1
| * Bluetooth: Move the advertisement monitor events to correct listMarcel Holtmann2021-03-261-2/+2
| * Bluetooth: Add missing entries for PHY configuration commandsMarcel Holtmann2021-03-261-0/+2
| * Bluetooth: Fix wrong opcode error for read advertising featuresMarcel Holtmann2021-03-261-1/+1
| * Bluetooth: Fix mgmt status for LL Privacy experimental featureMarcel Holtmann2021-03-261-1/+1
| * Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury2021-03-251-2/+2
| * Bluetooth: Remove trailing semicolon in macrosMeng Yu2021-03-241-2/+2
| * Bluetooth: Remove trailing semicolon in macrosMeng Yu2021-03-231-2/+2
| * Bluetooth: check for zapped sk before connectingArchie Pusaka2021-03-231-0/+8
| * Bluetooth: fix set_ecdh_privkey() prototypeArnd Bergmann2021-03-221-1/+1
| * Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa2021-03-221-0/+2
| * Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-03-221-1/+2
| * Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka2021-03-221-0/+2
| * Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg2021-03-171-1/+1
| * Bluetooth: avoid deadlock between hci_dev->lock and socket lockJiri Kosina2021-03-161-4/+0
| * Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbgLuiz Augusto von Dentz2021-03-151-46/+52
| * Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz2021-03-151-3/+9
| * Bluetooth: Cancel le_scan_restart work when stopping discoverySonny Sasaka2021-03-151-0/+1
| * Bluetooth: SMP: Fail if remote and local public keys are identicalLuiz Augusto von Dentz2021-03-111-0/+9
| * Bluetooth: Allow scannable adv with extended MGMT APIsDaniel Winkler2021-03-032-1/+3
| * Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi2021-03-032-17/+54
| * Bluetooth: Notify suspend on le conn failedAbhishek Pandit-Subedi2021-03-021-0/+10
* | Merge tag 'batadv-next-pullrequest-20210408' of git://git.open-mesh.org/linux...David S. Miller2021-04-083-7/+6
|\ \
| * | batman-adv: Fix misspelled "wont"Sven Eckelmann2021-03-301-1/+1
| * | batman-adv: Drop unused header preempt.hSven Eckelmann2021-03-231-1/+0
| * | batman-adv: Fix order of kernel doc in batadv_privLinus Lüssing2021-03-231-5/+5
* | | net: remove the new_ifindex argument from dev_change_net_namespaceAndrei Vagin2021-04-074-11/+11
* | | net: introduce nla_policy for IFLA_NEW_IFINDEXAndrei Vagin2021-04-071-3/+1
* | | mptcp: drop all sub-options except ADD_ADDR when the echo bit is setDavide Caratti2021-04-071-1/+2
* | | mptcp: unify add_addr(6)_generate_hmacGeliang Tang2021-04-071-56/+25
* | | mptcp: drop MPTCP_ADDR_IPVERSION_4/6Geliang Tang2021-04-072-9/+7
* | | mptcp: use mptcp_addr_info in mptcp_options_receivedGeliang Tang2021-04-072-45/+23
* | | mptcp: drop OPTION_MPTCP_ADD_ADDR6Geliang Tang2021-04-072-15/+9
* | | mptcp: use mptcp_addr_info in mptcp_out_optionsGeliang Tang2021-04-072-36/+20
* | | mptcp: move flags and ifindex out of mptcp_addr_infoGeliang Tang2021-04-073-25/+28