Age | Commit message (Expand) | Author | Files | Lines |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 17 | -662/+2848 |
2017-11-14 | net: hns3: Updates MSI/MSI-X alloc/free APIs(depricated) to new APIs | Salil Mehta | 2 | -81/+43 |
2017-11-11 | net: hns3: cleanup mac auto-negotiation state query in hclge_update_speed_duplex | Fuyun Liang | 1 | -12/+1 |
2017-11-11 | net: hns3: fix a bug when getting phy address from NCL_config file | Fuyun Liang | 1 | -1/+1 |
2017-11-08 | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO | Nogah Frankel | 1 | -1/+1 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 3 | -2/+4 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
2017-11-03 | net: hns3: fix a bug for phy supported feature initialization | Fuyun Liang | 1 | -0/+10 |
2017-11-03 | net: hns3: add support for nway_reset | Fuyun Liang | 1 | -0/+18 |
2017-11-03 | net: hns3: add support for set_link_ksettings | Fuyun Liang | 1 | -0/+11 |
2017-11-03 | net: hns3: fix a bug in hns3_driv_to_eth_caps | Fuyun Liang | 1 | -7/+2 |
2017-11-03 | net: hns3: fix for getting advertised_caps in hns3_get_link_ksettings | Fuyun Liang | 1 | -0/+3 |
2017-11-03 | net: hns3: fix for getting autoneg in hns3_get_link_ksettings | Fuyun Liang | 1 | -15/+15 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -0/+2 |
2017-11-02 | net: hns3: hns3:fix a bug about statistic counter in reset process | qumingguang | 1 | -0/+7 |
2017-11-02 | net: hns3: Fix a misuse to devm_free_irq | qumingguang | 1 | -3/+2 |
2017-11-02 | net: hns3: Add reset interface implementation in client | Lipeng | 1 | -0/+153 |
2017-11-02 | net: hns3: Add timeout process in hns3_enet | Lipeng | 2 | -0/+88 |
2017-11-02 | net: hns3: Add reset process in hclge_main | Lipeng | 4 | -0/+326 |
2017-11-02 | net: hns3: Add support for misc interrupt | Lipeng | 3 | -0/+81 |
2017-11-02 | net: hns3: Refactor the initialization of command queue | Lipeng | 3 | -16/+33 |
2017-11-02 | net: hns3: Refactor mac_init function | qumingguang | 1 | -7/+7 |
2017-11-02 | net: hns3: Refactor the mapping of tqp to vport | Lipeng | 1 | -11/+50 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-11-02 | net: hns3: remove a couple of redundant assignments | Colin Ian King | 1 | -3/+0 |
2017-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2017-11-01 | net: hns: set correct return value | Pan Bian | 1 | -2/+2 |
2017-10-26 | net: hns3: fix the bug when reuse command description in hclge_add_mac_vlan_tbl | Lipeng | 1 | -3/+3 |
2017-10-26 | net: hns3: fix a bug in hclge_uninit_client_instance | Lipeng | 1 | -2/+8 |
2017-10-26 | net: hns3: add nic_client check when initialize roce base information | Lipeng | 1 | -1/+1 |
2017-10-26 | net: hns3: fix the bug of hns3_set_txbd_baseinfo | Lipeng | 1 | -1/+1 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -2/+2 |
2017-10-24 | net: hns3: fix a bug about hns3_clean_tx_ring | Lipeng | 2 | -4/+4 |
2017-10-24 | net: hns3: remove redundant memset when alloc buffer | Lipeng | 1 | -2/+0 |
2017-10-24 | net: hns3: fix the TX/RX ring.queue_index in hns3_ring_get_cfg | Lipeng | 1 | -2/+2 |
2017-10-24 | net: hns3: get vf count by pci_sriov_get_totalvfs | Lipeng | 1 | -1/+2 |
2017-10-24 | net: hns3: fix the ops check in hns3_get_rxnfc | Lipeng | 1 | -1/+1 |
2017-10-24 | net: hns3: fix the bug when map buffer fail | Lipeng | 1 | -1/+1 |
2017-10-24 | net: hns3: fix a bug when alloc new buffer | Lipeng | 1 | -1/+1 |
2017-10-22 | net: hns3: Add mac loopback selftest support in hns3 driver | Yunsheng Lin | 2 | -0/+327 |
2017-10-22 | net: hns3: Refactor the skb receiving and transmitting function | Yunsheng Lin | 2 | -5/+16 |
2017-10-19 | net: hns3: Add mqprio hardware offload support in hns3 driver | Yunsheng Lin | 4 | -19/+86 |
2017-10-18 | net: hns: Convert timers to use timer_setup() | Kees Cook | 2 | -11/+9 |
2017-10-12 | net: hns3: make local functions static | Wei Yongjun | 1 | -2/+4 |
2017-10-10 | net: hns3: fix the ring count for ETHTOOL_GRXRINGS | Lipeng | 1 | -1/+1 |
2017-10-10 | net: hns3: add support for ETHTOOL_GRXFH | Lipeng | 3 | -0/+68 |
2017-10-10 | net: hns3: add support for set_rxnfc | Lipeng | 6 | -2/+129 |
2017-10-10 | net: hns3: add support for set_ringparam | Lipeng | 3 | -2/+81 |
2017-10-10 | net: hns3: fixes the ring index in hns3_fini_ring | Lipeng | 1 | -1/+1 |
2017-10-09 | net: hns3: Cleanup for non-static function in hns3 driver | Yunsheng Lin | 4 | -27/+15 |