summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio
AgeCommit message (Expand)AuthorFilesLines
2023-06-07net: liquidio: fix mixed module-builtin objectMasahiro Yamada13-3/+84
2023-05-30liquidio: Use vzalloc()Christophe JAILLET2-6/+2
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych1-12/+6
2023-05-10net: liquidio: lio_vf_main: Remove unnecessary (void*) conversionswuych1-10/+5
2023-03-24net: liquidio: Remove redundant pci_clear_masterCai Huoqing2-2/+0
2023-03-23liquidio: remove unused IQ_INSTR_MODE_64B functionTom Rix1-9/+0
2022-12-12liquidio: use strscpy() to instead of strncpy()Xu Panda1-4/+3
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-11-18net: liquidio: simplify if expressionLeon Romanovsky1-2/+2
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+26
2022-11-14net: liquidio: release resources when liquidio driver open failedZhengchao Shao1-8/+26
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-4/+7
2022-09-29net: liquidio: Remove unused struct lio_trusted_vf_ctxYuan Can1-5/+0
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-21liquidio: CN23XX: delete repeated words, add missing words and fix typo in co...Ruffalo Lavoisier2-4/+4
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski2-2/+2
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2-6/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-3/+8
2021-10-22net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing1-6/+5
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2-2/+2
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski3-3/+3
2021-09-27liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky1-7/+12
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-7/+1
2021-09-08Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-19PCI: Change the type of probe argument in reset functionsAmey Narkhede1-1/+1
2021-08-18PCI: Remove reset_fn field from pci_devAmey Narkhede1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-4/+4
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-07-15liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King1-1/+1
2021-05-13net: liquidio: Add missing null pointer checksTom Seewald2-15/+40
2021-05-13Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-04-15cavium/liquidio: Fix duplicate argumentWan Jiabing1-1/+1
2021-04-08liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King1-1/+1
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2-4/+0
2021-01-06liquidio: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-06cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-7/+2
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-03liquidio: cn68xx: Remove duplicated includeYueHaibing1-1/+0
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg7-303/+321
2020-09-26drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-20net: liquidio: Remove set but not used variableZheng Yongjun1-5/+4
2020-09-19liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai2-0/+2
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2-6/+7
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-28/+26