aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27net: ethernet: ti: cpsw: refactor probe to group common hw initializationGrygorii Strashko1-116/+97
2019-04-27net: ethernet: ti: davinci_mdio: use devm_ioremap()Grygorii Strashko1-1/+1
2019-04-27net: ethernet: ti: ale: do not auto delete mcast super entriesGrygorii Strashko1-0/+3
2019-04-27net: ethernet: ti: cpsw: fix allmulti cfg in dual_mac modeGrygorii Strashko3-14/+20
2019-04-27net: ethernet: ti: ale: use define for host port in cpsw_ale_set_allmulti()Grygorii Strashko1-2/+2
2019-04-27net: ethernet: ti: ale: fix mcast super settingGrygorii Strashko1-1/+1
2019-04-27net: ethernet: ti: cpsw: drop cpsw_tx_packet_submit()Grygorii Strashko1-12/+3
2019-04-27net: ethernet: ti: cpsw: use devm_alloc_etherdev_mqs()Grygorii Strashko1-12/+6
2019-04-27net: ethernet: ti: cpsw: drop pinctrl_pm_select_default_state callGrygorii Strashko1-3/+0
2019-04-27net: ethernet: ti: cpsw: use local var dev in probeGrygorii Strashko1-32/+33
2019-04-27net: ethernet: ti: cpsw: update cpsw_split_res() to accept cpsw_commonGrygorii Strashko1-8/+6
2019-04-27net: ethernet: ti: cpsw: drop CONFIG_TI_CPSW_ALE config optionGrygorii Strashko3-28/+2
2019-04-27net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config optionGrygorii Strashko3-43/+3
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko18-180/+18
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg7-0/+37
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg18-82/+81
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek10-39/+45
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+8
2019-04-26net: hns3: remove reset after command send failedWeihang Li1-10/+0
2019-04-26net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan1-5/+5
2019-04-26net: hns3: extend the loopback state acquisition timeliuzhongzhu1-2/+2
2019-04-26net: hns3: fix pause configure fail problemHuazhong Tan1-1/+4
2019-04-26net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan1-2/+4
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan3-5/+9
2019-04-26net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan3-5/+6
2019-04-26net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan1-1/+1
2019-04-26net: hns3: handle the BD info on the last BD of the packetYunsheng Lin1-18/+20
2019-04-26net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin1-1/+2
2019-04-26net: hns3: fix data race between ring->next_to_cleanYunsheng Lin2-5/+16
2019-04-26nfp: implement PCI driver shutdown callbackDirk van der Merwe2-5/+30
2019-04-26NFC: st95hf: remove set but not used variables 'dev, nfcddev'YueHaibing1-4/+0
2019-04-26net: phy: improve genphy_soft_resetHeiner Kallweit1-2/+14
2019-04-26usbnet: ipheth: Simplify device detectionGuenter Roeck1-55/+3
2019-04-26cnic: Refactor code and mark expected switch fall-throughGustavo A. R. Silva1-7/+6
2019-04-26cxgb4/cxgb4vf_main: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-04-26wimax/i2400m/control: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-26amd-xgbe: Mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2019-04-26s390/qeth: trust non-IP cast type in qeth_l3_fill_header()Julian Wiedmann1-8/+3
2019-04-26s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann3-18/+14
2019-04-26s390/qeth: cache max number of available buffer elementsJulian Wiedmann3-24/+22
2019-04-26s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann1-6/+2
2019-04-26s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann7-78/+54
2019-04-26s390/qeth: clean up stale buffer state documentationJulian Wiedmann1-28/+13
2019-04-26s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2-3/+0
2019-04-26s390: qeth: address type mismatch warningArnd Bergmann1-3/+7
2019-04-26mac80211_hwsim: Extended Key ID supportAlexander Wetzel1-0/+6
2019-04-26mac80211_hwsim: set p2p device interface support indicationAvraham Stern1-0/+2
2019-04-26netdevsim: implement ndo_get_devlink_portJiri Pirko1-0/+8
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko6-118/+85
2019-04-26netdevsim: extend device attrs to support port addition and deletionJiri Pirko3-4/+92