summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly staticYueHaibing2019-03-201-4/+5
* net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing2019-03-201-1/+1
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-2028-77/+47
* qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru2019-03-203-5/+8
* qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru2019-03-201-5/+19
* macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real deviceHangbin Liu2019-03-201-0/+48
* net: phy: aquantia: check for changed interface mode in read_statusNikita Yushchenko2019-03-201-2/+44
* net: phy: aquantia: check for supported interface modes in config_initAndrew Lunn2019-03-201-0/+17
* net: phy: improve handling link_change_notify callbackHeiner Kallweit2019-03-203-50/+15
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-03-2011-116/+197
|\
| * ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley2019-03-193-11/+43
| * ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin2019-03-191-1/+1
| * ice: Get resources per functionBrett Creeley2019-03-191-5/+8
| * ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin2019-03-191-6/+2
| * ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley2019-03-194-18/+44
| * ice: use ice_for_each_vsi macro when possibleBrett Creeley2019-03-193-9/+8
| * ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao2019-03-193-2/+15
| * ice: remove redundant variable and if conditionBrett Creeley2019-03-191-7/+4
| * ice: avoid multiple unnecessary de-references in probeBruce Allan2019-03-191-18/+15
| * ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin2019-03-191-7/+13
| * ice: Fix broadcast traffic in port VLAN modeMichal Swiatkowski2019-03-191-32/+44
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-03-2012-18/+1392
|\ \
| * | igc: Remove unneeded hw_dbg printsSasha Neftin2019-03-191-4/+0
| * | igc: Fix the typo in igc_base.h header definitionSasha Neftin2019-03-191-2/+2
| * | igc: Add support for the ntuple featureSasha Neftin2019-03-192-0/+89
| * | igc: Add support for statisticsSasha Neftin2019-03-193-1/+403
| * | igc: Extend the ethtool supportingSasha Neftin2019-03-195-3/+814
| * | igc: Add multiple receive queues control supportingSasha Neftin2019-03-194-0/+73
| * | e1000e: Disable runtime PM on CNP+Kai-Heng Feng2019-03-191-1/+1
| * | igb: fix various indentation issuesColin Ian King2019-03-191-2/+2
| * | igb: Exclude device from suspend direct complete optimizationKai-Heng Feng2019-03-191-0/+3
| * | intel: correct return from set features callbackSerhey Popovych2019-03-195-5/+5
| |/
* | enc28j60: Convert to use SPDX identifierAndy Shevchenko2019-03-191-5/+1
* | enc28j60: Fix indentation splatsAndy Shevchenko2019-03-191-37/+21
* | enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko2019-03-191-15/+16
* | enc28j60: Remove linux/init.hAndy Shevchenko2019-03-191-1/+0
* | enc28j60: Convert printk() to netdev_printk()Andy Shevchenko2019-03-191-24/+27
* | enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko2019-03-191-119/+141
* | enc28j60: Switch to dev_<level> from pr_<level>Andy Shevchenko2019-03-191-12/+17
* | enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()Andy Shevchenko2019-03-191-1/+1
* | enc28j60: Switch to use module_spi_driver() macroAndy Shevchenko2019-03-191-19/+2
* | enc28j60: Drop driver name duplication from messagesAndy Shevchenko2019-03-191-7/+6
* | enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()Andy Shevchenko2019-03-191-24/+18
* | enc28j60: Remove duplicate messagingAndy Shevchenko2019-03-191-20/+0
* | enc28j60: Use device_get_mac_address()Andy Shevchenko2019-03-191-4/+3
* | net: macb: simplify getting .driver_dataWolfram Sang2019-03-191-4/+2
* | net: pasemi: Make pasemi_mac_init_module staticYueHaibing2019-03-191-1/+1
* | net: hns3: Make hclgevf_update_link_mode staticYueHaibing2019-03-191-1/+1
* | ibmveth: Make array ibmveth_stats staticYueHaibing2019-03-191-1/+1
* | ibmvnic: Report actual backing device speed and duplex valuesMurilo Fossa Vicentini2019-03-192-17/+94
|/