summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio
Commit message (Expand)AuthorAgeFilesLines
* net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing2021-10-221-6/+5
* ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-101-1/+0
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-052-2/+2
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-023-3/+3
* liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky2021-09-271-7/+12
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-7/+1
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-1/+1
|\
| * PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-1/+1
| * PCI: Remove reset_fn field from pci_devAmey Narkhede2021-08-171-1/+1
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* | cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-022-4/+4
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* | liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King2021-07-151-1/+1
|/
* net: liquidio: Add missing null pointer checksTom Seewald2021-05-132-15/+40
* Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman2021-05-131-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-1/+1
|\
| * cavium/liquidio: Fix duplicate argumentWan Jiabing2021-04-141-1/+1
* | liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King2021-04-071-1/+1
|/
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-072-4/+0
* liquidio: Use kzalloc for allocating only one thingZheng Yongjun2021-01-051-1/+1
* cavium/liquidio: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-01-051-2/+1
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-152-1/+1
|\
| * net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
| * liquidio: cn68xx: Remove duplicated includeYueHaibing2020-11-021-1/+0
* | smp: Cleanup smp_call_function*()Peter Zijlstra2020-11-241-7/+2
|/
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-257-303/+321
* drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2020-09-251-0/+1
* net: liquidio: Remove set but not used variableZheng Yongjun2020-09-191-5/+4
* liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai2020-09-182-0/+2
* liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-142-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-042-28/+26
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-28/+26
* | liquidio: Remove unneeded cast from memory allocationYueHaibing2020-09-011-6/+3
|/
* liquidio: Fix wrong return value in cn23xx_get_pf_num()Tianjia Zhang2020-08-031-1/+1
* liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()Wang Hai2020-07-301-7/+4
* liquidio_vf: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-26/+33
* liquidio: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-26/+33
* liquidio: use generic power managementVaibhav Gupta2020-07-011-26/+5
* liquidio: use list_empty_careful in lio_list_delete_headGeliang Tang2020-06-281-1/+1
* liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_sizeGustavo A. R. Silva2020-06-171-7/+3
* net: lio_core: remove redundant assignment to variable tx_doneColin Ian King2020-05-081-1/+0
* liquidio: remove unused inline functionsYueHaibing2020-04-251-12/+0
* liquidio: remove set but not used variable 's'YueHaibing2020-03-191-5/+0
* net: liquidio: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+11
* net/liquidio: Delete non-working LIQUIDIO_PACKAGE checkLeon Romanovsky2020-03-032-9/+2
* net/liquidio: Delete driver version assignmentLeon Romanovsky2020-03-034-18/+2
* liquidio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-8/+8
|\
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-8/+8