summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vsock-add-local-transport-support'David S. Miller2019-12-1210-72/+243
|\
| * vsock/virtio: remove loopback handlingStefano Garzarella2019-12-121-59/+2
| * vsock: use local transport when it is loadedStefano Garzarella2019-12-121-5/+23
| * vsock: add vsock_loopback transportStefano Garzarella2019-12-124-0/+194
| * vsock: add local transport support in the vsock coreStefano Garzarella2019-12-122-1/+18
| * vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella2019-12-122-4/+6
| * vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella2019-12-121-3/+0
|/
* Merge branch 'sfp-slow-to-probe-copper'David S. Miller2019-12-111-25/+66
|\
| * net: sfp: re-attempt probing for phyRussell King2019-12-111-17/+42
| * net: sfp: error handling for phy probeRussell King2019-12-111-9/+17
| * net: sfp: rename sm_retriesRussell King2019-12-111-5/+5
| * net: sfp: use a definition for the fault recovery attemptsRussell King2019-12-111-3/+11
|/
* Merge branch 'sfp-copper-modules'David S. Miller2019-12-1110-155/+670
|\
| * net: sfp: add support for Clause 45 PHYsRussell King2019-12-111-4/+40
| * net: phy: add Broadcom BCM84881 PHY driverRussell King2019-12-113-0/+276
| * net: phylink: make Broadcom BCM84881 based SFPs workRussell King2019-12-111-2/+16
| * net: phylink: delay MAC configuration for copper SFP modulesRussell King2019-12-113-10/+78
| * net: phylink: split phylink_sfp_module_insert()Russell King2019-12-111-19/+28
| * net: phylink: split link_an_mode configured and current settingsRussell King2019-12-111-28/+31
| * net: phylink: support Clause 45 PHYs on SFP+ modulesRussell King2019-12-111-5/+16
| * net: phylink: re-split __phylink_connect_phy()Russell King2019-12-111-15/+24
| * net: mdio-i2c: add support for Clause 45 accessesRussell King2019-12-111-8/+20
| * net: sfp: move phy_start()/phy_stop() to phylinkRussell King2019-12-112-2/+22
| * net: sfp: add module start/stop upstream notificationsRussell King2019-12-114-0/+35
| * net: sfp: add more extended compliance codesRussell King2019-12-113-53/+93
| * net: sfp: derive interface mode from ethtool link modesRussell King2019-12-114-11/+6
| * net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King2019-12-112-15/+2
|/
* cxgb4: add support for high priority filtersShahjada Abul Husain2019-12-119-86/+234
* enetc: remove variable 'tc_max_sized_frame' set but not usedChen Wandun2019-12-111-2/+1
* nfp: add support for TLV device statsJakub Kicinski2019-12-114-7/+242
* tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima2019-12-111-2/+0
* enetc: add software timestampingMichael Walle2019-12-112-0/+3
* Merge branch 'tipc-introduce-variable-window-congestion-control'David S. Miller2019-12-119-83/+172
|\
| * tipc: introduce variable window congestion controlJon Maloy2019-12-119-79/+160
| * tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy2019-12-111-1/+5
| * tipc: eliminate gap indicator from ACK messagesJon Maloy2019-12-111-5/+9
|/
* ppp: Adjust indentation into ppp_async_inputNathan Chancellor2019-12-101-9/+9
* net: smc911x: Adjust indentation in smc911x_phy_configureNathan Chancellor2019-12-101-1/+1
* net: tulip: Adjust indentation in {dmfe, uli526x}_init_moduleNathan Chancellor2019-12-102-5/+6
* Merge branch 'dp83867-fix-fifo-depth'David S. Miller2019-12-102-16/+58
|\
| * net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depthDan Murphy2019-12-101-13/+49
| * dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optionalDan Murphy2019-12-101-3/+9
|/
* net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang2019-12-105-4/+24
* sctp: get netns from asoc and ep baseXin Long2019-12-1014-62/+49
* net: sfp: avoid tx-fault with Nokia GPON moduleRussell King2019-12-091-12/+30
* qed: remove redundant assignments to rcColin Ian King2019-12-091-5/+5
* NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan2019-12-091-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-12-095-6/+125
|\
| * Bluetooth: btusb: Disable runtime suspend on Realtek devicesKai-Heng Feng2019-12-051-0/+4
| * Bluetooth: btusb: fix memory leak on fwColin Ian King2019-11-291-1/+1