summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-091-4/+9
| * | | net/rds: Fix MR reference counting problemKa-Cheong Poon2020-04-092-21/+12
| * | | net/rds: Replace struct rds_mr's r_refcount with struct krefKa-Cheong Poon2020-04-093-23/+20
| * | | net-sysfs: remove redundant assignment to variable retColin Ian King2020-04-091-1/+1
| * | | net: qrtr: send msgs from local of same id as broadcastWang Wenhu2020-04-091-3/+4
| * | | net/tls: fix const assignment warningArnd Bergmann2020-04-081-2/+2
| * | | l2tp: Allow management of tunnels and session in user namespaceMichael Weiß2020-04-081-8/+8
| * | | hsr: check protocol version in hsr_newlink()Taehee Yoo2020-04-071-2/+8