index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
/
liquidio
/
lio_vf_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-10
net: liquidio: lio_vf_main: Remove unnecessary (void*) conversions
wuych
1
-10
/
+5
2023-03-24
net: liquidio: Remove redundant pci_clear_master
Cai Huoqing
1
-1
/
+0
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
1
-1
/
+1
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-3
/
+0
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-09-08
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-08-19
PCI: Change the type of probe argument in reset functions
Amey Narkhede
1
-1
/
+1
2021-08-18
PCI: Remove reset_fn field from pci_dev
Amey Narkhede
1
-1
/
+1
2021-08-02
cavium: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-2
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-05-13
net: liquidio: Add missing null pointer checks
Tom Seewald
1
-7
/
+20
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-09-26
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
1
-78
/
+80
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-13
/
+12
2020-07-15
liquidio_vf: convert to new udp_tunnel_nic infra
Jakub Kicinski
1
-26
/
+33
2020-03-04
net/liquidio: Delete driver version assignment
Leon Romanovsky
1
-3
/
+2
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-12
/
+11
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2018-09-19
net: cavium: fix return type of ndo_start_xmit function
YueHaibing
1
-1
/
+1
2018-09-12
liquidio: Disabling tasklet when NAPI is active
Intiyaz Basha
1
-0
/
+16
2018-09-07
liquidio: Add spoof checking on a VF MAC address
Weilin Chang
1
-0
/
+8
2018-09-04
liquidio: Added delayed work for periodically updating the link statistics.
Pradeep Nalla
1
-1
/
+7
2018-08-30
liquidio: remove obsolete functions and data structures
Felix Manlunas
1
-82
/
+40
2018-08-30
liquidio: change octnic_ctrl_pkt to do synchronous soft commands
Felix Manlunas
1
-25
/
+13
2018-08-30
liquidio: improve soft command handling
Felix Manlunas
1
-4
/
+30
2018-07-17
liquidio: correct error msg text when removing VLAN ID
Rick Farrington
1
-1
/
+1
2018-05-08
liquidio: support use of ethtool to set link speed of CN23XX-225 cards
Weilin Chang
1
-0
/
+5
2018-05-02
liquidio VF: indicate that disabling rx vlan offload is not allowed
Raghu Vatsavayi
1
-0
/
+1
2018-04-30
liquidio: enhanced ethtool --set-channels feature
Intiyaz Basha
1
-4
/
+4
2018-04-30
liquidio: Moved common function setup_glists to lio_core.c
Intiyaz Basha
1
-79
/
+1
2018-04-30
liquidio: Moved common definition octnic_gather to octeon_network.h
Intiyaz Basha
1
-18
/
+0
2018-04-30
liquidio: Moved common function delete_glists to lio_core.c
Intiyaz Basha
1
-45
/
+4
2018-04-30
liquidio: Moved common function list_delete_head to octeon_network.h
Intiyaz Basha
1
-22
/
+3
2018-04-30
liquidio: Moved common function if_cfg_callback to lio_core.c
Intiyaz Basha
1
-33
/
+1
2018-04-27
liquidio: add support for ndo_get_stats64 instead of ndo_get_stats
Pradeep Nalla
1
-16
/
+31
2018-03-30
liquidio: prevent rx queues from getting stalled
Raghu Vatsavayi
1
-9
/
+14
2018-03-27
liquidio: Removed duplicate Tx queue status check
Intiyaz Basha
1
-29
/
+0
2018-03-25
liquidio: Renamed txqs_start to start_txqs
Intiyaz Basha
1
-1
/
+1
2018-03-25
liquidio: Renamed txqs_stop to stop_txqs
Intiyaz Basha
1
-2
/
+2
2018-03-25
liquidio: Renamed txqs_wake to wake_txqs
Intiyaz Basha
1
-2
/
+2
2018-03-25
liquidio: Function call skb_iq for deriving queue from skb
Intiyaz Basha
1
-2
/
+1
2018-03-25
liquidio: Removed one line function wake_q
Intiyaz Basha
1
-11
/
+1
2018-03-25
liquidio: Removed one line function stop_q
Intiyaz Basha
1
-11
/
+1
2018-03-25
liquidio: Removed netif_is_multiqueue check
Intiyaz Basha
1
-40
/
+15
2018-03-25
liquidio: Removed start_txq function
Intiyaz Basha
1
-15
/
+1
2018-03-25
liquidio: Moved common function skb_iq to to octeon_network.h
Intiyaz Basha
1
-10
/
+0
2018-03-25
liquidio: Moved common function txqs_start to octeon_network.h
Intiyaz Basha
1
-16
/
+0
2018-03-25
liquidio: Moved common function txqs_wake to octeon_network.h
Intiyaz Basha
1
-27
/
+0
[next]