aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-23net: phy: Correct Cygnus/Omega PHY driver promptFlorian Fainelli1-2/+1
2019-03-22genetlink: make policy common to familyJohannes Berg7-37/+7
2019-03-22r8169: use netif_start_queue instead of netif_wake_qeueue in rtl8169_start_xmitHeiner Kallweit1-1/+1
2019-03-22net: phy: aquantia: add downshift supportHeiner Kallweit1-10/+145
2019-03-21nfp: remove defines for unused control bitsJakub Kicinski2-5/+1
2019-03-21net: phy: Move Omega PHY entry to Cygnus PHY driverFlorian Fainelli3-4/+149
2019-03-21net: phy: Prepare for moving Omega out of bcm7xxxFlorian Fainelli3-71/+76
2019-03-21net: systemport: Remove print of base addressFlorian Fainelli1-3/+3
2019-03-21net: dsa: bcm_sf2: Remove print of base addressFlorian Fainelli1-4/+5
2019-03-21net: phy: mdio-bcm-unimac: Remove print of base addressFlorian Fainelli1-1/+1
2019-03-21tun: Remove unused first parameter of tun_get_iff()Kirill Tkhai1-4/+3
2019-03-21tun: Add ioctl() TUNGETDEVNETNS cmd to allow obtaining real net ns of tun deviceKirill Tkhai1-0/+8
2019-03-20net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly staticYueHaibing1-4/+5
2019-03-20net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing1-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni28-77/+47
2019-03-20qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru3-5/+8
2019-03-20qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru1-5/+19
2019-03-20macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real deviceHangbin Liu1-0/+48
2019-03-20net: phy: aquantia: check for changed interface mode in read_statusNikita Yushchenko1-2/+44
2019-03-20net: phy: aquantia: check for supported interface modes in config_initAndrew Lunn1-0/+17
2019-03-20net: phy: improve handling link_change_notify callbackHeiner Kallweit3-50/+15
2019-03-20Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller11-116/+197
2019-03-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-18/+1392
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley3-11/+43
2019-03-19ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin1-1/+1
2019-03-19ice: Get resources per functionBrett Creeley1-5/+8
2019-03-19ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin1-6/+2
2019-03-19ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley4-18/+44
2019-03-19ice: use ice_for_each_vsi macro when possibleBrett Creeley3-9/+8
2019-03-19ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao3-2/+15
2019-03-19ice: remove redundant variable and if conditionBrett Creeley1-7/+4
2019-03-19ice: avoid multiple unnecessary de-references in probeBruce Allan1-18/+15
2019-03-19ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin1-7/+13
2019-03-19ice: Fix broadcast traffic in port VLAN modeMichal Swiatkowski1-32/+44
2019-03-19igc: Remove unneeded hw_dbg printsSasha Neftin1-4/+0
2019-03-19igc: Fix the typo in igc_base.h header definitionSasha Neftin1-2/+2
2019-03-19igc: Add support for the ntuple featureSasha Neftin2-0/+89
2019-03-19igc: Add support for statisticsSasha Neftin3-1/+403
2019-03-19enc28j60: Convert to use SPDX identifierAndy Shevchenko1-5/+1
2019-03-19enc28j60: Fix indentation splatsAndy Shevchenko1-37/+21
2019-03-19enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko1-15/+16
2019-03-19enc28j60: Remove linux/init.hAndy Shevchenko1-1/+0
2019-03-19enc28j60: Convert printk() to netdev_printk()Andy Shevchenko1-24/+27
2019-03-19enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko1-119/+141
2019-03-19enc28j60: Switch to dev_<level> from pr_<level>Andy Shevchenko1-12/+17
2019-03-19enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()Andy Shevchenko1-1/+1
2019-03-19enc28j60: Switch to use module_spi_driver() macroAndy Shevchenko1-19/+2
2019-03-19enc28j60: Drop driver name duplication from messagesAndy Shevchenko1-7/+6
2019-03-19enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()Andy Shevchenko1-24/+18
2019-03-19enc28j60: Remove duplicate messagingAndy Shevchenko1-20/+0