summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-312-2/+2
* nfp: bpf: allocate vNIC priv for keeping track of the offloaded programJakub Kicinski2017-12-281-1/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-222-10/+28
|\
| * nfp: bpf: keep track of the offloaded programJakub Kicinski2017-12-202-4/+51
| * cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-9/+3Star
* | nfp: flower: compile Geneve encap actionsJohn Hurley2017-12-192-38/+48
* | nfp: flower: compile Geneve match fieldsJohn Hurley2017-12-194-42/+91
* | nfp: flower: read extra feature support from fwJohn Hurley2017-12-192-1/+11
* | nfp: flower: remove unused tun_mask variableJohn Hurley2017-12-191-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-1810-1/+393
|\ \
| * | nfp: set flags in the correct member of netdev_bpfJakub Kicinski2017-12-171-1/+1
| * | 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-154-2/+76
| * | nfp: bpf: add basic support for adjust head callJakub Kicinski2017-12-156-0/+190
| * | nfp: bpf: prepare for call supportJakub Kicinski2017-12-152-0/+28
| * | nfp: bpf: prepare for parsing BPF FW capabilitiesJakub Kicinski2017-12-153-0/+88
| * | nfp: add nfp_cpp_area_size() accessorJakub Kicinski2017-12-152-0/+12
* | | nfp: fix XPB register reads in debug dumpCarl Heymann2017-12-151-2/+13
* | | nfp: fix absolute rtsym handling in debug dumpCarl Heymann2017-12-151-16/+26
* | | nfp: implement firmware flashingDirk van der Merwe2017-12-153-0/+67
* | | nfp: extend NSP infrastructure for configurable timeoutsDirk van der Merwe2017-12-151-17/+43
* | | nfp: debug dump - decrease endian conversionsCarl Heymann2017-12-111-7/+7
* | | nfp: flower: remove unused definesJohn Hurley2017-12-111-3/+0Star
* | | nfp: flower: remove dead code pathsJohn Hurley2017-12-113-68/+29Star
* | | nfp: flower: do not assume mac/mpls matchesJohn Hurley2017-12-111-3/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-101-9/+6Star
|\ \ \ | |/ / |/| / | |/
| * nfp: fix port stats for mac representorsPieter Jansen van Vuuren2017-12-051-9/+6Star
* | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-3/+1Star
* | nfp: dump indirect ME CSRsCarl Heymann2017-12-052-0/+123
* | nfp: dump CPP, XPB and direct ME CSRsCarl Heymann2017-12-051-0/+102
* | nfp: dump firmware nameCarl Heymann2017-12-051-0/+36
* | nfp: dump single hwinfo field by keyCarl Heymann2017-12-051-0/+57
* | nfp: dump all hwinfoCarl Heymann2017-12-053-0/+45
* | nfp: dump rtsymsCarl Heymann2017-12-051-0/+124
* | nfp: dumpspec TLV traversalCarl Heymann2017-12-051-1/+153
* | nfp: dump prologCarl Heymann2017-12-051-2/+86
* | nfp: load debug dump specCarl Heymann2017-12-051-1/+33
* | nfp: debug dump ethtool opsCarl Heymann2017-12-055-8/+137
* | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-032-10/+0Star
* | net: xdp: report flags program was installed with on queryJakub Kicinski2017-12-031-0/+1
* | nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang2017-12-011-0/+237
* | nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang2017-12-011-7/+45
* | nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang2017-12-014-0/+122
* | nfp: bpf: factor out is_mbpf_load & is_mbpf_storeJiong Wang2017-12-012-2/+12
* | nfp: bpf: encode indirect commandsJakub Kicinski2017-12-012-5/+15
* | nfp: bpf: correct the encoding for No-Dest immedJiong Wang2017-12-011-3/+5
* | nfp: bpf: relax source operands checkJiong Wang2017-12-011-2/+4
* | nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang2017-12-011-0/+4
* | nfp: bpf: don't do ld/mask combination if mask is jump destinationJiong Wang2017-12-011-0/+3
* | nfp: bpf: flag jump destination to guide insn combine optimizationsJiong Wang2017-12-012-0/+5