index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
liquidio: remove set but not used variable 'is25G'
YueHaibing
1
-6
/
+2
2018-08-10
liquidio: copperhead LED identification
Raghu Vatsavayi
2
-5
/
+23
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-08-07
net: thunderx: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-07
liquidio: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-07
liquidio: avoided acquiring post_lock for data only queues
Intiyaz Basha
2
-3
/
+29
2018-08-07
net: thunderx: check for failed allocation lmac->dmacs
Colin Ian King
1
-0
/
+2
2018-07-30
liquidio: remove redundant function cn23xx_dump_iq_regs
YueHaibing
1
-44
/
+0
2018-07-29
liquidio: remove redundant function cn23xx_dump_vf_iq_regs
YueHaibing
1
-30
/
+0
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
3
-9
/
+19
2018-07-18
net: cavium: Add fine-granular dependencies on PCI
Alexander Sverdlin
1
-6
/
+6
2018-07-18
net: cavium: add missing PCI dependencies
Arnd Bergmann
1
-4
/
+6
2018-07-18
liquidio: Using NULL instead of plain integer
YueHaibing
2
-3
/
+3
2018-07-18
octeon_mgmt: Fix MIX registers configuration on MTU setup
Alexander Sverdlin
1
-3
/
+11
2018-07-16
liquidio: correct error msg text when removing VLAN ID
Rick Farrington
2
-2
/
+2
2018-07-16
liquidio: fix hang when re-binding VF host drv after running DPDK VF driver
Rick Farrington
2
-0
/
+6
2018-07-16
net: cavium: Drop dependency of NET_VENDOR_CAVIUM on PCI
Alexander Sverdlin
1
-1
/
+0
2018-07-16
liquidio: Use %pad printk format for dma_addr_t values
Helge Deller
1
-2
/
+2
2018-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+0
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
1
-1
/
+0
2018-07-12
liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()
Arnd Bergmann
2
-2
/
+2
2018-07-07
liquidio: fix kernel panic when NIC firmware is older than 1.7.2
Rick Farrington
2
-2
/
+33
2018-07-06
liquidio: make timeout HZ independent and readable
Nicholas Mc Guire
1
-1
/
+4
2018-06-23
net: drivers/net: Convert random_ether_addr to eth_random_addr
Joe Perches
1
-3
/
+2
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-14
/
+38
2018-06-12
treewide: Use array_size() in vzalloc_node()
Kees Cook
1
-3
/
+2
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-2
/
+2
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-2
/
+3
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-06-12
net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_mode
Vadim Lomovtsev
2
-14
/
+38
2018-05-30
drivers/net: Fix various unnecessary characters after logging newlines
Joe Perches
1
-1
/
+1
2018-05-10
liquidio: bump up driver version to 1.7.2 to match newer NIC firmware
Felix Manlunas
1
-1
/
+1
2018-05-10
liquidio: monitor all of Octeon's cores in watchdog thread
Felix Manlunas
1
-1
/
+1
2018-05-07
liquidio: support use of ethtool to set link speed of CN23XX-225 cards
Weilin Chang
7
-24
/
+425
2018-05-02
liquidio VF: indicate that disabling rx vlan offload is not allowed
Raghu Vatsavayi
1
-0
/
+1
2018-04-30
liquidio: fix spelling mistake: "mac_tx_multi_collison" -> "mac_tx_multi_coll...
Colin Ian King
1
-1
/
+1
2018-04-30
liquidio: enhanced ethtool --set-channels feature
Intiyaz Basha
10
-58
/
+316
2018-04-30
liquidio: Moved common function setup_glists to lio_core.c
Intiyaz Basha
4
-163
/
+87
2018-04-30
liquidio: Moved common definition octnic_gather to octeon_network.h
Intiyaz Basha
3
-39
/
+21
2018-04-30
liquidio: Moved common function delete_glists to lio_core.c
Intiyaz Basha
4
-91
/
+51
2018-04-30
liquidio: Moved common function list_delete_head to octeon_network.h
Intiyaz Basha
3
-43
/
+24
2018-04-30
liquidio: Moved common function if_cfg_callback to lio_core.c
Intiyaz Basha
4
-67
/
+38
2018-04-27
liquidio: add support for ndo_get_stats64 instead of ndo_get_stats
Pradeep Nalla
5
-71
/
+135
2018-04-27
liquidio: move a couple of functions to lio_core.c
Pradeep Nalla
3
-157
/
+154
2018-04-24
liquidio: Swap VF representor Tx and Rx statistics
Srinivas Jampala
1
-7
/
+8
2018-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2018-04-20
liquidio: Added ndo_get_vf_stats support
Intiyaz Basha
5
-0
/
+151
2018-04-18
bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+1
2018-04-17
liquidio: Enhanced ethtool stats
Intiyaz Basha
4
-49
/
+86
2018-04-09
net: thunderx: rework mac addresses list to u64 array
Vadim Lomovtsev
2
-24
/
+11
[next]