Sign in
android-kvm
/
linux
/
28a27cbd86076c1a6be311c751b421c4c17a7dd9
/
drivers
/
net
/
ethernet
/
cavium
/
liquidio
/
lio_vf_main.c
dbc97bf
net: liquidio: Add missing null pointer checks
by Tom Seewald
· 3 years, 10 months ago
30bfce1
net: remove ndo_udp_tunnel_* callbacks
by Jakub Kicinski
· 4 years, 2 months ago
d0ea5cb
drivers/net/ethernet: clean up mis-targeted comments
by Jesse Brandeburg
· 4 years, 5 months ago
df561f66
treewide: Use fallthrough pseudo-keyword
by Gustavo A. R. Silva
· 4 years, 7 months ago
6a8c1a7
liquidio_vf: convert to new udp_tunnel_nic infra
by Jakub Kicinski
· 4 years, 8 months ago
b6334be
net/liquidio: Delete driver version assignment
by Leon Romanovsky
· 5 years ago
0290bd2
netdev: pass the stuck queue to the timeout handler
by Michael S. Tsirkin
· 5 years ago
d784097
net: Use skb accessors in network drivers
by Matthew Wilcox (Oracle)
· 6 years ago
6b16f9e
net: move skb->xmit_more hint to softnet data
by Florian Westphal
· 6 years ago
ac1172d
net: cavium: fix return type of ndo_start_xmit function
by YueHaibing
· 6 years ago
fe2d22b
liquidio: Disabling tasklet when NAPI is active
by Intiyaz Basha
· 6 years ago
4887522
liquidio: Add spoof checking on a VF MAC address
by Weilin Chang
· 7 years ago
3587861
liquidio: Added delayed work for periodically updating the link statistics.
by Pradeep Nalla
· 7 years ago
64fecd3
liquidio: remove obsolete functions and data structures
by Felix Manlunas
· 7 years ago
edd572d
liquidio: change octnic_ctrl_pkt to do synchronous soft commands
by Felix Manlunas
· 7 years ago
c9aec05
liquidio: improve soft command handling
by Felix Manlunas
· 7 years ago
fcaccc8
liquidio: correct error msg text when removing VLAN ID
by Rick Farrington
· 7 years ago
18b338f
liquidio: support use of ethtool to set link speed of CN23XX-225 cards
by Weilin Chang
· 7 years ago
795d809
liquidio VF: indicate that disabling rx vlan offload is not allowed
by Raghu Vatsavayi
· 7 years ago
c33c997
liquidio: enhanced ethtool --set-channels feature
by Intiyaz Basha
· 7 years ago
128ea39
liquidio: Moved common function setup_glists to lio_core.c
by Intiyaz Basha
· 7 years ago
a72b2c8
liquidio: Moved common definition octnic_gather to octeon_network.h
by Intiyaz Basha
· 7 years ago
fd311f1
liquidio: Moved common function delete_glists to lio_core.c
by Intiyaz Basha
· 7 years ago
85a0cd8
liquidio: Moved common function list_delete_head to octeon_network.h
by Intiyaz Basha
· 7 years ago
592a4ce
liquidio: Moved common function if_cfg_callback to lio_core.c
by Intiyaz Basha
· 7 years ago
8000234
liquidio: add support for ndo_get_stats64 instead of ndo_get_stats
by Pradeep Nalla
· 7 years ago
ccdd0b4
liquidio: prevent rx queues from getting stalled
by Raghu Vatsavayi
· 7 years ago
4171ec0
liquidio: Removed duplicate Tx queue status check
by Intiyaz Basha
· 7 years ago
c9614a1
liquidio: Renamed txqs_start to start_txqs
by Intiyaz Basha
· 7 years ago
736b7ea
liquidio: Renamed txqs_stop to stop_txqs
by Intiyaz Basha
· 7 years ago
a96d8ad
liquidio: Renamed txqs_wake to wake_txqs
by Intiyaz Basha
· 7 years ago
fc756d0
liquidio: Function call skb_iq for deriving queue from skb
by Intiyaz Basha
· 7 years ago
dd69deb
liquidio: Removed one line function wake_q
by Intiyaz Basha
· 7 years ago
78a202f
liquidio: Removed one line function stop_q
by Intiyaz Basha
· 7 years ago
2a2faba
liquidio: Removed netif_is_multiqueue check
by Intiyaz Basha
· 7 years ago
a8c4a79
liquidio: Removed start_txq function
by Intiyaz Basha
· 7 years ago
5da052a
liquidio: Moved common function skb_iq to to octeon_network.h
by Intiyaz Basha
· 7 years ago
5f8baa7
liquidio: Moved common function txqs_start to octeon_network.h
by Intiyaz Basha
· 7 years ago
95fbba1
liquidio: Moved common function txqs_wake to octeon_network.h
by Intiyaz Basha
· 7 years ago
a28a47f
liquidio: Moved common function txqs_stop to octeon_network.h
by Intiyaz Basha
· 7 years ago
87a7c4b
liquidio: fix ndo_change_mtu to always return correct status to the caller
by Veerasenareddy Burru
· 7 years ago
aa28667
liquidio: fix kernel panic in VF driver
by Felix Manlunas
· 7 years ago
c859e21
liquidio: xmit_more support
by Intiyaz Basha
· 7 years ago
48acc9e
liquidio: mark expected switch fall-through in octeon_destroy_resources
by Gustavo A. R. Silva
· 7 years ago
b14bec8
liquidio: remove unnecessary NULL check before kfree in delete_glists
by Gustavo A. R. Silva
· 7 years ago
ee5b1fa
liquidio: make VF driver notify NIC firmware of MTU change
by Veerasenareddy Burru
· 8 years ago
251564f
liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU
by Veerasenareddy Burru
· 8 years ago
a82457f
liquidio: added support for ethtool --set-channels feature
by Intiyaz Basha
· 8 years ago
14aec73
liquidio: moved octeon_setup_interrupt to lio_core.c
by Intiyaz Basha
· 8 years ago
1ff3926
liquidio: moved liquidio_msix_intr_handler to lio_core.c
by Intiyaz Basha
· 8 years ago
d18ca7d
liquidio: added support for ethtool --set-ring feature
by Intiyaz Basha
· 8 years ago
8974de1
liquidio: moved liquidio_setup_io_queues to lio_core.c
by Intiyaz Basha
· 8 years ago
d314ac2
liquidio: moved liquidio_napi_poll to lio_core.c
by Intiyaz Basha
· 8 years ago
d1d97ee
liquidio: moved liquidio_napi_drv_callback to lio_core.c
by Intiyaz Basha
· 8 years ago
21f0888
liquidio: moved liquidio_push_packet to lio_core.c
by Intiyaz Basha
· 8 years ago
69f9c60
liquidio: moved octeon_setup_droq to lio_core.c
by Intiyaz Basha
· 8 years ago
25d43f1
liquidio: moved update_txq_status to lio_core.c
by Intiyaz Basha
· 8 years ago
e65a8cc
liquidio: moved wait_for_pending_requests to octeon_network.h
by Intiyaz Basha
· 8 years ago
42013e9
liquidio: napi cleanup
by Intiyaz Basha
· 8 years ago
93fe07e
liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()
by Gustavo A. R. Silva
· 8 years ago
c4ee5d8
liquidio: replace info-pointer mode with buffer-pointer-only mode
by Prasad Kanneganti
· 8 years ago
7fa1365
liquidio: disallow enabling firmware debug from a VF
by Derek Chickles
· 8 years ago
4c1588a
liquidio: VF interrupt initialization cleanup
by Rick Farrington
· 8 years ago
e341257
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
by Miroslav Lichvar
· 8 years ago
9ad0980
liquidio: use pcie_flr instead of duplicating it
by Christoph Hellwig
· 8 years ago
0c26458
liquidio: fix VF incorrectly indicating that it successfully set its VLAN
by Felix Manlunas
· 8 years ago
282ccf6
drivers: add explicit interrupt.h includes
by Florian Westphal
· 8 years ago
50c0add
liquidio: refactor interrupt moderation code
by Prasad Kanneganti
· 8 years ago
6069f3f
liquidio: fix tx completions in napi poll
by VSR Burru
· 8 years ago
031d4f1
liquidio: allocate RX buffers in OOM conditions in PF and VF
by Satanand Burla
· 8 years ago
58ad319
liquidio: fix Coverity scan errors
by Felix Manlunas
· 8 years ago
1f697ab
liquidio: remove duplicate code
by Satanand Burla
· 8 years ago
0c88a76
liquidio: use meaningful names for IRQs
by Rick Farrington
· 8 years ago
67e303e
liquidio: improve UDP TX performance
by VSR Burru
· 8 years ago
e3bfc6e
net: liquidio: fix build errors when linux/phy*.h is removed from net/dsa.h
by Russell King
· 8 years ago
76e0e70
liquidio: do not dereference pointer if it's NULL
by Felix Manlunas
· 8 years ago
cdb478e
liquidio: fix for iq and droq cnts going negative
by Satanand Burla
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
80c8eae
liquidio: Avoid accessing skb after submitting to input queue
by Satanand Burla
· 8 years ago
4a7c972
net: Remove usage of net_device last_rx member
by Tobias Klauser
· 8 years ago
7410191
liquidio: use fallback for selecting txq
by Satanand Burla
· 8 years ago
de28c99
liquidio: store the L4 hash of rx packets in skb
by Prasad Kanneganti
· 8 years ago
6088986
liquidio: simplify octeon_flush_iq()
by Derek Chickles
· 8 years ago
b0d6636
liquidio VF error handling
by Raghu Vatsavayi
· 8 years ago
f625fe6
liquidio VF timestamp
by Raghu Vatsavayi
· 8 years ago
d8ab848
liquidio VF ethtool stats
by Raghu Vatsavayi
· 8 years ago
c05ebcc8
liquidio VF vxlan
by Raghu Vatsavayi
· 8 years ago
2135f9b
liquidio VF vlan support
by Raghu Vatsavayi
· 8 years ago
9217c3c
liquidio VF rx data and ctl path
by Raghu Vatsavayi
· 8 years ago
9bdca5c
liquidio CN23XX: VF TX buffers
by Raghu Vatsavayi
· 8 years ago
9981328
liquidio CN23XX: VF xmit
by Raghu Vatsavayi
· 8 years ago
beea50a
liquidio CN23XX: VF scatter gather lists
by Raghu Vatsavayi
· 8 years ago
50f7f94
liquidio CN23XX: VF mac address
by Raghu Vatsavayi
· 8 years ago
3cd25e4
liquidio CN23XX: VF link status
by Raghu Vatsavayi
· 8 years ago
846b468
liquidio CN23XX: VF offload features
by Raghu Vatsavayi
· 8 years ago
b3c3597
liquidio CN23XX: VF init and destroy
by Raghu Vatsavayi
· 8 years ago
cf39faf
liquidio CN23XX: VF interrupt
by Raghu Vatsavayi
· 8 years ago
f7cdd64
liquidio CN23XX: VF mailbox
by Raghu Vatsavayi
· 8 years ago
9003baf
liquidio CN23XX: init VF softcommand queues
by Raghu Vatsavayi
· 8 years ago
da15c78
liquidio CN23XX: VF register access
by Raghu Vatsavayi
· 8 years ago
Next »