summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2019-03-19bonding: fix PACKET_ORIGDEV regressionMichal Soltys1-21/+14
2019-03-19ipvlan: disallow userns cap_net_admin to change global mode/flagsDaniel Borkmann1-0/+4
2019-03-19team: use operstate consistently for linkupGeorge Wilkie1-2/+2
2019-03-19mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-03-19net/mlx4_core: Fix qp mtt size calculationJack Morgenstein1-3/+3
2019-03-19net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein1-0/+8
2019-03-19net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein1-0/+1
2019-03-19vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet1-0/+11
2019-03-19vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio1-1/+2
2019-03-19ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai1-1/+1
2019-03-19pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long1-0/+1
2019-03-19net: hns3: add dma_rmb() for rx descriptionJian Shen1-0/+3
2019-03-19lan743x: Fix TX Stall IssueBryan Whitehead1-8/+1
2019-03-19lan743x: Fix RX Kernel PanicBryan Whitehead1-14/+32
2019-03-14ath9k: Avoid OF no-EEPROM quirks without qca,no-eepromDaniel F. Dickinson1-3/+3
2019-03-14qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru3-0/+19
2019-03-14qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru1-2/+3
2019-03-14qed: Fix EQ full firmware assert.Manish Chopra2-8/+8
2019-03-14ath10k: correct bus type for WCN3990Brian Norris1-1/+1
2019-03-14net: stmmac: Disable EEE mode earlier in XMIT callbackJose Abreu1-3/+3
2019-03-14net: stmmac: Send TSO packets always from Queue 0Jose Abreu1-1/+10
2019-03-14net: stmmac: Fallback to Platform Data clock in Watchdog conversionJose Abreu1-4/+10
2019-03-14wlcore: sdio: Fixup power on/off sequenceUlf Hansson1-8/+7
2019-03-14net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2-11/+20
2019-03-14qed: Fix stack out of bounds bugManish Chopra1-4/+4
2019-03-14qed: Fix system crash in ll2 xmitManish Chopra1-5/+15
2019-03-14qed: Fix VF probe failure while FLRManish Chopra1-0/+10
2019-03-14qed: Fix LACP pdu drops for VFsManish Chopra3-2/+16
2019-03-14qed: Fix bug in tx promiscuous mode settingsManish Chopra1-1/+6
2019-03-14net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov1-1/+3
2019-03-14net: hns: Fix wrong read accesses via Clause 45 MDIO protocolYonglong Liu1-1/+1
2019-03-14net: hns: Restart autoneg need return failed when autoneg offYonglong Liu1-7/+9
2019-03-14net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu1-0/+5
2019-03-14net: altera_tse: fix msgdma_tx_completion on non-zero fill_level caseTomonori Sakita1-1/+2
2019-03-10net: dsa: mv88e6xxx: prevent interrupt storm caused by mv88e6390x_port_set_cmodeHeiner Kallweit3-0/+15
2019-03-10net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces on 6390XMaxime Chevallier1-2/+2
2019-03-10tun: remove unnecessary memory barrierTimur Celik1-1/+1
2019-03-10xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin1-5/+5
2019-03-10xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2-0/+9
2019-03-10tun: fix blocking readTimur Celik1-2/+2
2019-03-10net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit1-0/+4
2019-03-10net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani1-1/+12
2019-03-10net: dsa: mv88e6xxx: Fix u64 statisticsAndrew Lunn1-1/+1
2019-03-10net: dsa: mv88e6xxx: Fix statistics on mv88e6161Andrew Lunn1-1/+1
2019-03-10lan743x: Fix TX Stall IssueBryan Whitehead1-4/+12
2019-03-10hv_netvsc: Fix IP header checksum for coalesced packetsHaiyang Zhang1-3/+19
2019-03-10geneve: correctly handle ipv6.disable module parameterJiri Benc1-3/+8
2019-03-10bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan1-0/+6
2019-03-10team: Free BPF filter when unregistering netdevIdo Schimmel1-0/+15
2019-03-10sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng1-1/+23