index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2018-02-08
nfp: populate MODULE_VERSION
Jakub Kicinski
1
-0
/
+1
2018-02-08
nfp: limit the number of TSO segments
Jakub Kicinski
2
-1
/
+6
2018-02-08
nfp: forbid disabling hw-tc-offload on representors while offload active
Jakub Kicinski
7
-21
/
+33
2018-02-08
nfp: don't advertise hw-tc-offload on non-port netdevs
Jakub Kicinski
1
-1
/
+1
2018-02-08
nfp: bpf: require ETH table
Jakub Kicinski
1
-0
/
+12
2018-02-08
nfp: bpf: fix immed relocation for larger offsets
Jakub Kicinski
1
-1
/
+1
2018-02-06
nfp: fix kdoc warnings on nested structures
Jakub Kicinski
5
-49
/
+55
2018-02-02
nfp: fix TLV offset calculation
Edwin Peer
1
-1
/
+1
2018-01-25
nfp: use tc_cls_can_offload_and_chain0()
Jakub Kicinski
2
-7
/
+4
2018-01-23
nfp: fix error return code in nfp_pci_probe()
Wei Yongjun
1
-0
/
+1
2018-01-23
nfp: fix fw dump handling of absolute rtsym size
Carl Heymann
1
-6
/
+10
2018-01-22
nfp: bpf: use extack support to improve debugging
Quentin Monnet
3
-18
/
+39
2018-01-22
nfp: bpf: plumb extack into functions related to XDP offload
Quentin Monnet
3
-6
/
+9
2018-01-21
nfp: flower: prioritize stats updates
Pieter Jansen van Vuuren
1
-11
/
+18
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-2
/
+19
2018-01-19
nfp: bpf: disable all ctrl vNIC capabilities
Jakub Kicinski
1
-1
/
+1
2018-01-19
nfp: allow apps to disable ctrl vNIC capabilities
Jakub Kicinski
4
-0
/
+12
2018-01-19
nfp: split reading capabilities out of nfp_net_init()
Jakub Kicinski
1
-11
/
+20
2018-01-19
nfp: read mailbox address from TLV caps
Jakub Kicinski
3
-10
/
+46
2018-01-19
nfp: read ME frequency from vNIC ctrl memory
Jakub Kicinski
5
-13
/
+19
2018-01-19
nfp: add TLV capabilities to the BAR
Jakub Kicinski
5
-3
/
+186
2018-01-19
nfp: improve app not found message
Jakub Kicinski
1
-1
/
+1
2018-01-19
nfp: protect each repr pointer individually with RCU
Jakub Kicinski
3
-63
/
+68
2018-01-19
nfp: add nfp_reprs_get_locked() helper
Jakub Kicinski
3
-5
/
+13
2018-01-19
nfp: register devlink after app is created
Jakub Kicinski
3
-36
/
+29
2018-01-19
nfp: release global resources only on the remove path
Jakub Kicinski
1
-23
/
+13
2018-01-19
nfp: core: make scalar CPP helpers fail on short accesses
Jakub Kicinski
4
-45
/
+58
2018-01-18
nfp: bpf: add short busy wait for FW replies
Jakub Kicinski
1
-1
/
+8
2018-01-18
bpf: offload: allow array map offload
Jakub Kicinski
1
-0
/
+2
2018-01-18
nfp: bpf: set new jit info fields
Jiong Wang
1
-1
/
+9
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-01-17
nfp: bpf: reject program on instructions unknown to the JIT compiler
Quentin Monnet
3
-0
/
+12
2018-01-17
nfp: bpf: print map lookup problems into verifier log
Jakub Kicinski
1
-6
/
+8
2018-01-16
nfp: use the correct index for link speed table
Jakub Kicinski
1
-1
/
+1
2018-01-14
nfp: bpf: implement bpf map offload
Jakub Kicinski
3
-0
/
+109
2018-01-14
nfp: bpf: add support for reading map memory
Jakub Kicinski
2
-9
/
+76
2018-01-14
nfp: bpf: add verification and codegen for map lookups
Jakub Kicinski
3
-2
/
+138
2018-01-14
nfp: bpf: add helpers for updating immediate instructions
Jakub Kicinski
2
-0
/
+62
2018-01-14
nfp: bpf: parse function call and map capabilities
Jakub Kicinski
3
-0
/
+87
2018-01-14
nfp: bpf: implement helpers for FW map ops
Jakub Kicinski
3
-4
/
+288
2018-01-14
nfp: bpf: add basic control channel communication
Jakub Kicinski
8
-0
/
+317
2018-01-14
nfp: bpf: add map data structure
Jakub Kicinski
2
-1
/
+24
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
1
-1
/
+1
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-01-10
nfp: always unmask aux interrupts at init
Jakub Kicinski
1
-0
/
+2
2018-01-10
nfp: bpf: reuse verifier log for debug messages
Quentin Monnet
1
-14
/
+16
2018-01-10
nfp: bpf: add signed jump insns
Nic Viljoen
2
-0
/
+49
2018-01-10
nfp: hand over to BPF offload app at coarser granularity
Jakub Kicinski
5
-61
/
+34
2018-01-10
nfp: bpf: use a large constant in unresolved branches
Jakub Kicinski
2
-7
/
+13
[next]