summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
2018-01-19nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski1-1/+1
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski4-0/+12
2018-01-19nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski1-11/+20
2018-01-19nfp: read mailbox address from TLV capsJakub Kicinski3-10/+46
2018-01-19nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski5-13/+19
2018-01-19nfp: add TLV capabilities to the BARJakub Kicinski5-3/+186
2018-01-19nfp: improve app not found messageJakub Kicinski1-1/+1
2018-01-19nfp: protect each repr pointer individually with RCUJakub Kicinski3-63/+68
2018-01-19nfp: add nfp_reprs_get_locked() helperJakub Kicinski3-5/+13
2018-01-19nfp: register devlink after app is createdJakub Kicinski3-36/+29
2018-01-19nfp: release global resources only on the remove pathJakub Kicinski1-23/+13
2018-01-19nfp: core: make scalar CPP helpers fail on short accessesJakub Kicinski4-45/+58
2018-01-18nfp: bpf: add short busy wait for FW repliesJakub Kicinski1-1/+8
2018-01-18bpf: offload: allow array map offloadJakub Kicinski1-0/+2
2018-01-18nfp: bpf: set new jit info fieldsJiong Wang1-1/+9
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-17nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet3-0/+12
2018-01-17nfp: bpf: print map lookup problems into verifier logJakub Kicinski1-6/+8
2018-01-16nfp: use the correct index for link speed tableJakub Kicinski1-1/+1
2018-01-14nfp: bpf: implement bpf map offloadJakub Kicinski3-0/+109
2018-01-14nfp: bpf: add support for reading map memoryJakub Kicinski2-9/+76
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski3-2/+138
2018-01-14nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski2-0/+62
2018-01-14nfp: bpf: parse function call and map capabilitiesJakub Kicinski3-0/+87
2018-01-14nfp: bpf: implement helpers for FW map opsJakub Kicinski3-4/+288
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski8-0/+317
2018-01-14nfp: bpf: add map data structureJakub Kicinski2-1/+24
2018-01-14bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski1-1/+1
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-01-10nfp: always unmask aux interrupts at initJakub Kicinski1-0/+2
2018-01-10nfp: bpf: reuse verifier log for debug messagesQuentin Monnet1-14/+16
2018-01-10nfp: bpf: add signed jump insnsNic Viljoen2-0/+49
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski5-61/+34
2018-01-10nfp: bpf: use a large constant in unresolved branchesJakub Kicinski2-7/+13
2018-01-10nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski2-2/+19
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski4-87/+115
2018-01-10nfp: bpf: add helpers for modifying branch addressesJakub Kicinski3-12/+34
2018-01-10nfp: bpf: move jump resolution to jit.cJakub Kicinski3-17/+25
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 Kicinski4-0/+46
2018-01-10nfp: bpf: round up the size of the stackJakub Kicinski1-1/+1
2018-01-10nfp: fix incumbent kdoc warningsJakub Kicinski2-55/+57
2018-01-10nfp: don't try to register XDP rxq structures on control queuesJakub Kicinski1-4/+8
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-5/+14
2018-01-05nfp: setup xdp_rxq_infoJesper Dangaard Brouer2-3/+12
2018-01-05nfp: add basic multicast filteringJakub Kicinski1-2/+5
2018-01-03nfp: flower: implement the PORT_REIFY messageDirk van der Merwe4-3/+162
2018-01-03nfp: add repr_preclean callbackDirk van der Merwe2-3/+25
2018-01-03nfp: flower: obtain repr link state only from firmwareDirk van der Merwe2-2/+2
2017-12-31bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2-2/+2