summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | cxgb4: Export sge_host_page_size to uldsRaju Rangoju2019-02-152-0/+2
* | | sky2: Increase D3 delay againKai-Heng Feng2019-02-191-1/+1
* | | net: netcp: Fix ethss driver probe issueMurali Karicheri2019-02-181-1/+1
* | | net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2019-02-181-0/+3
* | | Merge tag 'wireless-drivers-for-davem-2019-02-18' of git://git.kernel.org/pub...David S. Miller2019-02-181-17/+29
|\ \ \
| * | | mt76x0u: fix suspend/resumeStanislaw Gruszka2019-02-071-17/+29
* | | | net: stmmac: Fix a race in EEE enable callbackJose Abreu2019-02-181-10/+12
* | | | qed: Fix iWARP syn packet mac address validation.Michal Kalderon2019-02-181-0/+9
* | | | qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2019-02-182-7/+6
* | | | r8152: Add support for MAC address pass through on RTL8153-BDDavid Chen2019-02-181-2/+3
| |_|/ |/| |
* | | net/mlx4_en: fix spelling mistake: "quiting" -> "quitting"Colin Ian King2019-02-181-1/+1
* | | net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-02-171-1/+6
* | | qmi_wwan: apply SET_DTR quirk to Sierra WP7607Beniamino Galvani2019-02-171-2/+2
* | | net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue2019-02-171-3/+6
* | | mlxsw: __mlxsw_sp_port_headroom_set(): Fix a use of local variablePetr Machata2019-02-171-5/+7
* | | net: dsa: b53: Do not program CPU port's PVIDFlorian Fainelli2019-02-151-1/+1
* | | net: dsa: bcm_sf2: Do not assume DSA master supports WoLFlorian Fainelli2019-02-151-4/+6
* | | net: systemport: Fix reception of BPDUsFlorian Fainelli2019-02-151-0/+4
* | | net: dsa: b53: Properly account for VLAN filteringFlorian Fainelli2019-02-152-5/+57
* | | net: dsa: b53: Fix default VLAN IDFlorian Fainelli2019-02-151-13/+16
* | | net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski2019-02-151-1/+4
* | | net: ethernet: freescale: set FEC ethtool regs versionVivien Didelot2019-02-141-0/+4
* | | net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang2019-02-141-0/+2
* | | net: phy: fix potential race in the phylib state machineHeiner Kallweit2019-02-141-0/+2
* | | net: phy: don't use locking in phy_is_startedHeiner Kallweit2019-02-141-6/+5
* | | net: dsa: bcm_sf2: potential array overflow in bcm_sf2_sw_suspend()Dan Carpenter2019-02-131-1/+1
* | | dsa: mv88e6xxx: Ensure all pending interrupts are handled prior to exitJohn David Anglin2019-02-131-6/+22
* | | net: phy: fix interrupt handling in non-started statesHeiner Kallweit2019-02-131-3/+0
* | | net/mlx5e: XDP, fix redirect resources availability checkSaeed Mahameed2019-02-134-4/+22
* | | net/mlx5: Fix a compilation warning in events.cTariq Toukan2019-02-131-8/+9
* | | net/mlx5: No command allowed when command interface is not readyHuy Nguyen2019-02-133-1/+20
* | | net/mlx5e: Fix NULL pointer derefernce in set channels error flowMaria Pasechnik2019-02-131-3/+4
* | | team: avoid complex list operations in team_nl_cmd_options_set()Cong Wang2019-02-121-22/+5
* | | net: ena: update driver version from 2.0.2 to 2.0.3Arthur Kiyanovski2019-02-121-1/+1
* | | net: ena: fix race between link up and device initalizationArthur Kiyanovski2019-02-121-5/+5
* | | net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed2019-02-121-2/+20
* | | net: phylink: avoid resolving link state too earlyRussell King2019-02-121-6/+13
* | | geneve: change NET_UDP_TUNNEL dependency to selectMatteo Croce2019-02-121-2/+2
* | | sfc: initialise found bitmap in efx_ef10_mtd_probeBert Kenward2019-02-121-1/+1
* | | vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet2019-02-111-3/+11
* | | Revert "r8169: make use of xmit_more and __netdev_sent_queue"Heiner Kallweit2019-02-101-9/+10
* | | Revert "r8169: remove unneeded mmiowb barriers"Heiner Kallweit2019-02-101-1/+7
* | | net: sfp: do not probe SFP module before we're attachedRussell King2019-02-083-9/+25
* | | net: dsa: b53: Fix for failure when irq is not defined in dtArun Parameswaran2019-02-071-3/+0
* | | geneve: should not call rt6_lookup() when ipv6 was disabledHangbin Liu2019-02-071-3/+7
* | | net: Don't default Cavium PTP driver to 'y'Bjorn Helgaas2019-02-061-1/+0
* | | net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei2019-02-061-1/+1
* | | net: via-velocity: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop ...Yang Wei2019-02-061-1/+1
* | | net: tehuti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-061-1/+1
* | | net: sun: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-063-3/+3