aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp (follow)
AgeCommit message (Expand)AuthorFilesLines
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-27nfp: 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. Miller2-10/+28
2017-12-20nfp: bpf: keep track of the offloaded programJakub Kicinski2-4/+51
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski1-9/+3
2017-12-19nfp: flower: compile Geneve encap actionsJohn Hurley2-38/+48
2017-12-19nfp: flower: compile Geneve match fieldsJohn Hurley4-42/+91
2017-12-19nfp: flower: read extra feature support from fwJohn Hurley2-1/+11
2017-12-19nfp: flower: remove unused tun_mask variableJohn Hurley1-5/+6
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-1/+393
2017-12-17nfp: set flags in the correct member of netdev_bpfJakub Kicinski1-1/+1
2017-12-15nfp: bpf: correct printk formats for size_tJakub Kicinski1-2/+2
2017-12-15nfp: fix XPB register reads in debug dumpCarl Heymann1-2/+13
2017-12-15nfp: fix absolute rtsym handling in debug dumpCarl Heymann1-16/+26
2017-12-15nfp: implement firmware flashingDirk van der Merwe3-0/+67
2017-12-15nfp: extend NSP infrastructure for configurable timeoutsDirk van der Merwe1-17/+43
2017-12-15nfp: bpf: optimize the adjust_head calls in trivial casesJakub Kicinski4-2/+76
2017-12-15nfp: bpf: add basic support for adjust head callJakub Kicinski6-0/+190
2017-12-15nfp: bpf: prepare for call supportJakub Kicinski2-0/+28
2017-12-15nfp: bpf: prepare for parsing BPF FW capabilitiesJakub Kicinski3-0/+88
2017-12-15nfp: add nfp_cpp_area_size() accessorJakub Kicinski2-0/+12
2017-12-11nfp: debug dump - decrease endian conversionsCarl Heymann1-7/+7
2017-12-11nfp: flower: remove unused definesJohn Hurley1-3/+0
2017-12-11nfp: flower: remove dead code pathsJohn Hurley3-68/+29
2017-12-11nfp: flower: do not assume mac/mpls matchesJohn Hurley1-3/+8
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+6
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-3/+1
2017-12-05nfp: dump indirect ME CSRsCarl Heymann2-0/+123
2017-12-05nfp: dump CPP, XPB and direct ME CSRsCarl Heymann1-0/+102
2017-12-05nfp: dump firmware nameCarl Heymann1-0/+36
2017-12-05nfp: dump single hwinfo field by keyCarl Heymann1-0/+57
2017-12-05nfp: dump all hwinfoCarl Heymann3-0/+45
2017-12-05nfp: dump rtsymsCarl Heymann1-0/+124
2017-12-05nfp: dumpspec TLV traversalCarl Heymann1-1/+153
2017-12-05nfp: dump prologCarl Heymann1-2/+86
2017-12-05nfp: load debug dump specCarl Heymann1-1/+33
2017-12-05nfp: debug dump ethtool opsCarl Heymann5-8/+137
2017-12-05nfp: fix port stats for mac representorsPieter Jansen van Vuuren1-9/+6
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski2-10/+0
2017-12-03net: xdp: report flags program was installed with on queryJakub Kicinski1-0/+1
2017-12-01nfp: bpf: detect load/store sequences lowered from memory copyJiong Wang1-0/+237
2017-12-01nfp: bpf: implement memory bulk copy for length bigger than 32-bytesJiong Wang1-7/+45
2017-12-01nfp: bpf: implement memory bulk copy for length within 32-bytesJiong Wang4-0/+122
2017-12-01nfp: bpf: factor out is_mbpf_load & is_mbpf_storeJiong Wang2-2/+12
2017-12-01nfp: bpf: encode indirect commandsJakub Kicinski2-5/+15
2017-12-01nfp: bpf: correct the encoding for No-Dest immedJiong Wang1-3/+5
2017-12-01nfp: bpf: relax source operands checkJiong Wang1-2/+4
2017-12-01nfp: bpf: don't do ld/shifts combination if shifts are jump destinationJiong Wang1-0/+4