summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: liquidio: replace deprecated strncpy with strscpy_padJustin Stitt2023-10-091-1/+1
* net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych2023-05-121-12/+6
* net: liquidio: Remove redundant pci_clear_masterCai Huoqing2023-03-241-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-2/+2
|\
| * net: liquidio: simplify if expressionLeon Romanovsky2022-11-181-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-8/+26
|\|
| * net: liquidio: release resources when liquidio driver open failedZhengchao Shao2022-11-141-8/+26
* | ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-111-4/+7
|/
* net: liquidio: Remove unused struct lio_trusted_vf_ctxYuan Can2022-09-291-5/+0
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-3/+0
* net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing2021-10-221-6/+5
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* 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
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-2/+3
* cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-021-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: liquidio: Add missing null pointer checksTom Seewald2021-05-131-8/+20
* Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman2021-05-131-5/+0
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-171/+180
* liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-6/+6
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-15/+14
* liquidio: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-26/+33
* liquidio: use generic power managementVaibhav Gupta2020-07-011-26/+5
* liquidio: remove set but not used variable 's'YueHaibing2020-03-191-5/+0
* net/liquidio: Delete driver version assignmentLeon Romanovsky2020-03-031-8/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-12/+11
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* net: liquidio: fix a NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* liquidio: using NULL instead of plain integerYueHaibing2019-02-181-1/+1
* liquidio: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-17/+5
* devlink: Add extack for eswitch operationsEli Britstein2018-10-031-1/+2
* net: cavium: fix return type of ndo_start_xmit functionYueHaibing2018-09-181-1/+1
* liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang2018-09-171-0/+8
* liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2018-09-111-1/+13
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-061-0/+63
* liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla2018-09-031-1/+8
* liquidio: remove obsolete functions and data structuresFelix Manlunas2018-08-291-112/+53
* liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas2018-08-291-24/+45
* liquidio: make soft command calls synchronousFelix Manlunas2018-08-291-30/+12
* liquidio: improve soft command handlingFelix Manlunas2018-08-291-3/+28
* liquidio: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-1/+4
|\
| * liquidio: make timeout HZ independent and readableNicholas Mc Guire2018-07-061-1/+4
* | liquidio: Using NULL instead of plain integerYueHaibing2018-07-181-2/+2
* | liquidio: correct error msg text when removing VLAN IDRick Farrington2018-07-161-1/+1