aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-09net: liquidio: replace deprecated strncpy with strscpy_padJustin Stitt1-1/+1
2023-05-12net: liquidio: lio_main: Remove unnecessary (void*) conversionswuych1-12/+6
2023-03-24net: liquidio: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2022-11-29Merge 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-17Merge 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-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-10-22net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing1-6/+5
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
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-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+3
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-05-13net: liquidio: Add missing null pointer checksTom Seewald1-8/+20
2021-05-13Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-171/+180
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-15/+14
2020-07-14liquidio: convert to new udp_tunnel_nic infraJakub Kicinski1-26/+33
2020-07-01liquidio: use generic power managementVaibhav Gupta1-26/+5
2020-03-19liquidio: remove set but not used variable 's'YueHaibing1-5/+0
2020-03-03net/liquidio: Delete driver version assignmentLeon Romanovsky1-8/+0
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-12/+11
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-11net: liquidio: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-18liquidio: using NULL instead of plain integerYueHaibing1-1/+1
2019-02-06liquidio: Implement ndo_get_port_parent_id()Florian Fainelli1-17/+5
2018-10-03devlink: Add extack for eswitch operationsEli Britstein1-1/+2
2018-09-18net: cavium: fix return type of ndo_start_xmit functionYueHaibing1-1/+1
2018-09-17liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang1-0/+8
2018-09-11liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha1-1/+13
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang1-0/+63
2018-09-03liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla1-1/+8
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas1-112/+53
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas1-24/+45
2018-08-29liquidio: make soft command calls synchronousFelix Manlunas1-30/+12
2018-08-29liquidio: improve soft command handlingFelix Manlunas1-3/+28
2018-08-07liquidio: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+4
2018-07-18liquidio: Using NULL instead of plain integerYueHaibing1-2/+2
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington1-1/+1
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann1-1/+1