aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon/hns/hns_enet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-26net: hns: Make many functions staticYueHaibing1-4/+4
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-2/+6
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: kzalloc() -> kcalloc()Kees Cook1-1/+2
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 Sheng1-8/+126
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 Lin1-12/+10
2017-04-03net: hns: Some checkpatch.pl script & warning fixesSalil1-4/+5
2017-04-03net: hns: Replace netif_tx_lock to ring spin locklipeng1-10/+11
2017-04-03net: hns: Fix to adjust buf_size of ring according to mtulipeng1-11/+238
2017-04-03net: hns: Optimize hns_nic_common_poll for better performancelipeng1-20/+30
2017-04-03net: hns: Fix the implementation of irq affinity functionlipeng1-46/+29
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-10net: hns: Fix the device being used for dma mapping during TXKejian Yan1-1/+1
2017-02-03hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann1-10/+15
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-12-06net: hns: Fix to conditionally convey RX checksum flag to stackSalil1-7/+69
2016-11-10net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan1-0/+26
2016-11-10net: hns: add multicast tcam table clearKejian Yan1-0/+4
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-34/+73
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-4/+7
2016-10-14Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-34/+73
2016-10-03net: hns: delete redundant broadcast packet filter processDaode Huang1-10/+0
2016-10-03net: hns: bug fix about broadcast/multicast packetsDaode Huang1-0/+16
2016-10-03net: hns: delete repeat read fbd num after whileDaode Huang1-13/+2
2016-10-03net: hns: add fini_process for v2 napi processDaode Huang1-7/+38
2016-10-03net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng1-5/+18
2016-09-22net: ethernet: hisilicon: hns: use phydev from struct net_devicePhilippe Reynes1-14/+9
2016-07-01net: hns: add a space before "*/"Daode Huang1-2/+2
2016-06-21net: hns: bug fix about TSO on|off when there is trafficDaode Huang1-4/+4
2016-06-21net: hns: fix bug that alloc skb fail lead to port unavailableJun He1-2/+3
2016-06-21net: hns: delete redundancy ring enable operationsDaode Huang1-6/+1
2016-06-21net: hns: fix the wrong speed for bondQianqian Xie1-19/+24
2016-06-21net: hns: fix the error info when dma_set_mask_and_coherent failQianqian Xie1-1/+1
2016-06-21net: hns: typo fix of annotation info for hns_nic_reset_subtask()Qianqian Xie1-1/+1
2016-06-21net: hns: add skb_reset_mac_header() after skb being allocKejian Yan1-0/+1
2016-06-04net: hns: net: hns: enet adds support of acpiKejian Yan1-12/+44
2016-06-04net: hns: add uniform interface for phy connectionKejian Yan1-9/+12
2016-06-04net: hns: enet specify a reference to dsaf by fwnode_handleKejian Yan1-6/+8
2016-06-04net: hns: use device_* APIs instead of of_* APIsKejian Yan1-8/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-3/+3
2016-04-26net: hns: add attribute port-idx-in-ae in enet node.Yisen.Zhuang\(Zhuangyuzeng\)1-4/+13
2016-03-24net: hns: fix warning of passing zero to 'PTR_ERR'Kejian Yan1-1/+1
2016-03-24net: hns: optimizate irq proccess for HNS V2Sheng Li1-4/+5