summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-05nfp: bpf: drop support for cls_bpf with legacy actionsJakub Kicinski5-247/+22
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2017-11-02nfp: improve defines for constants in ethtoolJakub Kicinski1-7/+8
2017-11-02nfp: use a counter instead of log message for allocation failuresJakub Kicinski3-10/+20
2017-11-02nfp: switch to dev_alloc_page()Jakub Kicinski1-1/+1
2017-11-02nfp: bpf: fall back to core NIC app if BPF not selectedJakub Kicinski3-5/+6
2017-11-02nfp: reorganize the app tableJakub Kicinski1-10/+6