summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* drop_monitor: Filter control packets in drop monitorIdo Schimmel2020-10-012-7/+7
* drop_monitor: Remove duplicate structIdo Schimmel2020-10-011-17/+10
* drop_monitor: Remove no longer used functionsIdo Schimmel2020-10-011-142/+0
* drop_monitor: Convert to using devlink tracepointIdo Schimmel2020-10-013-41/+40
* drop_monitor: Prepare probe functions for devlink tracepointIdo Schimmel2020-10-011-0/+146
* devlink: Add a tracepoint for trap reportsIdo Schimmel2020-10-011-0/+25
* tcp: add exponential backoff in __tcp_send_ack()Eric Dumazet2020-09-301-3/+8
* inet: remove icsk_ack.blockedEric Dumazet2020-09-305-12/+5
* net: Add netif_rx_any_context()Sebastian Andrzej Siewior2020-09-291-0/+15
* l2tp: report rx cookie discards in netlink getTom Parkin2020-09-291-0/+6
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-09-299-37/+292
|\
| * Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz2020-09-251-1/+6
| * Bluetooth: Disable High Speed by defaultLuiz Augusto von Dentz2020-09-251-1/+0
| * Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-09-252-3/+18
| * Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz2020-09-251-1/+21
| * Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman2020-09-251-1/+7
| * Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka2020-09-201-6/+11
| * Bluetooth: Set scan parameters for ADV MonitorHoward Chung2020-09-201-0/+3
| * Bluetooth: Update Adv monitor count upon removalMiao-chen Chou2020-09-201-0/+2
| * Bluetooth: pause/resume advertising around suspendDaniel Winkler2020-09-141-10/+57
| * Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi2020-09-132-1/+97
| * Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi2020-09-131-0/+4
| * Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi2020-09-131-0/+26
| * Bluetooth: Set ext scan response only when it existsAbhishek Pandit-Subedi2020-09-131-2/+5
| * Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi2020-09-131-3/+4
| * Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler2020-09-111-0/+2
| * Bluetooth: Report num supported adv instances for hw offloadingDaniel Winkler2020-09-112-4/+4
| * Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTUJoseph Hwang2020-09-111-0/+6
| * Bluetooth: Re-order clearing suspend tasksAbhishek Pandit-Subedi2020-09-111-1/+1
| * Bluetooth: Fix memory leak in read_adv_mon_features()Peilin Ye2020-09-111-4/+8
| * Bluetooth: Clear suspend tasks on unregisterAbhishek Pandit-Subedi2020-09-011-0/+11
* | net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva2020-09-291-4/+4
* | ip6gre: avoid tx_error when sending MLD/DAD on external tunnelsDavide Caratti2020-09-291-11/+22
* | net/smc: CLC decline - V2 enhancementsUrsula Braun2020-09-293-15/+30
* | net/smc: introduce CLC first contact extensionUrsula Braun2020-09-296-5/+91
* | net/smc: CLC accept / confirm V2Ursula Braun2020-09-293-57/+170
* | net/smc: determine accepted ISM devicesUrsula Braun2020-09-294-34/+208
* | net/smc: build and send V2 CLC proposalUrsula Braun2020-09-294-42/+210
* | net/smc: determine proposed ISM devicesUrsula Braun2020-09-298-58/+135
* | net/smc: introduce list of pnetids for Ethernet devicesUrsula Braun2020-09-293-7/+153
* | net/smc: introduce CHID callback for ISM devicesUrsula Braun2020-09-294-0/+9
* | net/smc: introduce System Enterprise ID (SEID)Ursula Braun2020-09-293-2/+28
* | net/smc: prepare for more proposed ISM devicesUrsula Braun2020-09-296-44/+69
* | net/smc: split CLC confirm/accept data to be sentUrsula Braun2020-09-292-12/+15
* | net/smc: separate find device functionsUrsula Braun2020-09-293-46/+84
* | net/smc: CLC header fields renamingUrsula Braun2020-09-293-23/+25
* | net/smc: remove constant and introduce helper to check for a pnet idKarsten Graul2020-09-291-8/+12
* | udp_tunnel: add the ability to share port tablesJakub Kicinski2020-09-281-10/+86
* | net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli2020-09-281-1/+2
* | net: dsa: tag_rtl4_a: use the generic flow dissector procedureVladimir Oltean2020-09-261-9/+0