summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add support for experimental features configurationMarcel Holtmann2020-05-111-0/+58
* Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager supportMarcel Holtmann2020-05-111-4/+4
* Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL optionMarcel Holtmann2020-05-111-5/+7
* Bluetooth: Replace BT_DBG with bt_dev_dbg for management supportMarcel Holtmann2020-05-111-111/+110
* Bluetooth: Add MGMT_EV_PHY_CONFIGURATION_CHANGED to supported listMarcel Holtmann2020-05-111-0/+1
* Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)Konstantin Forostyan2020-05-111-2/+2
* Bluetooth: Fix advertising handle is set to 0Tedd Ho-Jeong An2020-05-111-3/+3
* Bluetooth: allow scatternet connections if supported.Alain Michaud2020-04-281-1/+3
* drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-211-2/+1
* net: ipv4: remove redundant assignment to variable rcColin Ian King2020-04-201-1/+1
* net: ethtool: self_test: Mark interface in testing operative statusAndrew Lunn2020-04-201-0/+2
* net: Add testing sysfs attributeAndrew Lunn2020-04-201-1/+14
* net: Add IF_OPER_TESTINGAndrew Lunn2020-04-203-3/+23
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-04-1712-88/+581
|\
| * Bluetooth: Enhanced Connection Complete event belongs to LL PrivacyMarcel Holtmann2020-04-161-8/+0
| * Bluetooth: Enable LE Enhanced Connection Complete event.Marcel Holtmann2020-04-151-0/+8
| * Bluetooth: Use extra variable to make code more readableMarcel Holtmann2020-04-151-1/+3
| * Bluetooth: log advertisement packet length if it gets correctedDaniels Umanovskis2020-04-091-1/+2
| * Bluetooth: Always request for user confirmation for Just Works (LE SC)Sonny Sasaka2020-04-081-1/+4
| * Bluetooth: Simplify / fix return values from tk_requestGuenter Roeck2020-04-071-5/+4
| * Bluetooth: debugfs option to unset MITM flagArchie Pusaka2020-04-072-5/+56
| * Bluetooth: Increment management interface revisionMarcel Holtmann2020-04-051-1/+1
| * Bluetooth: Add support for reading security informationMarcel Holtmann2020-04-051-0/+53
| * Bluetooth: Add support for Read Local Simple Pairing OptionsMarcel Holtmann2020-04-052-0/+25
| * Bluetooth: Add framework for Microsoft vendor extensionMiao-chen Chou2020-04-056-0/+177
| * Bluetooth: Move debugfs configuration above the selftestsMarcel Holtmann2020-04-051-8/+8
| * Bluetooth: add support to notify using SCO air modeSathish Narsimman2020-04-052-5/+43
| * Bluetooth: fixing minor typo in commentAlain Michaud2020-04-031-1/+1
| * Bluetooth: Prioritize SCO trafficAbhishek Pandit-Subedi2020-04-031-49/+57
| * Bluetooth: Always request for user confirmation for Just WorksSonny Sasaka2020-04-021-2/+10
| * Bluetooth: Add BT_MODE socket optionLuiz Augusto von Dentz2020-04-021-1/+112
| * Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONSLuiz Augusto von Dentz2020-04-021-4/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-1632-192/+197
|\ \
| * | tipc: fix incorrect increasing of link windowTuong Lien2020-04-151-1/+1
| * | ipv6: remove redundant assignment to variable errColin Ian King2020-04-151-1/+1
| * | net/rds: Use ERR_PTR for rds_message_alloc_sgs()Jason Gunthorpe2020-04-154-21/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-152-4/+4
| |\ \
| | * | xsk: Add missing check on user supplied headroom sizeMagnus Karlsson2020-04-151-3/+2
| | * | xdp: Reset prog in dev_change_xdp_fd when fd is negativeDavid Ahern2020-04-141-1/+2
| * | | Merge tag 'mac80211-for-net-2020-04-15' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-04-153-19/+22
| |\ \ \
| | * | | mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam2020-04-151-4/+7
| | * | | mac80211: fix race in ieee80211_register_hw()Sumit Garg2020-04-151-11/+13
| | * | | nl80211: fix NL80211_ATTR_FTM_RESPONDER policyJohannes Berg2020-04-141-4/+2
| | |/ /
| * | | net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn2020-04-141-1/+6
| * | | rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socketDavid Howells2020-04-142-41/+12
| |/ /
| * | mptcp: fix double-unlock in mptcp_pollFlorian Westphal2020-04-121-12/+13
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-093-4/+5
| |\ \
| | * | bpf: Fix use of sk->sk_reuseport from sk_assignJoe Stringer2020-04-091-1/+1
| | * | xsk: Fix out of boundary write in __xsk_rcv_memcpyLi RongQing2020-04-061-2/+3
| | * | net, sk_msg: Don't use RCU_INIT_POINTER on sk_user_dataJakub Sitnicki2020-04-031-1/+1