summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
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
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