summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
AgeCommit message (Expand)Author
2023-03-24net: liquidio: Remove redundant pci_clear_masterCai Huoqing
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-18net: liquidio: simplify if expressionLeon Romanovsky
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-14net: liquidio: release resources when liquidio driver open failedZhengchao Shao
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller
2022-09-29net: liquidio: Remove unused struct lio_trusted_vf_ctxYuan Can
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-10-22net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-27liquidio: Overcome missing device lock protection in init/remove flowsLeon Romanovsky
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-08-09devlink: Set device as early as possibleLeon Romanovsky
2021-08-02cavium: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-05-13net: liquidio: Add missing null pointer checksTom Seewald
2021-05-13Revert "net: liquidio: fix a NULL pointer dereference"Greg Kroah-Hartman
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-14liquidio: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14liquidio: convert to new udp_tunnel_nic infraJakub Kicinski
2020-07-01liquidio: use generic power managementVaibhav Gupta
2020-03-19liquidio: remove set but not used variable 's'YueHaibing
2020-03-03net/liquidio: Delete driver version assignmentLeon Romanovsky
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-11net: liquidio: fix a NULL pointer dereferenceKangjie Lu
2019-02-18liquidio: using NULL instead of plain integerYueHaibing
2019-02-06liquidio: Implement ndo_get_port_parent_id()Florian Fainelli
2018-10-03devlink: Add extack for eswitch operationsEli Britstein
2018-09-18net: cavium: fix return type of ndo_start_xmit functionYueHaibing
2018-09-17liquidio: Add the features to show FEC settings and set FEC settingsWeilin Chang
2018-09-11liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang
2018-09-03liquidio: Added delayed work for periodically updating the link statistics.Pradeep Nalla
2018-08-29liquidio: remove obsolete functions and data structuresFelix Manlunas
2018-08-29liquidio: change octnic_ctrl_pkt to do synchronous soft commandsFelix Manlunas
2018-08-29liquidio: make soft command calls synchronousFelix Manlunas
2018-08-29liquidio: improve soft command handlingFelix Manlunas
2018-08-07liquidio: mark expected switch fall-throughGustavo A. R. Silva
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18liquidio: Using NULL instead of plain integerYueHaibing
2018-07-16liquidio: correct error msg text when removing VLAN IDRick Farrington
2018-07-12liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington
2018-07-06liquidio: make timeout HZ independent and readableNicholas Mc Guire