aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27net: ethernet: ti: cpsw: introduce mac sl module apiGrygorii Strashko2-0/+401
2019-04-27net: ethernet: ti: cpsw: move common hw init code in separate funcGrygorii Strashko4-102/+139
2019-04-27net: ethernet: ti: davinci_cpdma: use dma_addr_t for desc_mem_phys and desc_hw_addrGrygorii Strashko1-2/+2
2019-04-27net: ethernet: ti: cpsw: move cpsw definitions in priv headerGrygorii Strashko2-426/+438
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 Berg5-0/+29
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg12-49/+43
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek6-25/+30
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-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-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
2019-04-26netdevsim: implement dev probe/remove skeleton with port initializationJiri Pirko4-30/+160
2019-04-26netdevsim: change debugfs tree topologyJiri Pirko3-15/+11
2019-04-26netdevsim: generate random switch id instead of using dev idJiri Pirko3-2/+5
2019-04-26netdevsim: merge sdev into devJiri Pirko5-115/+116
2019-04-26netdevsim: rename dev_init/exit() functions and make them independent on nsJiri Pirko3-28/+30