index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cavium
/
thunder
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-22
net: thunderx: remove link change polling code and info from nicpf
Vadim Lomovtsev
1
-102
/
+12
2019-02-22
net: thunderx: move link state polling function to VF
Vadim Lomovtsev
3
-19
/
+74
2019-02-22
net: thunderx: add mutex to protect mailbox from concurrent calls for same VF
Vadim Lomovtsev
2
-3
/
+12
2019-02-22
net: thunderx: rework xcast message structure to make it fit into 64 bit
Vadim Lomovtsev
3
-9
/
+7
2019-02-22
net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_task
Vadim Lomovtsev
1
-4
/
+8
2019-02-22
net: thunderx: make CFG_DONE message to run through generic send-ack sequence
Vadim Lomovtsev
2
-4
/
+13
2019-02-22
net: thunderx: replace global nicvf_rx_mode_wq work queue for all VFs to priv...
Vadim Lomovtsev
2
-15
/
+19
2019-02-22
net: thunderx: correct typo in macro name
Vadim Lomovtsev
2
-2
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-1
/
+1
2018-11-28
net: thunderx: fix NULL pointer dereference in nic_remove
Lorenzo Bianconi
1
-0
/
+3
2018-11-24
net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue
Lorenzo Bianconi
1
-1
/
+3
2018-11-22
net: thunderx: set xdp_prog to NULL if bpf_prog_add fails
Lorenzo Bianconi
1
-2
/
+7
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-08-08
net: thunderx: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-07
net: thunderx: check for failed allocation lmac->dmacs
Colin Ian King
1
-0
/
+2
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
1
-1
/
+0
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-14
/
+38
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-06-13
net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_mode
Vadim Lomovtsev
2
-14
/
+38
2018-04-19
bpf: make cavium thunder compatible w/ bpf_xdp_adjust_tail
Nikita V. Shirokov
1
-1
/
+1
2018-04-09
net: thunderx: rework mac addresses list to u64 array
Vadim Lomovtsev
2
-24
/
+11
2018-04-01
net: thunderx: add ndo_set_rx_mode callback implementation for VF
Vadim Lomovtsev
1
-1
/
+109
2018-04-01
net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...
Vadim Lomovtsev
1
-0
/
+17
2018-04-01
net: thunderx: add XCAST messages handlers for PF
Vadim Lomovtsev
1
-4
/
+41
2018-04-01
net: thunderx: add new messages for handle ndo_set_rx_mode callback
Vadim Lomovtsev
1
-0
/
+12
2018-04-01
net: thunderx: add multicast filter management support
Vadim Lomovtsev
2
-1
/
+153
2018-04-01
net: thunderx: add MAC address filter tracking for LMAC
Vadim Lomovtsev
1
-14
/
+30
2018-04-01
net: thunderx: move filter register related macro into proper place
Vadim Lomovtsev
2
-11
/
+13
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-02-14
Revert "net: thunderx: Add support for xdp redirect"
Jesper Dangaard Brouer
3
-94
/
+31
2018-02-08
net: thunder: change q_len's type to handle max ring size
Dean Nelson
1
-1
/
+1
2018-01-29
net: ethernet: cavium: Correct Cavium Thunderx NIC driver names accordingly t...
Vadim Lomovtsev
5
-5
/
+5
2018-01-16
net: thunderx: add timestamping support
Sunil Goutham
8
-6
/
+344
2018-01-06
thunderx: setup xdp_rxq_info
Jesper Dangaard Brouer
3
-4
/
+13
2017-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-12-06
net: thunderx: Fix TCP/UDP checksum offload for IPv4 pkts
Florian Westphal
1
-0
/
+2
2017-11-30
net: thunderx: Set max queue count taking XDP_TX into account
Sunil Goutham
1
-0
/
+5
2017-11-30
net: thunderx: Add support for xdp redirect
Sunil Goutham
3
-31
/
+94
2017-11-25
net: thunderx: Fix TCP/UDP checksum offload for IPv6 pkts
Sunil Goutham
1
-1
/
+0
2017-11-11
net: thunderx: fix double free error
Aleksey Makarov
1
-52
/
+30
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
1
-2
/
+2
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
net: thunderx: remove a couple of redundant assignments
Colin Ian King
1
-4
/
+0
2017-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2017-10-09
net: thunderx: mark expected switch fall-throughs in nicvf_main()
Gustavo A. R. Silva
1
-0
/
+2
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-0
/
+1
2017-08-24
net: define the TSO header size in net/tso.h
Antoine Ténart
1
-1
/
+0
2017-07-30
net: thunderx: Fix BGX transmit stall due to underflow
Sunil Goutham
2
-5
/
+24
2017-07-14
net: thunder_bgx: avoid format string overflow warning
Arnd Bergmann
1
-1
/
+1
[next]