summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-07-04Merge tag 'v5.1.16' into dev-5.1dev-5.1Joel Stanley10-30/+50
2019-07-03net: aquantia: fix vlans not working over bridged networkDmitry Bogdanov4-8/+23
2019-07-03tun: wake up waitqueues after IFF_UP is setFei Li1-10/+9
2019-07-03team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-07-03net: stmmac: set IC bit when transmitting frames with HW timestampRoland Hii1-8/+14
2019-07-03net: stmmac: fixed new system time seconds value calculationRoland Hii1-1/+1
2019-07-03bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-07-03qmi_wwan: Fix out-of-bounds readBjørn Mork1-1/+1
2019-07-02treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner186-938/+393
2019-06-26Merge tag 'v5.1.15' into dev-5.1Joel Stanley38-115/+290
2019-06-25can: flexcan: fix timeout when set small bitrateJoakim Zhang1-1/+1
2019-06-25can: xilinx_can: use correct bittiming_const for CAN FD coreAnssi Hannula1-1/+1
2019-06-25net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin1-1/+1
2019-06-25net: phylink: avoid reducing support maskRussell King1-4/+9
2019-06-25net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW RX_2BYTE_OFFSET is e...Sean Wang1-1/+2
2019-06-25net: ethernet: mediatek: Use hw_feature to judge if HWLRO is supportedSean Wang1-6/+6
2019-06-25net: hns: Fix loopback test failed at copper portsYonglong Liu1-0/+4
2019-06-25net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0Nikita Yushchenko1-1/+1
2019-06-25brcmfmac: sdio: Don't tune while the card is offDouglas Anderson1-0/+7
2019-06-25brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson1-0/+4
2019-06-25Revert "brcmfmac: disable command decode in sdio_aos"Douglas Anderson1-5/+1
2019-06-22mlxsw: spectrum: Prevent force of 56GAmit Cohen1-0/+4
2019-06-22net: phy: dp83867: Set up RGMII TX delayMax Uvarov1-3/+1
2019-06-22net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov1-0/+18
2019-06-22net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov1-0/+17
2019-06-22net: phylink: ensure consistent phy interface modeRussell King1-3/+7
2019-06-22net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda1-0/+4
2019-06-22dpaa_eth: use only online CPU portalsMadalin Bucur2-7/+6
2019-06-22net: aquantia: fix LRO with FCS errorDmitry Bogdanov1-29/+32
2019-06-22net: aquantia: tx clean budget logic errorIgor Russkikh1-3/+4
2019-06-22net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()Kees Cook1-1/+0
2019-06-22dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriateIoana Radulescu1-2/+2
2019-06-22dpaa2-eth: Fix potential spectre issueIoana Radulescu1-0/+3
2019-06-22net: stmmac: dwmac-mediatek: modify csr_clk value to fix mdio read/write failBiao Huang1-2/+0
2019-06-22net: stmmac: fix csr_clk can't be zero issueBiao Huang2-4/+7
2019-06-22net: stmmac: update rx tail pointer register to fix rx dma hang issue.Biao Huang1-0/+1
2019-06-22net/mlx5e: Avoid detaching non-existing netdev under switchdev modeAlaa Hleihel1-0/+5
2019-06-22net/mlx5e: Support tagged tunnel over bondEli Britstein1-5/+6
2019-06-22mlxsw: spectrum_buffers: Reduce pool size on Spectrum-2Petr Machata1-2/+2
2019-06-22net/mlx5e: Fix source port matching in fdb peer flow ruleRaed Salem1-3/+0
2019-06-22mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko1-2/+2
2019-06-22net/mlx5e: Add ndo_set_feature for uplink representorChris Mi3-6/+8
2019-06-22mlxsw: spectrum_router: Refresh nexthop neighbour when it becomes deadIdo Schimmel1-3/+70
2019-06-22net/mlx5: Update pci error handler entries and command translationEdward Srouji1-0/+8
2019-06-22net: dsa: microchip: Don't try to read stats for unused portsRobert Hancock1-0/+3
2019-06-22net: mvpp2: prs: Use the correct helpers when removing all VID filtersMaxime Chevallier1-2/+4
2019-06-22net: mvpp2: prs: Fix parser range for VID filteringMaxime Chevallier1-9/+8
2019-06-22geneve: Don't assume linear buffers in error handlerStefano Brivio1-1/+1
2019-06-22vxlan: Don't assume linear buffers in error handlerStefano Brivio1-1/+1
2019-06-22net/mlx5: Avoid reloading already removed devicesAlaa Hleihel1-2/+23