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