summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns
Commit message (Expand)AuthorAgeFilesLines
* net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-281-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-0/+3
|\
| * net: hns: Fixes the missing put_device in positive leg for roce resetSalil Mehta2019-02-191-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-0/+2
|\|
| * net: hns: Fix object reference leaks in hns_dsaf_roce_reset()Huang Zijiang2019-02-141-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-302-7/+14
|\|
| * net: hns: Restart autoneg need return failed when autoneg offYonglong Liu2019-01-281-7/+9
| * net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-281-0/+5
* | net: hns: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-171-2/+3
|/
* net: hns: Fix use after free identified by SLUB debugYonglong Liu2019-01-041-4/+2Star
* net: hns: Fix WARNING when hns modules installedYonglong Liu2019-01-041-10/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-206-178/+413
|\
| * net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu2018-12-161-41/+216
| * net: hns: Add mac pcs config when enable|disable macYonglong Liu2018-12-162-4/+11
| * net: hns: Fix ntuple-filters status error.Yonglong Liu2018-12-161-1/+1
| * net: hns: Avoid net reset caused by pause frames stormYonglong Liu2018-12-161-2/+10
| * net: hns: Free irq when exit from abnormal branchYonglong Liu2018-12-161-1/+22
| * net: hns: Clean rx fbd when ae stopped.Yonglong Liu2018-12-161-0/+3
| * net: hns: Fixed bug that netdev was opened twiceYonglong Liu2018-12-161-0/+3
| * net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2018-12-162-127/+127
| * net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2018-12-162-0/+18
| * net: hns: Incorrect offset address used for some registers.Yonglong Liu2018-12-161-2/+2
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-042-30/+20Star
|\
| * net: hns: remove ndo_poll_controllerEric Dumazet2018-09-281-18/+0Star
| * net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2018-09-252-12/+20
* | net: hns: make function hns_gmac_wait_fifo_clean() staticWei Yongjun2018-09-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-0514-4/+257
|\|
| * net: hns: add netif_carrier_off before change speed and duplexPeng Li2018-08-301-0/+2
| * net: hns: add the code for cleaning pkt in chipPeng Li2018-08-3013-4/+255
* | net: ethernet: Convert to using %pOFn instead of device_node.nameRob Herring2018-08-301-4/+4
|/
* net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan2018-08-231-102/+1Star
* net: hns: fix skb->truesize underestimationHuazhong Tan2018-08-231-1/+1
* net: hns: modify variable type in hns_nic_reuse_pageHuazhong Tan2018-08-231-1/+2
* net: hns: fix length and page_offset overflow when CONFIG_ARM64_64K_PAGESHuazhong Tan2018-08-231-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1610-71/+68Star
|\
| * net: hns: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
| * net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'YueHaibing2018-08-022-14/+1Star
| * net: hisilicon: hns: Replace mdelay() with msleep()Jia-Ju Bai2018-07-272-4/+4
| * net: hns: make hns_dsaf_roce_reset non staticYueHaibing2018-07-271-1/+1
| * net: hns: Make many functions staticYueHaibing2018-07-2610-52/+60
| * net: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
| * net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* | ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus2018-07-232-4/+10
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* net: hns: Fix the process of adding broadcast addresses to tcamXi Wang2018-06-041-5/+18
* net: hns: Avoid action name truncationdann frazier2018-04-191-1/+1
* ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addrJoe Perches2018-04-011-4/+2Star