summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)Author
2018-01-21nfp: flower: prioritize stats updatesPieter Jansen van Vuuren
2018-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-19nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski
2018-01-19nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski
2018-01-19nfp: read mailbox address from TLV capsJakub Kicinski
2018-01-19nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski
2018-01-19nfp: add TLV capabilities to the BARJakub Kicinski
2018-01-19nfp: improve app not found messageJakub Kicinski
2018-01-19nfp: protect each repr pointer individually with RCUJakub Kicinski
2018-01-19nfp: add nfp_reprs_get_locked() helperJakub Kicinski
2018-01-19nfp: register devlink after app is createdJakub Kicinski
2018-01-19nfp: release global resources only on the remove pathJakub Kicinski
2018-01-19nfp: core: make scalar CPP helpers fail on short accessesJakub Kicinski
2018-01-18nfp: bpf: add short busy wait for FW repliesJakub Kicinski
2018-01-18bpf: offload: allow array map offloadJakub Kicinski
2018-01-18nfp: bpf: set new jit info fieldsJiong Wang
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-17nfp: bpf: reject program on instructions unknown to the JIT compilerQuentin Monnet
2018-01-17nfp: bpf: print map lookup problems into verifier logJakub Kicinski
2018-01-16nfp: use the correct index for link speed tableJakub Kicinski
2018-01-14nfp: bpf: implement bpf map offloadJakub Kicinski
2018-01-14nfp: bpf: add support for reading map memoryJakub Kicinski
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski
2018-01-14nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski
2018-01-14nfp: bpf: parse function call and map capabilitiesJakub Kicinski
2018-01-14nfp: bpf: implement helpers for FW map opsJakub Kicinski
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski
2018-01-14nfp: bpf: add map data structureJakub Kicinski
2018-01-14bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10nfp: always unmask aux interrupts at initJakub Kicinski
2018-01-10nfp: bpf: reuse verifier log for debug messagesQuentin Monnet
2018-01-10nfp: bpf: add signed jump insnsNic Viljoen
2018-01-10nfp: hand over to BPF offload app at coarser granularityJakub Kicinski
2018-01-10nfp: bpf: use a large constant in unresolved branchesJakub Kicinski
2018-01-10nfp: bpf: don't depend on high order allocations for program imageJakub Kicinski
2018-01-10nfp: bpf: relocate jump targets just before the loadJakub Kicinski
2018-01-10nfp: bpf: add helpers for modifying branch addressesJakub Kicinski
2018-01-10nfp: bpf: move jump resolution to jit.cJakub Kicinski
2018-01-10nfp: bpf: allow disabling TC offloads when XDP activeJakub Kicinski
2018-01-10nfp: bpf: don't allow changing MTU above BPF offload limit when activeJakub Kicinski
2018-01-10nfp: bpf: round up the size of the stackJakub Kicinski
2018-01-10nfp: fix incumbent kdoc warningsJakub Kicinski
2018-01-10nfp: don't try to register XDP rxq structures on control queuesJakub Kicinski
2018-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-01-05nfp: setup xdp_rxq_infoJesper Dangaard Brouer
2018-01-05nfp: add basic multicast filteringJakub Kicinski
2018-01-03nfp: flower: implement the PORT_REIFY messageDirk van der Merwe
2018-01-03nfp: add repr_preclean callbackDirk van der Merwe