summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-9/+19
|\
| * nfp: handle page allocation failuresJakub Kicinski2017-10-101-6/+14
| * nfp: fix ethtool stats gather retryJakub Kicinski2017-10-101-3/+5
* | nfp: use struct fields for 8 bit-wide accessPieter Jansen van Vuuren2017-10-222-74/+39
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-212-4/+0
* | nfp: bpf: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-9/+45
* | nfp: flower: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-8/+48
* | nfp: Explicitly include linux/bug.hMark Brown2017-10-152-0/+2
* | nfp: bpf: support direct packet access in TCJakub Kicinski2017-10-141-2/+15
* | nfp: bpf: direct packet access - writeJakub Kicinski2017-10-143-9/+109
* | nfp: bpf: add support for direct packet access - readJakub Kicinski2017-10-145-11/+105
* | nfp: bpf: separate I/O from checks for legacy data loadJakub Kicinski2017-10-141-37/+40
* | nfp: bpf: fix context accessesJakub Kicinski2017-10-141-20/+29
* | nfp: bpf: support BPF offload only on little endianJakub Kicinski2017-10-141-0/+2
* | nfp: bpf: implement byte swap instructionJakub Kicinski2017-10-141-0/+38
* | nfp: bpf: add mov helperJakub Kicinski2017-10-141-16/+15
* | nfp: bpf: fix compare instructionsJakub Kicinski2017-10-141-9/+12
* | nfp: bpf: add missing return in jne_imm optimizationJakub Kicinski2017-10-141-0/+1
* | nfp: bpf: reorder arguments to emit_ld_field_any()Jakub Kicinski2017-10-141-3/+3
* | nfp: bpf: pass dst register to ld_field instructionJakub Kicinski2017-10-091-1/+2
* | nfp: bpf: byte swap the instructionsJakub Kicinski2017-10-091-2/+4
* | nfp: bpf: pad code with valid nopsJakub Kicinski2017-10-092-1/+13
* | nfp: bpf: calculate code store ECCJakub Kicinski2017-10-093-0/+60
* | nfp: bpf: move to datapath ABI version 2Jakub Kicinski2017-10-093-19/+26
* | nfp: bpf: encode extended LM pointer operandsJakub Kicinski2017-10-093-20/+70
* | nfp: bpf: encode LMEM accessesJakub Kicinski2017-10-092-0/+85
* | nfp: add more white space to the instruction definesJakub Kicinski2017-10-091-78/+78
* | nfp: bpf: remove packet marking supportJakub Kicinski2017-10-092-15/+1
* | nfp: bpf: remove register renameJakub Kicinski2017-10-091-43/+3
* | nfp: bpf: encode all 64bit shiftsJakub Kicinski2017-10-091-12/+36
* | nfp: bpf: move software reg helpers and cmd table out of translatorJakub Kicinski2017-10-094-147/+192
* | nfp: bpf: use the power of sparse to check we encode registers rightJakub Kicinski2017-10-093-69/+99
* | nfp: bpf: lift the single-port limitationJakub Kicinski2017-10-091-8/+0
* | nfp: output control messages to trace_devlink_hwmsg()Jakub Kicinski2017-10-091-0/+8
* | nfp: add set tcp and udp header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+51
* | nfp: add set ipv6 source and destination addressPieter Jansen van Vuuren2017-10-062-0/+83
* | nfp: add set ipv4 header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+56
* | nfp: add set ethernet header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+93
* | nfp: add IPv6 ttl and tos match offloading supportPieter Jansen van Vuuren2017-10-062-11/+10
* | nfp: add IPv4 ttl and tos match offloading supportPieter Jansen van Vuuren2017-10-062-5/+10
* | nfp: add mpls match offloading supportPieter Jansen van Vuuren2017-10-063-7/+21
* | nfp: flower vxlan neighbour keep-aliveJohn Hurley2017-09-274-0/+69
* | nfp: flower vxlan neighbour offloadJohn Hurley2017-09-274-0/+268
* | nfp: offload vxlan IPv4 endpoints of flower rulesJohn Hurley2017-09-275-3/+143
* | nfp: offload flower vxlan endpoint MAC addressesJohn Hurley2017-09-277-8/+423
* | nfp: compile flower vxlan tunnel set actionsJohn Hurley2017-09-272-21/+179
* | nfp: compile flower vxlan tunnel metadata match fieldsJohn Hurley2017-09-274-12/+158
* | nfp: add helper to get flower cmsg lengthJohn Hurley2017-09-272-1/+6
* | bpf, nfp: add meta data supportDaniel Borkmann2017-09-261-25/+15
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
|/