summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp
AgeCommit message (Expand)Author
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
2018-01-03nfp: flower: obtain repr link state only from firmwareDirk van der Merwe
2017-12-31bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski
2017-12-27nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-20nfp: bpf: keep track of the offloaded programJakub Kicinski
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski
2017-12-19nfp: flower: compile Geneve encap actionsJohn Hurley
2017-12-19nfp: flower: compile Geneve match fieldsJohn Hurley
2017-12-19nfp: flower: read extra feature support from fwJohn Hurley
2017-12-19nfp: flower: remove unused tun_mask variableJohn Hurley
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-17nfp: set flags in the correct member of netdev_bpfJakub Kicinski
2017-12-15nfp: bpf: correct printk formats for size_tJakub Kicinski
2017-12-15nfp: fix XPB register reads in debug dumpCarl Heymann
2017-12-15nfp: fix absolute rtsym handling in debug dumpCarl Heymann
2017-12-15nfp: implement firmware flashingDirk van der Merwe
2017-12-15nfp: extend NSP infrastructure for configurable timeoutsDirk van der Merwe
2017-12-15nfp: bpf: optimize the adjust_head calls in trivial casesJakub Kicinski
2017-12-15nfp: bpf: add basic support for adjust head callJakub Kicinski
2017-12-15nfp: bpf: prepare for call supportJakub Kicinski
2017-12-15nfp: bpf: prepare for parsing BPF FW capabilitiesJakub Kicinski
2017-12-15nfp: add nfp_cpp_area_size() accessorJakub Kicinski
2017-12-11nfp: debug dump - decrease endian conversionsCarl Heymann
2017-12-11nfp: flower: remove unused definesJohn Hurley
2017-12-11nfp: flower: remove dead code pathsJohn Hurley