summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: spectrum: remove set but not used variable 'autoneg_status'YueHaibing2019-02-261-3/+0
* vxlan: add extack support for create and changelinkRoopa Prabhu2019-02-261-67/+141
* nfp: remove ethtool flashing fallbackJakub Kicinski2019-02-261-24/+0
* nfp: add .ndo_get_devlinkJakub Kicinski2019-02-264-0/+15
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-269-9/+0
* net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-251-1/+1
* net: wan: cosa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: sbni: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pro...Yang Wei2019-02-251-1/+1
* net: wan: ixp4xx_hss: replace dev_kfree_skb_irq by dev_consume_skb_irq for dr...Yang Wei2019-02-251-1/+1
* net: wan: wanxl: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop pr...Yang Wei2019-02-251-1/+1
* net: lmc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-251-2/+1
* mlxsw: spectrum: acl: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-251-4/+2
* net: phy: aquantia: add hwmon supportHeiner Kallweit2019-02-254-0/+273
* net: phy: aquantia: rename aquantia.c to aquantia_main.cHeiner Kallweit2019-02-252-0/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-02-2512-199/+364
|\
| * ice: fix overlong string, update stats outputJesse Brandeburg2019-02-251-40/+40
| * ice: Fix for FC get rx/tx pause paramsLukasz Czapnik2019-02-251-11/+26
| * ice: use absolute vector ID for VFsMitch Williams2019-02-251-2/+4
| * ice: check for a leaf node presenceVictor Raj2019-02-252-0/+24
| * ice: flush Tx pipe on disable queue timeoutVictor Raj2019-02-251-2/+19
| * ice: clear VF ARQLEN register on resetMitch Williams2019-02-252-0/+6
| * ice: don't spam VFs with link messagesMitch Williams2019-02-251-1/+2
| * ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley2019-02-251-2/+4
| * ice: fix numeric overflow warningBruce Allan2019-02-252-4/+5
| * ice: fix issue where host reboots on unload when iommu=onBrett Creeley2019-02-251-17/+54
| * ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller2019-02-251-2/+13
| * ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan2019-02-253-67/+117
| * ice: sizeof(<type>) should be avoidedBruce Allan2019-02-256-45/+38
| * ice: Fix added in VSI supported nodes calcVictor Raj2019-02-251-2/+7
| * ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski2019-02-251-1/+1
| * ice: Mark extack argument as __always_unusedBruce Allan2019-02-251-4/+5
* | net: dsa: mv88e6xxx: Fix phylink_validate for Topaz familyMarek BehĂșn2019-02-251-2/+16
* | net: dsa: mv88e6xxx: Default CMODE to 1000BaseX only on 6390XMarek BehĂșn2019-02-251-0/+2
* | dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-2412-26/+18
* | net: phy: fix reading fixed phy statusHeiner Kallweit2019-02-241-0/+3
* | net: phy: improve auto-neg emulation in swphyHeiner Kallweit2019-02-241-9/+1
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-2413-146/+552
|\ \ | |/ |/|
| * Bluetooth: mediatek: update the common setup between MT7622 and other devicesSean Wang2019-02-181-14/+190
| * Bluetooth: mediatek: pass a pointer to mtk_hci_wmt_syncSean Wang2019-02-181-15/+48
| * Bluetooth: mediatek: fix up an error path to restore bdev->tx_stateSean Wang2019-02-181-0/+2
| * Bluetooth: mediatek: trivial typo fixSean Wang2019-02-181-1/+1
| * Bluetooth: hci_ldisc: Initialize hci_dev before open()Jeremy Cline2019-02-181-7/+14
| * Bluetooth: hci_qca: Disable IBS state machine and flush Tx bufferBalakrishna Godavarthi2019-02-181-2/+15
| * Bluetooth: hci_qca: Deassert RTS while baudrate change commandBalakrishna Godavarthi2019-02-181-14/+15
| * Bluetooth: hci_qca: use wait_until_sent() for power pulsesBalakrishna Godavarthi2019-02-181-23/+15
| * Bluetooth: remove redundant zero check on countColin Ian King2019-02-181-3/+0
| * Bluetooth: btusb: Add shutdown routine for BTUSB_INTEL_NEW devicesRaghuram Hegde2019-01-291-0/+19
| * Bluetooth: btusb: btusb_intel_cmd_timeout: use sleeping functionsRajat Jain2019-01-291-3/+3
| * Bluetooth: btrtl: Restore old logic to assume firmware is already loadedKai-Heng Feng2019-01-281-3/+7
| * Bluetooth: btusb: Use the cmd_timeout method to reset the Intel BT chipRajat Jain2019-01-251-0/+54