summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/bpf/main.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-22nfp: reject binding to shared blocksJohn Hurley1-0/+3
2018-05-09nfp: bpf: allow zero-length capabilitiesJakub Kicinski1-1/+1
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+18
2018-03-30nfp: modify app MTU setting callbacksJohn Hurley1-2/+2
2018-03-29nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski1-0/+12
2018-03-29nfp: bpf: add map deletes from the datapathJakub Kicinski1-0/+3
2018-03-29nfp: bpf: add map updates from the datapathJakub Kicinski1-0/+3
2018-02-08nfp: forbid disabling hw-tc-offload on representors while offload activeJakub Kicinski1-8/+1
2018-02-08nfp: bpf: require ETH tableJakub Kicinski1-0/+12
2018-01-26nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-3/+1
2018-01-23nfp: bpf: use extack support to improve debuggingQuentin Monnet1-8/+23
2018-01-23nfp: bpf: plumb extack into functions related to XDP offloadQuentin Monnet1-2/+2
2018-01-19nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski1-1/+1
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski1-0/+2
2018-01-15nfp: bpf: implement bpf map offloadJakub Kicinski1-0/+1
2018-01-15nfp: bpf: parse function call and map capabilitiesJakub Kicinski1-0/+47
2018-01-15nfp: bpf: add basic control channel communicationJakub Kicinski1-0/+5
2018-01-15nfp: bpf: add map data structureJakub Kicinski1-1/+6
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski1-4/+1
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski1-2/+7
2018-01-10nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski1-1/+3
2018-01-10nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski1-0/+20
2017-12-28nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski1-1/+29
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+20
2017-12-20nfp: bpf: keep track of the offloaded programJakub Kicinski1-4/+43
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski1-9/+3
2017-12-16nfp: bpf: correct printk formats for size_tJakub Kicinski1-2/+2
2017-12-15nfp: bpf: optimize the adjust_head calls in trivial casesJakub Kicinski1-0/+2
2017-12-15nfp: bpf: add basic support for adjust head callJakub Kicinski1-0/+38
2017-12-15nfp: bpf: prepare for parsing BPF FW capabilitiesJakub Kicinski1-0/+75
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-7/+0
2017-11-05nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski1-0/+4
2017-11-05nfp: bpf: require seamless reload for program replaceJakub Kicinski1-7/+4
2017-11-05nfp: bpf: refactor offload logicJakub Kicinski1-32/+35
2017-11-05nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski1-25/+8
2017-11-02nfp: bpf: reject TC offload if XDP loadedJakub Kicinski1-0/+3
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko1-0/+3
2017-10-27drivers/net: netronome: Convert timers to use timer_setup()Kees Cook1-2/+3
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-2/+0
2017-10-21nfp: bpf: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-9/+45
2017-10-14nfp: bpf: support BPF offload only on little endianJakub Kicinski1-0/+2
2017-10-09nfp: bpf: lift the single-port limitationJakub Kicinski1-8/+0
2017-09-04nfp: separate app vNIC init/clean from alloc/freeJakub Kicinski1-5/+5
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi1-1/+1
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko1-1/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+2
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-4/+6
2017-08-07nfp: change flows in apps that offload ndo_setup_tcJiri Pirko1-10/+6
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-2/+3
2017-06-01nfp: move basic eBPF stats to app-specific codeJakub Kicinski1-1/+18