summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-2815-14/+31
|\
| * nbd: add tracepoints for send/receive timingAndrew Hall2019-04-261-0/+8
| * nbd: trace sending nbd requestsMatt Mullins2019-04-261-0/+5
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-2314-14/+18
* | cxgb4: Delete all hash and TCAM filters before resource cleanupVishal Kulkarni2019-04-272-11/+33
* | net: dsa: mv88e6xxx: Remove legacy probe supportAndrew Lunn2019-04-271-70/+1
* | net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn2019-04-271-13/+7
* | net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn2019-04-271-32/+41
* | net: dsa: mv88e6060: Replace ds with privAndrew Lunn2019-04-272-21/+23
* | net: dsa: mv88e6060: Add SPDX headerAndrew Lunn2019-04-271-5/+1
* | ibmvnic: Add device identification to requested IRQsMurilo Fossa Vicentini2019-04-272-4/+11
* | cpsw: Put back cpsw_ndo_poll_controller()David S. Miller2019-04-271-0/+12
* | net: ethernet: ti: cpsw: move ethtool func in separate fileGrygorii Strashko2019-04-274-725/+769
* | net: ethernet: ti: cpsw: switch to use mac sl apiGrygorii Strashko2019-04-274-42/+34
* | net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko2019-04-272-0/+401
* | net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko2019-04-274-102/+139
* | net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_h...Grygorii Strashko2019-04-271-2/+2
* | net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko2019-04-272-426/+438
* | net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko2019-04-271-116/+97
* | net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko2019-04-271-1/+1
* | net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko2019-04-271-0/+3
* | net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko2019-04-273-14/+20
* | net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko2019-04-271-2/+2
* | net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko2019-04-271-1/+1
* | net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko2019-04-271-12/+3
* | net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko2019-04-271-12/+6
* | net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko2019-04-271-3/+0
* | net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko2019-04-271-32/+33
* | net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko2019-04-271-8/+6
* | net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko2019-04-273-28/+2
* | net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config optionGrygorii Strashko2019-04-273-43/+3
* | net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko2019-04-2718-180/+18
* | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-277-0/+37
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-2718-82/+81
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-2710-39/+45
* | Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-261-0/+8
|\ \
| * | mac80211_hwsim: Extended Key ID supportAlexander Wetzel2019-04-261-0/+6
| * | mac80211_hwsim: set p2p device interface support indicationAvraham Stern2019-04-261-0/+2
* | | net: hns3: remove reset after command send failedWeihang Li2019-04-261-10/+0
* | | net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan2019-04-261-5/+5
* | | net: hns3: extend the loopback state acquisition timeliuzhongzhu2019-04-261-2/+2
* | | net: hns3: fix pause configure fail problemHuazhong Tan2019-04-261-1/+4
* | | net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan2019-04-261-2/+4
* | | net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan2019-04-263-5/+9
* | | net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan2019-04-263-5/+6
* | | net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan2019-04-261-1/+1
* | | net: hns3: handle the BD info on the last BD of the packetYunsheng Lin2019-04-261-18/+20
* | | net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin2019-04-261-1/+2
* | | net: hns3: fix data race between ring->next_to_cleanYunsheng Lin2019-04-262-5/+16
* | | nfp: implement PCI driver shutdown callbackDirk van der Merwe2019-04-262-5/+30