Age | Commit message (Expand) | Author | Files | Lines |
2019-07-23 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) | 1 | -1/+1 |
2019-07-08 | hinic: add fw version query | Xue Chaojing | 4 | -0/+54 |
2019-07-02 | hinic: remove standard netdev stats | Xue Chaojing | 1 | -46/+1 |
2019-06-29 | hinic: add vlan offload support | Xue Chaojing | 7 | -2/+97 |
2019-06-28 | hinic: reduce rss_init stack usage | Arnd Bergmann | 1 | -7/+13 |
2019-06-24 | hinic: implement the statistical interface of ethtool | Xue Chaojing | 9 | -3/+620 |
2019-06-23 | hinic: fix dereference of pointer hwdev before it is null checked | Colin Ian King | 1 | -6/+15 |
2019-06-19 | hinic: add support for rss parameters with ethtool | Xue Chaojing | 5 | -1/+479 |
2019-06-19 | hinic: move ethtool code into hinic_ethtool | Xue Chaojing | 4 | -134/+167 |
2019-06-19 | hinic: add rss support | Xue Chaojing | 7 | -8/+541 |
2019-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 31 | -310/+31 |
2019-06-15 | hinic: Use devm_kasprintf instead of hard coding it | Christophe JAILLET | 1 | -5/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 31 | -310/+31 |
2019-06-05 | hinic: add LRO support | Xue Chaojing | 10 | -13/+348 |
2019-05-29 | hinic: fix a bug in set rx mode | Xue Chaojing | 1 | -4/+0 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 4 | -0/+4 |
2019-04-02 | net: move skb->xmit_more hint to softnet data | Florian Westphal | 1 | -1/+1 |
2019-01-23 | hinic: Add pci device ids | Xue Chaojing | 1 | -4/+6 |
2019-01-17 | net-next/hinic: replace disable_irq_nosync/enable_irq | Xue Chaojing | 6 | -4/+73 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 5 | -24/+24 |
2019-01-02 | net-next/hinic:add shutdown callback | Xue Chaojing | 1 | -0/+6 |
2018-12-12 | hinic: optmize rx refill buffer mechanism | Xue Chaojing | 2 | -20/+5 |
2018-11-24 | net: hinic: fix null pointer dereference on pointer hwdev | Colin Ian King | 1 | -2/+4 |
2018-11-20 | net-next/hinic: fix a bug in rx data flow | Xue Chaojing | 1 | -1/+1 |
2018-11-20 | net-next/hinic:fix a bug in set mac address | Xue Chaojing | 1 | -3/+4 |
2018-11-20 | net-next/hinic:add rx checksum offload for HiNIC | Xue Chaojing | 7 | -1/+78 |
2018-11-20 | net-next/hinic:replace multiply and division operators | Xue Chaojing | 2 | -20/+38 |
2018-10-30 | hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4 | Nathan Chancellor | 2 | -2/+2 |
2018-10-19 | net-next/hinic: add checksum offload and TSO support | Zhao Chen | 10 | -60/+571 |
2018-09-28 | hinic: remove ndo_poll_controller | Eric Dumazet | 1 | -20/+0 |
2018-08-08 | net-next: hinic: fix a problem in free_tx_poll() | Zhao Chen | 3 | -11/+49 |
2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2018-07-25 | hinic: Link the logical network device to the pci device in sysfs | dann frazier | 1 | -0/+1 |
2018-07-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2018-07-20 | net-next/hinic: fix a problem in hinic_xmit_frame() | Zhao Chen | 1 | -0/+1 |
2018-07-04 | net: hinic: remove redundant pointer pfhwdev | Colin Ian King | 1 | -3/+0 |
2018-06-28 | hinic: reset irq affinity before freeing irq | Wei Yongjun | 1 | -0/+1 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -2/+3 |
2018-05-08 | net-next/hinic: add pci device ids for 25ge and 100ge card | Zhao Chen | 1 | -2/+6 |
2018-04-19 | net-next/hinic: add arm64 support | Zhao Chen | 1 | -1/+1 |
2018-01-03 | hinic: Replace PCI pool old API | Romain Perier | 2 | -6/+6 |
2017-09-28 | net-next/hinic: Fix a case of Tx Queue is Stopped forever | Aviad Krawczyk | 1 | -2/+12 |
2017-09-28 | net-next/hinic: Set Rxq irq to specific cpu for NUMA | Aviad Krawczyk | 1 | -9/+9 |
2017-08-29 | hinic: don't build the module by default | Vitaly Kuznetsov | 1 | -1/+0 |
2017-08-29 | net-next/hinic: fix comparison of a uint16_t type with -1 | Aviad Krawczyk | 2 | -36/+22 |
2017-08-29 | net-next/hinic: Fix MTU limitation | Aviad Krawczyk | 1 | -0/+1 |
2017-08-26 | hinic: skb_pad() frees on error | Dan Carpenter | 1 | -1/+2 |
2017-08-25 | hinic: uninitialized variable in hinic_api_cmd_init() | Dan Carpenter | 1 | -0/+1 |
2017-08-24 | net: hinic: make functions set_ctrl0 and set_ctrl1 static | Colin Ian King | 1 | -2/+2 |
2017-08-22 | net-next/hinic: Add netpoll | Aviad Krawczyk | 1 | -0/+20 |