summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* net: hip04: Omit private ndo_get_stats functionTobias Klauser2017-02-141-6/+0
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-6/+2
|\|
| * hns: avoid stack overflow with CONFIG_KASANArnd Bergmann2017-02-061-6/+2
* | hns_enet: use cpumask_var_t for on-stack maskArnd Bergmann2017-02-031-10/+15
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-303-3/+3
* | 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: hix5hd2_gmac: fix compatible strings nameDongpo Li2016-12-201-6/+7
* net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
* net: ethernet: hisi_femac: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
* net: hns: Fix to conditionally convey RX checksum flag to stackSalil2016-12-062-7/+71
* net: hix5hd2_gmac: add reset control and clock signalsDongpo Li2016-12-061-12/+127
* net: hix5hd2_gmac: add tx scatter-gather featureDongpo Li2016-12-061-11/+187
* net: hix5hd2_gmac: add generic compatible stringDongpo Li2016-12-061-4/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+7
|\
| * net: hns: fix device reference leaksJohan Hovold2016-11-071-1/+7
* | net: hns: add the support to add/remove the ucast entry to/from tableKejian Yan2016-11-107-0/+155
* | net: hns: add multicast tcam table clearKejian Yan2016-11-107-0/+113
* | net: hns: modify tcam table of mask_keyQianqian Xie2016-11-101-0/+7
* | net: hns: modify tcam table of mac mc-entryQianqian Xie2016-11-101-8/+17
* | net: hns: modify tcam table of mac mc-portQianqian Xie2016-11-101-5/+13
* | net: hns: modify table index to get mac entryQianqian Xie2016-11-101-4/+10
* | net: hns: modify tcam table of mac uc-entryQianqian Xie2016-11-101-6/+12
* | net: hns: modify tcam table and set mac keyQianqian Xie2016-11-102-9/+20
* | net: hns: modify buffer format of cpu data to le64Qianqian Xie2016-11-101-3/+3
* | net: hns: fix to intimate the link-status change by adding LF/RF methodDaode Huang2016-11-105-49/+37
* | net: hns: modify ethtool statistics value errorQianqian Xie2016-11-101-2/+2
* | net: hns: delete redundant macro definitionQianqian Xie2016-11-103-5/+1
* | net: hns: bug fix about restart auto-negotiationDaode Huang2016-11-101-1/+2
* | net: hns: set default mac pause time to 0xffffDaode Huang2016-11-101-1/+1
* | net: hns: fix for promisc mode in HNS driverKejian Yan2016-11-104-4/+67
* | net: hns: add fuzzy match of tcam table for hnsKejian Yan2016-11-105-54/+118
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3010-53/+120
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-292-0/+2
| |\
| | * net: hisilicon: Fix hns_mdio module autoload for OF registrationJavier Martinez Canillas2016-10-171-0/+1
| | * net: hns: Fix hns_dsaf module autoload for OF registrationJavier Martinez Canillas2016-10-171-0/+1
| * | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-149-53/+118
| |\ \ | | |/ | |/|
| | * 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: fix the bug of forwarding tableDaode Huang2016-10-033-5/+18
| | * net: hns: fix port not available after testing loopbackKejian Yan2016-10-034-14/+7
| | * 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: bug fix about setting coalsecs-usecs to 0Daode Huang2016-10-032-0/+20
| | * net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng2016-10-031-5/+18
* | | ethernet: use core min/max MTU checkingJarod Wilson2016-10-182-6/+8
* | | net: hip04: Remove superfluous ether_setup after alloc_etherdevTobias Klauser2016-10-171-1/+0
* | | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-132-2/+0
|/ /