index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
/
liquidio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
liquidio: fix timespec64_to_ns typo
Arnd Bergmann
2017-10-13
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-09-06
16
-1430
/
+1576
|
\
|
*
liquidio: fix crash in presence of zeroed-out base address regs
Rick Farrington
2017-08-31
1
-0
/
+20
|
*
liquidio: show NIC's U-Boot version in a dev_info() message
Weilin Chang
2017-08-30
1
-0
/
+78
|
*
liquidio: change manner of detecting whether or not NIC firmware is loaded
Felix Manlunas
2017-08-24
3
-9
/
+15
|
*
liquidio: make VF driver notify NIC firmware of MTU change
Veerasenareddy Burru
2017-08-22
1
-5
/
+22
|
*
liquidio: move macro definition to a proper place
Veerasenareddy Burru
2017-08-22
2
-2
/
+2
|
*
liquidio: fix use of pf in pass-through mode in a virtual machine
Rick Farrington
2017-08-21
2
-5
/
+44
|
*
liquidio: remove support for deprecated f/w cmd OCTNET_CMD_RESET_PF
Rick Farrington
2017-08-19
2
-10
/
+0
|
*
liquidio: fix Smatch error
Intiyaz Basha
2017-08-19
1
-2
/
+2
|
*
liquidio: with embedded f/w, issue droq credits before enablement
Rick Farrington
2017-08-18
1
-8
/
+12
|
*
liquidio: with embedded f/w, don't reload f/w, issue pf flr at exit
Rick Farrington
2017-08-18
1
-24
/
+46
|
*
liquidio: fix spelling mistake: "interuupt" -> "interrupt"
Colin Ian King
2017-08-17
1
-1
/
+1
|
*
liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU
Veerasenareddy Burru
2017-08-16
2
-6
/
+6
|
*
liquidio: added support for ethtool --set-channels feature
Intiyaz Basha
2017-08-16
6
-50
/
+226
|
*
liquidio: moved octeon_setup_interrupt to lio_core.c
Intiyaz Basha
2017-08-16
4
-263
/
+202
|
*
liquidio: moved liquidio_legacy_intr_handler to lio_core.c
Intiyaz Basha
2017-08-16
3
-56
/
+57
|
*
liquidio: moved liquidio_msix_intr_handler to lio_core.c
Intiyaz Basha
2017-08-16
5
-88
/
+50
|
*
liquidio: fix issues with fw_type module parameter
Derek Chickles
2017-08-15
1
-3
/
+3
|
*
liquidio: added support for ethtool --set-ring feature
Intiyaz Basha
2017-08-15
6
-11
/
+160
|
*
liquidio: moved liquidio_setup_io_queues to lio_core.c
Intiyaz Basha
2017-08-15
4
-216
/
+118
|
*
liquidio: moved liquidio_napi_poll to lio_core.c
Intiyaz Basha
2017-08-15
4
-108
/
+61
|
*
liquidio: moved liquidio_napi_drv_callback to lio_core.c
Intiyaz Basha
2017-08-15
4
-50
/
+41
|
*
liquidio: moved liquidio_push_packet to lio_core.c
Intiyaz Basha
2017-08-15
4
-275
/
+156
|
*
liquidio: moved octeon_setup_droq to lio_core.c
Intiyaz Basha
2017-08-15
4
-72
/
+37
|
*
liquidio: moved update_txq_status to lio_core.c
Intiyaz Basha
2017-08-15
4
-59
/
+36
|
*
liquidio: moved wait_for_pending_requests to octeon_network.h
Intiyaz Basha
2017-08-15
5
-55
/
+29
|
*
liquidio: fix duplicated code for different branches
Gustavo A. R. Silva
2017-08-14
1
-8
/
+3
|
*
liquidio: update debug console logging mechanism
Rick Farrington
2017-08-14
3
-25
/
+90
|
*
liquidio: moved ptp_enable to octeon_device structure
Intiyaz Basha
2017-08-12
2
-9
/
+11
|
*
liquidio: removed check for queue size alignment
Intiyaz Basha
2017-08-11
1
-7
/
+0
|
*
liquidio: rx/tx queue cleanup
Intiyaz Basha
2017-08-11
2
-0
/
+8
|
*
liquidio: napi cleanup
Intiyaz Basha
2017-08-10
2
-0
/
+29
|
*
liquidio: fix misspelled firmware image filenames
Derek Chickles
2017-08-09
1
-4
/
+8
|
*
liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtool
Intiyaz Basha
2017-08-09
1
-21
/
+9
|
*
liquidio: moved console_bitmask module param to lio_main.c
Intiyaz Basha
2017-08-07
3
-14
/
+17
|
*
liquidio: add missing strings in oct_dev_state_str array
Intiyaz Basha
2017-08-07
1
-2
/
+3
|
*
liquidio: set sriov_totalvfs correctly
Derek Chickles
2017-08-03
1
-0
/
+5
|
*
liquidio: bump up driver version to match newer NIC firmware
Felix Manlunas
2017-07-30
1
-2
/
+3
|
*
liquidio: cleanup: removed cryptic and misleading macro
Rick Farrington
2017-07-28
1
-3
/
+1
|
*
liquidio: standardization: use min_t instead of custom macro
Rick Farrington
2017-07-28
1
-2
/
+1
|
*
liquidio: fix implicit irq include causing build failures
Paul Gortmaker
2017-07-25
1
-0
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1
-1
/
+1
|
|
\
|
*
|
liquidio: lio_main: remove unnecessary static in setup_io_queues()
Gustavo A. R. Silva
2017-07-20
1
-2
/
+2
|
*
|
liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()
Gustavo A. R. Silva
2017-07-20
1
-2
/
+2
|
*
|
liquidio: lowmem: init allocated memory to 0
Rick Farrington
2017-07-19
1
-4
/
+4
|
*
|
liquidio: lowmem: do not dereference null ptr
Rick Farrington
2017-07-19
1
-0
/
+2
|
*
|
liquidio: lowmem: init allocated memory to 0
Rick Farrington
2017-07-19
1
-2
/
+2
|
*
|
liquidio: support new firmware statistic fw_err_pki
Rick Farrington
2017-07-19
2
-0
/
+5
[next]