index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
/
liquidio
/
lio_core.c
Age
Commit message (
Expand
)
Author
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-01-24
net: fill in MODULE_DESCRIPTION()s for liquidio
Breno Leitao
2023-06-07
net: liquidio: fix mixed module-builtin object
Masahiro Yamada
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2021-10-10
ethernet: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-01-05
liquidio: Use kzalloc for allocating only one thing
Zheng Yongjun
2020-11-24
smp: Cleanup smp_call_function*()
Peter Zijlstra
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-05-08
net: lio_core: remove redundant assignment to variable tx_done
Colin Ian King
2019-06-18
net: lio_core: fix potential sign-extension overflow on large shift
Colin Ian King
2019-03-11
net: lio_core: fix two NULL pointer dereferences
Kangjie Lu
2019-01-28
liquidio: fix the validation of rx checksum status from NIC hardware
Veerasenareddy Burru
2018-10-04
liquidio: fix a couple of spelling mistakes
Colin Ian King
2018-09-17
liquidio: Add the features to show FEC settings and set FEC settings
Weilin Chang
2018-09-11
liquidio: Per queue oom work queue
Intiyaz Basha
2018-09-07
liquidio: lio_fetch_vf_stats() can be static
kbuild test robot
2018-09-06
liquidio: Add spoof checking on a VF MAC address
Weilin Chang
2018-09-03
liquidio: Added delayed work for periodically updating the link statistics.
Pradeep Nalla
2018-08-29
liquidio: remove obsolete functions and data structures
Felix Manlunas
2018-08-29
liquidio: change octnic_ctrl_pkt to do synchronous soft commands
Felix Manlunas
2018-08-29
liquidio: make soft command calls synchronous
Felix Manlunas
2018-05-07
liquidio: support use of ethtool to set link speed of CN23XX-225 cards
Weilin Chang
2018-04-30
liquidio: enhanced ethtool --set-channels feature
Intiyaz Basha
2018-04-30
liquidio: Moved common function setup_glists to lio_core.c
Intiyaz Basha
2018-04-30
liquidio: Moved common function delete_glists to lio_core.c
Intiyaz Basha
2018-04-30
liquidio: Moved common function if_cfg_callback to lio_core.c
Intiyaz Basha
2018-04-27
liquidio: add support for ndo_get_stats64 instead of ndo_get_stats
Pradeep Nalla
2018-04-27
liquidio: move a couple of functions to lio_core.c
Pradeep Nalla
2018-03-30
liquidio: prevent rx queues from getting stalled
Raghu Vatsavayi
2018-03-25
liquidio: Removed netif_is_multiqueue check
Intiyaz Basha
2018-03-16
liquidio: Simplified napi poll
Intiyaz Basha
2018-03-12
liquidio: fix ndo_change_mtu to always return correct status to the caller
Veerasenareddy Burru
2018-03-05
liquidio: Corrected Rx bytes counting
Intiyaz Basha
2017-11-05
liquidio: do not consider packets dropped by network stack as driver Rx dropped
Intiyaz Basha
2017-10-29
liquidio: get rid of false alarm "Unknown cmd 27" in dmesg
Felix Manlunas
2017-10-28
liquidio: xmit_more support
Intiyaz Basha
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-08-18
liquidio: fix Smatch error
Intiyaz Basha
2017-08-16
liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU
Veerasenareddy Burru
2017-08-15
liquidio: added support for ethtool --set-channels feature
Intiyaz Basha
2017-08-15
liquidio: moved octeon_setup_interrupt to lio_core.c
Intiyaz Basha
2017-08-15
liquidio: moved liquidio_legacy_intr_handler to lio_core.c
Intiyaz Basha
2017-08-15
liquidio: moved liquidio_msix_intr_handler to lio_core.c
Intiyaz Basha
2017-08-14
liquidio: moved liquidio_setup_io_queues to lio_core.c
Intiyaz Basha
[next]