summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/bpf/main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\
| * nfp: bpf: allow zero-length capabilitiesJakub Kicinski2018-05-091-1/+1
* | nfp: bpf: support setting the RX queue indexJakub Kicinski2018-05-091-0/+11
* | nfp: bpf: perf event output helpers supportJakub Kicinski2018-05-041-0/+3
* | nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-041-2/+23
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-0/+18
|\
| * nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski2018-03-281-0/+12
| * nfp: bpf: add map deletes from the datapathJakub Kicinski2018-03-281-0/+3
| * nfp: bpf: add map updates from the datapathJakub Kicinski2018-03-281-0/+3
* | nfp: modify app MTU setting callbacksJohn Hurley2018-03-301-2/+2
|/
* nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski2018-02-081-8/+1
* nfp: bpf: require ETH tableJakub Kicinski2018-02-081-0/+12
* nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-3/+1
* nfp: bpf: use extack support to improve debuggingQuentin Monnet2018-01-221-8/+23
* nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet2018-01-221-2/+2
* nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski2018-01-191-1/+1
* nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski2018-01-191-0/+2
* nfp: bpf: implement bpf map offloadJakub Kicinski2018-01-141-0/+1
* nfp: bpf: parse function call and map capabilitiesJakub Kicinski2018-01-141-0/+47
* nfp: bpf: add basic control channel communicationJakub Kicinski2018-01-141-0/+5
* nfp: bpf: add map data structureJakub Kicinski2018-01-141-1/+6
* nfp: hand over to BPF offload app at coarser granularityJakub Kicinski2018-01-101-4/+1
* nfp: bpf: relocate jump targets just before the loadJakub Kicinski2018-01-101-2/+7
* nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski2018-01-101-1/+3
* nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski2018-01-101-0/+20
* nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski2017-12-271-1/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-10/+20
|\
| * nfp: bpf: keep track of the offloaded programJakub Kicinski2017-12-201-4/+43
| * cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-9/+3
* | nfp: bpf: correct printk formats for size_tJakub Kicinski2017-12-151-2/+2
* | nfp: bpf: optimize the adjust_head calls in trivial casesJakub Kicinski2017-12-151-0/+2
* | nfp: bpf: add basic support for adjust head callJakub Kicinski2017-12-151-0/+38
* | nfp: bpf: prepare for parsing BPF FW capabilitiesJakub Kicinski2017-12-151-0/+75
* | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-7/+0
|/
* nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski2017-11-051-0/+4
* nfp: bpf: require seamless reload for program replaceJakub Kicinski2017-11-051-7/+4
* nfp: bpf: refactor offload logicJakub Kicinski2017-11-051-32/+35
* nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski2017-11-051-25/+8
* nfp: bpf: reject TC offload if XDP loadedJakub Kicinski2017-11-021-0/+3
* net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-021-0/+3
* drivers/net: netronome: Convert timers to use timer_setup()Kees Cook2017-10-271-2/+3
* net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-2/+0
* nfp: bpf: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-9/+45
* nfp: bpf: support BPF offload only on little endianJakub Kicinski2017-10-141-0/+2
* nfp: bpf: lift the single-port limitationJakub Kicinski2017-10-091-8/+0
* nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski2017-09-031-5/+5
* net/sched: Fix the logic error to decide the ingress qdiscChris Mi2017-08-181-1/+1
* net: sched: use newly added classid identity helpersJiri Pirko2017-08-111-1/+1
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+2
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-4/+6