summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-01nfp: bpf: don't do ld/mask combination if mask is jump destinationJiong Wang1-0/+3
2017-12-01nfp: bpf: flag jump destination to guide insn combine optimizationsJiong Wang2-0/+5
2017-12-01nfp: bpf: record jump destination to simplify jump fixupJiong Wang4-55/+41
2017-12-01nfp: bpf: support backward jumpJiong Wang2-30/+40
2017-12-01nfp: fix old kdoc issuesJakub Kicinski2-6/+5
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+8
2017-11-21nfp: flower: add missing kdocJakub Kicinski1-0/+1
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski1-2/+8
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-13/+88
2017-11-17nfp: remove false positive offloads in flower vxlanJohn Hurley1-7/+25
2017-11-17nfp: register flower reprs for egress dev offloadJohn Hurley5-1/+54
2017-11-17nfp: inherit the max_mtu from the PF netdevDirk van der Merwe1-0/+2
2017-11-17nfp: fix vlan receive MAC statistics typoPieter Jansen van Vuuren2-2/+2
2017-11-17nfp: fix flower offload metadata flag usagePieter Jansen van Vuuren2-4/+6
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman1-2/+2
2017-11-10nfp flower action: Modified to use VLAN helper functionsManish Kurup1-3/+2
2017-11-05nfp: implement ethtool FEC mode settingsDirk van der Merwe1-1/+116
2017-11-05nfp: add helpers for FEC supportDirk van der Merwe2-0/+94
2017-11-05nfp: add get/set link settings ndos to representorsDirk van der Merwe1-0/+2
2017-11-05nfp: resync repr state when port table syncDirk van der Merwe3-0/+54
2017-11-05nfp: refactor nfp_app_reprs_setDirk van der Merwe2-18/+4
2017-11-05nfp: make use of MAC reinitJakub Kicinski5-3/+40
2017-11-05nfp: don't depend on compiler constant propagationJakub Kicinski1-8/+15
2017-11-05nfp: bpf: move to new BPF program offload infrastructureJakub Kicinski7-106/+121
2017-11-05nfp: bpf: move translation prepare to offload.cJakub Kicinski3-91/+94
2017-11-05nfp: bpf: move program prepare and free into offload.cJakub Kicinski3-33/+38
2017-11-05nfp: bpf: require seamless reload for program replaceJakub Kicinski4-42/+35
2017-11-05nfp: bpf: refactor offload logicJakub Kicinski3-77/+67
2017-11-05nfp: bpf: remove unnecessary include of nfp_net.hJakub Kicinski1-1/+0
2017-11-05nfp: bpf: remove the register renumbering leftoversJakub Kicinski3-19/+4