summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_enet.c
Commit message (Expand)AuthorAgeFilesLines
* net: hns: add the code for cleaning pkt in chipPeng Li2018-08-291-3/+18
* net: hns: use eth_get_headlen interface instead of hns_nic_get_headlenHuazhong Tan2018-08-221-102/+1
* net: hns: fix skb->truesize underestimationHuazhong Tan2018-08-221-1/+1
* net: hns: modify variable type in hns_nic_reuse_pageHuazhong Tan2018-08-221-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-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-121-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/+3
|/
* 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/+10
* 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/+29
* 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/+0
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
|/
* 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
| |\
| | * net: hns: delete redundant broadcast packet filter processDaode Huang2016-10-031-10/+0
| | * net: hns: bug fix about broadcast/multicast packetsDaode Huang2016-10-031-0/+16
| | * net: hns: delete repeat read fbd num after whileDaode Huang2016-10-031-13/+2
| | * net: hns: add fini_process for v2 napi processDaode Huang2016-10-031-7/+38
| | * net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng2016-10-031-5/+18
* | | ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-4/+7
|/ /
* / net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes2016-09-221-14/+9
|/
* net: hns: add a space before "*/"Daode Huang2016-07-011-2/+2
* net: hns: bug fix about TSO on|off when there is trafficDaode Huang2016-06-211-4/+4
* net: hns: fix bug that alloc skb fail lead to port unavailableJun He2016-06-211-2/+3
* net: hns: delete redundancy ring enable operationsDaode Huang2016-06-211-6/+1
* net: hns: fix the wrong speed for bondQianqian Xie2016-06-211-19/+24
* net: hns: fix the error info when dma_set_mask_and_coherent failQianqian Xie2016-06-211-1/+1
* net: hns: typo fix of annotation info for hns_nic_reset_subtask()Qianqian Xie2016-06-211-1/+1
* net: hns: add skb_reset_mac_header() after skb being allocKejian Yan2016-06-211-0/+1
* net: hns: net: hns: enet adds support of acpiKejian Yan2016-06-041-12/+44
* net: hns: add uniform interface for phy connectionKejian Yan2016-06-041-9/+12
* net: hns: enet specify a reference to dsaf by fwnode_handleKejian Yan2016-06-041-6/+8