aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2-12/+20
2018-09-17net: hns: make function hns_gmac_wait_fifo_clean() staticWei Yongjun1-1/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-4/+257
2018-08-29net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-08-29net: hns: add netif_carrier_off before change speed and duplexPeng Li1-0/+2
2018-08-29net: hns: add the code for cleaning pkt in chipPeng Li13-4/+255
2018-08-22net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan1-102/+1
2018-08-22net: hns: fix skb->truesize underestimationHuazhong Tan1-1/+1
2018-08-22net: hns: modify variable type in hns_nic_reuse_pageHuazhong Tan1-1/+2
2018-08-22net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan1-3/+3
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-71/+68
2018-08-07net: hns: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-02net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing2-14/+1
2018-07-27net: hisilicon: hns: Replace mdelay() with msleep()Jia-Ju Bai2-4/+4
2018-07-26net: hns: make hns_dsaf_roce_reset non staticYueHaibing1-1/+1
2018-07-26net: hns: Make many functions staticYueHaibing10-52/+60
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus2-4/+10
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-04net: hns: Fix the process of adding broadcast addresses to tcamXi Wang1-5/+18
2018-04-19net: hns: Avoid action name truncationdann frazier1-1/+1
2018-03-31ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addrJoe Perches1-4/+2
2018-03-17net: hns: Fix ethtool private flagsMatthias Brugger4-4/+6
2018-01-22net: hns: Fix for variable may be used uninitialized warningsHuazhong Tan2-21/+38
2018-01-02net: hns: add ACPI mode support for ethtool -pJian Shen2-2/+57
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-11-01net: hns: set correct return valuePan Bian1-2/+2
2017-10-18net: hns: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-08-04net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng1-1/+2
2017-08-03net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng6-11/+149
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+58
2017-07-19hns: remove useless void caststephen hemminger1-1/+1
2017-07-14net: hns: add acpi function of xge led controlLiuJian2-3/+58
2017-07-12net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng1-7/+9
2017-07-08net: hns: Fix a skb used after free bugYunsheng Lin2-15/+13
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-72/+36
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-8/+7
2017-07-03net: hns: Use phy_driver to setup Phy loopbackLin Yun Sheng2-71/+35
2017-06-27ACPI: hns_dsaf_acpi_dsm_guid can be statickbuild test robot1-1/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+14
2017-06-19net/hns:bugfix of ethtool -t phy self_testLin Yun Sheng1-2/+14
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-1/+1
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-8/+7
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-05-02net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li4-4/+4