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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
liquidio: switchdev support for LiquidIO NIC
Vijaya Mohan Guvva
2017-11-01
6
-1
/
+750
*
liquidio: get rid of false alarm "Unknown cmd 27" in dmesg
Felix Manlunas
2017-10-29
1
-0
/
+1
*
liquidio: fix kernel panic in VF driver
Felix Manlunas
2017-10-28
1
-3
/
+3
*
liquidio: xmit_more support
Intiyaz Basha
2017-10-27
9
-19
/
+55
*
liquidio: deprecate 1-bit flag indicating watchdog kernel thread is running
Felix Manlunas
2017-10-27
1
-10
/
+4
*
ethernet: cavium: octeon: Switch to using netdev_info().
Steven J. Hill
2017-10-26
1
-13
/
+11
*
liquidio: pass date and time info to NIC firmware
Veerasenareddy Burru
2017-10-24
4
-3
/
+166
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-1
/
+1
|
\
|
*
liquidio: fix timespec64_to_ns typo
Arnd Bergmann
2017-10-13
1
-1
/
+1
*
|
liquidio: mark expected switch fall-through in octeon_destroy_resources
Gustavo A. R. Silva
2017-10-19
1
-1
/
+1
*
|
liquidio: remove unnecessary NULL check before kfree in delete_glists
Gustavo A. R. Silva
2017-10-19
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-10
1
-0
/
+2
|
\
|
|
*
net: thunderx: mark expected switch fall-throughs in nicvf_main()
Gustavo A. R. Silva
2017-10-09
1
-0
/
+2
*
|
bpf: add meta pointer for direct access
Daniel Borkmann
2017-09-26
1
-0
/
+1
*
|
liquidio: update module parameter fw_type to reflect firmware type loaded
Rick Farrington
2017-09-26
1
-2
/
+4
*
|
liquidio: verify firmware version when auto-loaded from flash.
Rick Farrington
2017-09-26
1
-1
/
+17
*
|
liquidio: allow override of firmware present in flash
Rick Farrington
2017-09-26
4
-26
/
+64
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-09-06
17
-1431
/
+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
|
*
net: define the TSO header size in net/tso.h
Antoine Ténart
2017-08-24
1
-1
/
+0
|
*
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
[next]