summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns: add support for vlan TSOYonglong Liu2019-07-031-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-7/+5Star
|\
| * net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu2019-04-041-5/+2Star
| * net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu2019-04-041-2/+3
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2Star
|/
* net: hns: Fix for missing of_node_put() after of_parse_phandle()Yonglong Liu2019-01-281-0/+5
* 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-201-4/+39
|\
| * 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: Fixed bug that netdev was opened twiceYonglong Liu2018-12-161-0/+3
| * net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2018-12-161-0/+3
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-2/+4
|/
* net: hns: remove ndo_poll_controllerEric Dumazet2018-09-281-18/+0Star
* net: hns: fix for unmapping problem when SMMU is onYunsheng Lin2018-09-251-11/+19
* net: hns: add the code for cleaning pkt in chipPeng Li2018-08-301-3/+18
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-6/+7
|\
| * net: hns: Make many functions staticYueHaibing2018-07-261-4/+4
| * 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-231-2/+6
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-2/+2
|\
| * net: hns: set correct return valuePan Bian2017-11-011-2/+2
* | net: hns: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3Star
|/
* net: hns: Fix for __udivdi3 compiler errorLin Yun Sheng2017-08-041-1/+2
* net: hns: Add self-adaptive interrupt coalesce support in hns driverLin Yun Sheng2017-08-031-8/+126
* net: hns: Bugfix for Tx timeout handling in hns driverLin Yun Sheng2017-07-121-7/+9
* net: hns: Fix a skb used after free bugYunsheng Lin2017-07-081-12/+10Star
* net: hns: Some checkpatch.pl script & warning fixesSalil2017-04-031-4/+5
* net: hns: Replace netif_tx_lock to ring spin locklipeng2017-04-031-10/+11
* net: hns: Fix to adjust buf_size of ring according to mtulipeng2017-04-031-11/+238
* net: hns: Optimize hns_nic_common_poll for better performancelipeng2017-04-031-20/+30
* net: hns: Fix the implementation of irq affinity functionlipeng2017-04-031-46/+29Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-1/+1
|\
| * net: hns: Fix the device being used for dma mapping during TXKejian Yan2017-02-101-1/+1
* | hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann2017-02-031-10/+15
* | net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-1/+0Star
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
|/
* net: hns: Fix to conditionally convey RX checksum flag to stackSalil2016-12-061-7/+69
* net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan2016-11-101-0/+26
* net: hns: add multicast tcam table clearKejian Yan2016-11-101-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-34/+73
|\
| * Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-141-34/+73
| |\