aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-28nfp: convert existing RTsym helpers to full target decodingJakub Kicinski1-14/+14
2018-08-28nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski4-16/+16
2018-08-28nfp: add RTsym access helpersJakub Kicinski2-0/+171
2018-08-28nfp: add basic errors messages to target logicJakub Kicinski1-2/+10
2018-08-28nfp: save the MU locality field offsetJakub Kicinski3-31/+38
2018-08-28nfp: refactor the per-chip PCIe configJakub Kicinski2-13/+41
2018-08-28nfp: add support for NFP5000Jakub Kicinski2-1/+7
2018-08-28nfp: abm: look up MAC addresses via management FWJakub Kicinski1-9/+25
2018-08-28nfp: add support for indirect HWinfo lookupJakub Kicinski2-0/+44
2018-08-28nfp: interpret extended FW load result codesJakub Kicinski2-3/+85
2018-08-28nfp: attempt FW load from flashJakub Kicinski3-2/+16
2018-08-28nfp: encapsulate NSP command arguments into structsJakub Kicinski1-69/+136
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-08-13nfp: clean up return types in kdoc commentsJakub Kicinski2-6/+2
2018-08-07nfp: flower: add geneve option match offloadPieter Jansen van Vuuren3-0/+69
2018-08-07nfp: flower: add geneve option push action offloadPieter Jansen van Vuuren3-7/+114
2018-08-07nfp: flower: allow matching on ipv4 UDP tunnel tos and ttlJohn Hurley3-3/+17
2018-08-07nfp: flower: set ip tunnel ttl from encap actionJohn Hurley1-18/+21
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-49/+197
2018-08-04nfp: bpf: xdp_adjust_tail supportJakub Kicinski6-0/+71
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-07-31nfp: fix variable dereferenced before check in nfp_app_ctrl_rx_raw()Jakub Kicinski1-3/+4
2018-07-28nfp: flower: fix port metadata conversion bugJohn Hurley1-1/+3
2018-07-27nfp: bpf: improve map offload info messagesJakub Kicinski1-4/+16
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski5-17/+26
2018-07-27nfp: bpf: allow receiving perf events on data queuesJakub Kicinski3-0/+22
2018-07-27nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski3-14/+15
2018-07-27nfp: allow control message reception on data queuesJakub Kicinski4-0/+31
2018-07-27nfp: move repr handling on RX pathJakub Kicinski1-14/+15
2018-07-25nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2-6/+7
2018-07-25nfp: restore correct ordering of fields in rx ring structureJakub Kicinski1-3/+4
2018-07-25nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski1-8/+8
2018-07-25nfp: don't fail probe on pci_sriov_set_totalvfs() errorsJakub Kicinski1-8/+12
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-22nfp: avoid buffer leak when FW communication failsJakub Kicinski1-3/+10
2018-07-22nfp: bring back support for offloading shared blocksJakub Kicinski2-6/+0
2018-07-22nfp: flower: ensure dead neighbour entries are not offloadedJohn Hurley1-1/+1
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-8/+58
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-5/+1
2018-07-18nfp: bpf: allow program sharing within ASICJakub Kicinski1-8/+2
2018-07-18bpf: offload: keep the offload state per-ASICJakub Kicinski2-2/+16
2018-07-18bpf: offload: aggregate offloads per-deviceJakub Kicinski1-0/+13
2018-07-18nfp: add .ndo_init() and .ndo_uninit() callbacksJakub Kicinski4-0/+29
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-87/+403
2018-07-13nfp: add support for simultaneous driver and hw XDPJakub Kicinski3-40/+26
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski1-0/+6
2018-07-13xdp: factor out common program/flags handling from driversJakub Kicinski2-22/+12
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-3/+0
2018-07-12nfp: avoid using getnstimeofday64()Arnd Bergmann2-8/+6
2018-07-08Merge tag 'pci-v4.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+1