aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede1-1/+1
2021-08-17PCI: 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-14cavium/liquidio: Fix duplicate argumentWan Jiabing1-1/+1
2021-04-07liquidio: 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-05liquidio: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2021-01-05cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-2/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-1/+1
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-7/+2
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-02liquidio: cn68xx: Remove duplicated includeYueHaibing1-1/+0
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg7-303/+321
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg1-0/+1
2020-09-19net: liquidio: Remove set but not used variableZheng Yongjun1-5/+4
2020-09-18liquidio: 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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-28/+26
2020-09-01liquidio: Remove unneeded cast from memory allocationYueHaibing1-6/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-28/+26
2020-08-03liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang1-1/+1
2020-07-30liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()Wang Hai1-7/+4
2020-07-14liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski1-26/+33
2020-07-14liquidio: convert to new udp_tunnel_nic infraJakub Kicinski1-26/+33
2020-07-01liquidio: use generic power managementVaibhav Gupta1-26/+5
2020-06-28liquidio: use list_empty_careful in lio_list_delete_headGeliang Tang1-1/+1
2020-06-17liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva1-7/+3
2020-05-08net: lio_core: remove redundant assignment to variable tx_doneColin Ian King1-1/+0
2020-04-25liquidio: remove unused inline functionsYueHaibing1-12/+0
2020-03-19liquidio: remove set but not used variable 's'YueHaibing1-5/+0
2020-03-10net: liquidio: reject unsupported coalescing paramsJakub Kicinski1-0/+11
2020-03-03net/liquidio: Delete non-working LIQUIDIO_PACKAGE checkLeon Romanovsky2-9/+2
2020-03-03net/liquidio: Delete driver version assignmentLeon Romanovsky4-18/+2
2020-03-03liquidio: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+8
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin3-4/+4
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-8/+8
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3