summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* format-security: move static strings to constKees Cook2017-05-091-1/+1
* net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li2017-05-024-4/+4
* net: hns: support deferred probe when no mdiolipeng2017-05-011-6/+33
* net: hns: support deferred probe when can not obtain irqlipeng2017-05-013-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-063-7/+38
|\
| * net: hns: Add ACPI support to check SFP presentDaode Huang2017-04-012-5/+34
| * net: hns: avoid gcc-7.0.1 warning for uninitialized dataArnd Bergmann2017-03-261-0/+1
| * net: hns: fix uninitialized data useArnd Bergmann2017-03-261-2/+3
* | net: hns: Some checkpatch.pl script & warning fixesSalil2017-04-036-14/+11Star
* | net: hns: Avoid Hip06 chip TX packet line buglipeng2017-04-037-70/+169
* | net: hns: Adjust the SBM module buffer thresholdKejian Yan2017-04-031-4/+4
* | net: hns: Simplify the exception sequence in hns_ppe_init()Kejian Yan2017-04-031-9/+8Star
* | net: hns: Optimise the code in hns_mdio_wait_ready()Kejian Yan2017-04-031-4/+6
* | net: hns: Clean redundant code from hns_mdio.c fileKejian Yan2017-04-031-10/+0Star
* | net: hns: Remove redundant mac table operationsKejian Yan2017-04-032-170/+0Star
* | net: hns: Remove redundant mac_get_id()Kejian Yan2017-04-033-23/+0Star
* | net: hns: Remove the redundant adding and deleting mac functionKejian Yan2017-04-034-122/+0Star
* | net: hns: Correct HNS RSS key set functionlipeng2017-04-032-14/+18
* | net: hns: Replace netif_tx_lock to ring spin locklipeng2017-04-033-10/+15
* | net: hns: Fix to adjust buf_size of ring according to mtulipeng2017-04-037-24/+337
* | net: hns: Optimize hns_nic_common_poll for better performancelipeng2017-04-032-21/+31
* | net: hns: bug fix of ethtool show the speedDaode Huang2017-04-031-1/+1
* | net: hns: Remove redundant memset during buffer releaselipeng2017-04-031-1/+0Star
* | net: hns: Optimize the code for GMAC pad and crc Configlipeng2017-04-031-20/+16Star
* | net: hns: Modify GMAC init TX threshold valuelipeng2017-04-032-0/+10
* | net: hns: Fix the implementation of irq affinity functionlipeng2017-04-032-46/+30Star
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-291-1/+1
|/
* net: hip04: Omit private ndo_get_stats functionTobias Klauser2017-02-141-6/+0Star
* 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/+2Star
|\|
| * hns: avoid stack overflow with CONFIG_KASANArnd Bergmann2017-02-061-6/+2Star
* | 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/+0Star
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
|/
* 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