Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8be09029940227d30ae310bb3fe25bc8abbfe140
/
drivers
/
net
/
ethernet
/
cavium
/
liquidio
3b24b83
Merge tag 'kbuild-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
ccdd0b4
liquidio: prevent rx queues from getting stalled
by Raghu Vatsavayi
· 7 years ago
697fefc
liquidio: Prioritize control messages
by Intiyaz Basha
· 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
c5662c8
liquidio: Removed one line function stop_txq
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
f605005
net: liquidio: clean up Makefile for simpler composite object handling
by Masahiro Yamada
· 7 years ago
f2d254f
liquidio: Added support for trusted VF
by Intiyaz Basha
· 7 years ago
5eb297a
liquidio: Simplified napi poll
by Intiyaz Basha
· 7 years ago
5677629a
liquidio: Add support for liquidio 10GBase-T NIC
by Veerasenareddy Burru
· 7 years ago
87a7c4b
liquidio: fix ndo_change_mtu to always return correct status to the caller
by Veerasenareddy Burru
· 7 years ago
cecd8d8
liquidio: avoid doing useless work
by Prasad Kanneganti
· 7 years ago
fcbedd0
liquidio: Resolved mbox read issue while reading more than one 64bit data
by Intiyaz Basha
· 7 years ago
e574c0e
liquidio: Corrected Rx bytes counting
by Intiyaz Basha
· 7 years ago
72bca20
liquidio: Use zeroing memory allocator than allocator/memset
by Himanshu Jha
· 7 years ago
886afc1
liquidio: fix incorrect indentation of assignment statement
by Colin Ian King
· 7 years ago
7c225c6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
453f85d
mm: remove __GFP_COLD
by Mel Gorman
· 7 years ago
228aa01
liquidio: Missing error code in liquidio_init_nic_module()
by Dan Carpenter
· 7 years ago
9524846
liquidio: do not consider packets dropped by network stack as driver Rx dropped
by Intiyaz Basha
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
bf53458
liquidio: Fix an issue with multiple switchdev enable disables
by Vijaya Mohan Guvva
· 7 years ago
25c5f71
liquidio: bump up driver version to 1.7.0 to match newer NIC firmware
by Felix Manlunas
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
e20f469
liquidio: synchronize VF representor names with NIC firmware
by Vijaya Mohan Guvva
· 7 years ago
a666960
liquidio: remove redundant setting of inst_processed to zero
by Colin Ian King
· 7 years ago
d4be8eb
liquidio: Configure switchdev with devlink
by Vijaya Mohan Guvva
· 7 years ago
1f233f3
liquidio: switchdev support for LiquidIO NIC
by Vijaya Mohan Guvva
· 7 years ago
641da8e
liquidio: get rid of false alarm "Unknown cmd 27" in dmesg
by Felix Manlunas
· 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
392209f
liquidio: deprecate 1-bit flag indicating watchdog kernel thread is running
by Felix Manlunas
· 7 years ago
907aaa6
liquidio: pass date and time info to NIC firmware
by Veerasenareddy Burru
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 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
e7ad979
liquidio: fix timespec64_to_ns typo
by Arnd Bergmann
· 7 years ago
429cbf6
liquidio: update module parameter fw_type to reflect firmware type loaded
by Rick Farrington
· 7 years ago
b36e482
liquidio: verify firmware version when auto-loaded from flash.
by Rick Farrington
· 7 years ago
088b874
liquidio: allow override of firmware present in flash
by Rick Farrington
· 7 years ago
aae3dbb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
acfb98b
liquidio: fix crash in presence of zeroed-out base address regs
by Rick Farrington
· 7 years ago
b6eb9d5
liquidio: show NIC's U-Boot version in a dev_info() message
by Weilin Chang
· 7 years ago
966a967
smp: Avoid using two cache lines for struct call_single_data
by Ying Huang
· 7 years ago
b285477
liquidio: change manner of detecting whether or not NIC firmware is loaded
by Felix Manlunas
· 7 years ago
ee5b1fa
liquidio: make VF driver notify NIC firmware of MTU change
by Veerasenareddy Burru
· 7 years ago
ad530a1
liquidio: move macro definition to a proper place
by Veerasenareddy Burru
· 7 years ago
0c45d7f
liquidio: fix use of pf in pass-through mode in a virtual machine
by Rick Farrington
· 7 years ago
3de42f5
liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PF
by Rick Farrington
· 7 years ago
d289611
liquidio: fix Smatch error
by Intiyaz Basha
· 7 years ago
3c57f61
liquidio: with embedded f/w, issue droq credits before enablement
by Rick Farrington
· 7 years ago
7053535
liquidio: with embedded f/w, don't reload f/w, issue pf flr at exit
by Rick Farrington
· 7 years ago
93345c0
liquidio: fix spelling mistake: "interuupt" -> "interrupt"
by Colin Ian King
· 7 years ago
251564f
liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU
by Veerasenareddy Burru
· 7 years ago
a82457f
liquidio: added support for ethtool --set-channels feature
by Intiyaz Basha
· 7 years ago
14aec73
liquidio: moved octeon_setup_interrupt to lio_core.c
by Intiyaz Basha
· 7 years ago
5ef4ddb
liquidio: moved liquidio_legacy_intr_handler to lio_core.c
by Intiyaz Basha
· 7 years ago
1ff3926
liquidio: moved liquidio_msix_intr_handler to lio_core.c
by Intiyaz Basha
· 7 years ago
d396179
liquidio: fix issues with fw_type module parameter
by Derek Chickles
· 7 years ago
d18ca7d
liquidio: added support for ethtool --set-ring feature
by Intiyaz Basha
· 7 years ago
8974de1
liquidio: moved liquidio_setup_io_queues to lio_core.c
by Intiyaz Basha
· 7 years ago
d314ac2
liquidio: moved liquidio_napi_poll to lio_core.c
by Intiyaz Basha
· 7 years ago
d1d97ee
liquidio: moved liquidio_napi_drv_callback to lio_core.c
by Intiyaz Basha
· 7 years ago
21f0888
liquidio: moved liquidio_push_packet to lio_core.c
by Intiyaz Basha
· 7 years ago
69f9c60
liquidio: moved octeon_setup_droq to lio_core.c
by Intiyaz Basha
· 7 years ago
25d43f1
liquidio: moved update_txq_status to lio_core.c
by Intiyaz Basha
· 7 years ago
e65a8cc
liquidio: moved wait_for_pending_requests to octeon_network.h
by Intiyaz Basha
· 7 years ago
b5e7dc4
liquidio: fix duplicated code for different branches
by Gustavo A. R. Silva
· 7 years ago
da1542b
liquidio: update debug console logging mechanism
by Rick Farrington
· 7 years ago
aa69ff9
liquidio: moved ptp_enable to octeon_device structure
by Intiyaz Basha
· 7 years ago
35c7ad3
liquidio: removed check for queue size alignment
by Intiyaz Basha
· 7 years ago
c1550fd
liquidio: rx/tx queue cleanup
by Intiyaz Basha
· 7 years ago
42013e9
liquidio: napi cleanup
by Intiyaz Basha
· 7 years ago
ea6404c8
liquidio: fix misspelled firmware image filenames
by Derek Chickles
· 7 years ago
c99c287
liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtool
by Intiyaz Basha
· 7 years ago
2470f3a
liquidio: moved console_bitmask module param to lio_main.c
by Intiyaz Basha
· 7 years ago
9060e6b
liquidio: add missing strings in oct_dev_state_str array
by Intiyaz Basha
· 7 years ago
cf19a8c
liquidio: set sriov_totalvfs correctly
by Derek Chickles
· 7 years ago
a847135
liquidio: bump up driver version to match newer NIC firmware
by Felix Manlunas
· 7 years ago
19d5c35
liquidio: cleanup: removed cryptic and misleading macro
by Rick Farrington
· 7 years ago
ade0a79
liquidio: standardization: use min_t instead of custom macro
by Rick Farrington
· 7 years ago
ba3fb10
liquidio: fix implicit irq include causing build failures
by Paul Gortmaker
· 7 years ago
7a68ada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
eb2b987
liquidio: lio_main: remove unnecessary static in setup_io_queues()
by Gustavo A. R. Silva
· 7 years ago
93fe07e
liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()
by Gustavo A. R. Silva
· 7 years ago
2c4aac7
liquidio: lowmem: init allocated memory to 0
by Rick Farrington
· 7 years ago
689062a
liquidio: lowmem: do not dereference null ptr
by Rick Farrington
· 7 years ago
00587f2
liquidio: lowmem: init allocated memory to 0
by Rick Farrington
· 7 years ago
741912c
liquidio: support new firmware statistic fw_err_pki
by Rick Farrington
· 7 years ago
Next »