Age | Commit message (Expand) | Author | Files | Lines |
2023-09-20 | net: hinic: Fix warning-hinic_set_vlan_fliter() warn: variable dereferenced b... | Cai Huoqing | 1 | -3/+0 |
2022-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+8 |
2022-11-12 | net: hinic: Fix error handling in hinic_module_init() | Yuan Can | 1 | -1/+8 |
2022-11-07 | net: hinic: Add support for configuration of rx-vlan-filter by ethtool | Cai Huoqing | 3 | -0/+55 |
2022-11-07 | net: hinic: Add control command support for VF PMD driver in DPDK | Cai Huoqing | 2 | -0/+84 |
2022-11-07 | net: hinic: Convert the cmd code from decimal to hex to be more readable | Cai Huoqing | 1 | -52/+52 |
2022-10-29 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner | 2 | -4/+4 |
2022-10-26 | net: hinic: Set max_mtu/min_mtu directly to simplify the code. | caihuoqing | 3 | -17/+7 |
2022-10-21 | net: hinic: fix the issue of double release MBOX callback of VF | Zhengchao Shao | 1 | -1/+0 |
2022-10-21 | net: hinic: fix the issue of CMDQ memory leaks | Zhengchao Shao | 1 | -1/+1 |
2022-10-21 | net: hinic: fix memory leak when reading function table | Zhengchao Shao | 1 | -6/+12 |
2022-10-21 | net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg() | Zhengchao Shao | 1 | -1/+1 |
2022-09-23 | net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl() | Zhengchao Shao | 3 | -12/+8 |
2022-09-23 | net: hinic: replace magic numbers with macro | Zhengchao Shao | 1 | -1/+2 |
2022-09-23 | net: hinic: remove unused enumerated value | Zhengchao Shao | 3 | -35/+0 |
2022-09-23 | net: hinic: change hinic_deinit_vf_hw() to void | Zhengchao Shao | 1 | -4/+2 |
2022-09-23 | net: hinic: simplify code logic | Zhengchao Shao | 1 | -2/+2 |
2022-09-23 | net: hinic: remove duplicate macro definition | Zhengchao Shao | 1 | -2/+0 |
2022-09-23 | net: hinic: remove unused macro | Zhengchao Shao | 5 | -9/+0 |
2022-09-23 | net: hinic: remove unused functions | Zhengchao Shao | 4 | -51/+0 |
2022-09-23 | net: hinic: change type of function to be static | Zhengchao Shao | 12 | -25/+9 |
2022-09-23 | net: hinic: modify kernel doc comments | Zhengchao Shao | 3 | -6/+0 |
2022-08-29 | net: Use u64_stats_fetch_begin_irq() for stats fetch. | Sebastian Andrzej Siewior | 2 | -4/+4 |
2022-07-06 | net: hinic: avoid kernel hung in hinic_get_stats64() | Qiao Ma | 1 | -4/+0 |
2022-07-06 | net: hinic: fix bug that ethtool get wrong stats | Qiao Ma | 4 | -48/+16 |
2022-06-28 | hinic: Use the bitmap API when applicable | Christophe JAILLET | 1 | -5/+2 |
2022-06-17 | hinic: Replace memcpy() with direct assignment | Kees Cook | 1 | -3/+1 |
2022-06-11 | ethernet: Remove vf rate limit check for drivers | Bin Chen | 1 | -6/+0 |
2022-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-05-22 | hinic: Avoid some over memory allocation | Christophe JAILLET | 1 | -1/+1 |
2022-05-16 | net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_init | Zheng Bin | 1 | -0/+2 |
2022-05-08 | eth: switch to netif_napi_add_weight() | Jakub Kicinski | 2 | -2/+4 |
2022-04-30 | hinic: fix bug of wq out of bound access | Qiao Ma | 1 | -2/+5 |
2022-01-13 | Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2022-01-10 | hinic: Remove useless DMA-32 fallback configuration | Christophe JAILLET | 1 | -6/+2 |
2022-01-08 | Merge branch 'linus' into irq/core, to fix conflict | Ingo Molnar | 1 | -0/+1 |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
2021-12-10 | hinic: Use irq_set_affinity_and_hint() | Nitesh Narayan Lal | 1 | -2/+2 |
2021-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2021-12-09 | net: huawei: hinic: Use devm_kcalloc() instead of devm_kzalloc() | Gustavo A. R. Silva | 7 | -40/+31 |
2021-12-09 | net: hinic: Use devm_kcalloc() instead of devm_kzalloc() | Gustavo A. R. Silva | 1 | -9/+8 |
2021-12-03 | treewide: Add missing includes masked by cgroup -> bpf dependency | Jakub Kicinski | 1 | -0/+1 |
2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen | 1 | -2/+6 |
2021-11-15 | hinic: use ARRAY_SIZE instead of ARRAY_LEN | Guo Zhengkui | 1 | -17/+15 |
2021-10-24 | net: convert users of bitmap_foo() to linkmode_foo() | Sean Anderson | 1 | -6/+4 |
2021-10-18 | ethernet: use eth_hw_addr_set() in unmaintained drivers | Jakub Kicinski | 1 | -1/+3 |
2021-10-02 | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+1 |
2021-09-27 | net: hinic: Open device for the user access when it is ready | Leon Romanovsky | 1 | -5/+2 |
2021-09-22 | devlink: Make devlink_register to be void | Leon Romanovsky | 3 | -10/+4 |
2021-09-16 | net: hinic: Make use of the helper function dev_err_probe() | Cai Huoqing | 1 | -4/+2 |