index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
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
2018-03-25
liquidio: Moved common function txqs_stop to octeon_network.h
Intiyaz Basha
1
-16
/
+0
2018-03-12
liquidio: fix ndo_change_mtu to always return correct status to the caller
Veerasenareddy Burru
1
-56
/
+11
2017-10-28
liquidio: fix kernel panic in VF driver
Felix Manlunas
1
-3
/
+3
2017-10-27
liquidio: xmit_more support
Intiyaz Basha
1
-5
/
+12
2017-10-19
liquidio: mark expected switch fall-through in octeon_destroy_resources
Gustavo A. R. Silva
1
-1
/
+1
2017-10-19
liquidio: remove unnecessary NULL check before kfree in delete_glists
Gustavo A. R. Silva
1
-2
/
+1
2017-08-22
liquidio: make VF driver notify NIC firmware of MTU change
Veerasenareddy Burru
1
-5
/
+22
2017-08-16
liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU
Veerasenareddy Burru
1
-3
/
+6
2017-08-16
liquidio: added support for ethtool --set-channels feature
Intiyaz Basha
1
-11
/
+17
2017-08-16
liquidio: moved octeon_setup_interrupt to lio_core.c
Intiyaz Basha
1
-98
/
+0
2017-08-16
liquidio: moved liquidio_msix_intr_handler to lio_core.c
Intiyaz Basha
1
-45
/
+0
2017-08-15
liquidio: added support for ethtool --set-ring feature
Intiyaz Basha
1
-1
/
+5
2017-08-15
liquidio: moved liquidio_setup_io_queues to lio_core.c
Intiyaz Basha
1
-92
/
+1
2017-08-15
liquidio: moved liquidio_napi_poll to lio_core.c
Intiyaz Basha
1
-54
/
+0
2017-08-15
liquidio: moved liquidio_napi_drv_callback to lio_core.c
Intiyaz Basha
1
-12
/
+1
2017-08-15
liquidio: moved liquidio_push_packet to lio_core.c
Intiyaz Basha
1
-128
/
+0
2017-08-15
liquidio: moved octeon_setup_droq to lio_core.c
Intiyaz Basha
1
-35
/
+0
2017-08-15
liquidio: moved update_txq_status to lio_core.c
Intiyaz Basha
1
-25
/
+1
2017-08-15
liquidio: moved wait_for_pending_requests to octeon_network.h
Intiyaz Basha
1
-27
/
+1
2017-08-10
liquidio: napi cleanup
Intiyaz Basha
1
-0
/
+14
[next]