summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-134-1/+19
|\
| * nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens2018-09-121-0/+6
| * nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren2018-09-123-1/+13
* | nfp: report FW vNIC stats in interface statsJakub Kicinski2018-09-121-0/+9
* | nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-081-2/+2
* | nfp: separate VXLAN and GRE feature handlingJakub Kicinski2018-09-061-7/+10
* | nfp: validate rtsym accesses fall within the symbolJakub Kicinski2018-09-061-3/+45
* | nfp: prefix rtsym error messages with symbol nameJakub Kicinski2018-09-061-10/+11
* | nfp: fix readq on absolute RTsymsJakub Kicinski2018-09-061-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-051-15/+33
|\|
| * nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski2018-09-011-15/+33
* | nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski2018-08-293-32/+21Star
* | nfp: support access to absolute RTsymsJakub Kicinski2018-08-292-9/+46
* | nfp: convert all RTsym users to use new read/write helpersJakub Kicinski2018-08-293-46/+23Star
* | nfp: convert existing RTsym helpers to full target decodingJakub Kicinski2018-08-291-14/+14
* | nfp: pass cpp_id to nfp_cpp_map_area()Jakub Kicinski2018-08-294-16/+16
* | nfp: add RTsym access helpersJakub Kicinski2018-08-292-0/+171
* | nfp: add basic errors messages to target logicJakub Kicinski2018-08-291-2/+10
* | nfp: save the MU locality field offsetJakub Kicinski2018-08-293-31/+38
* | nfp: refactor the per-chip PCIe configJakub Kicinski2018-08-292-13/+41
* | nfp: add support for NFP5000Jakub Kicinski2018-08-292-1/+7
* | nfp: abm: look up MAC addresses via management FWJakub Kicinski2018-08-291-9/+25
* | nfp: add support for indirect HWinfo lookupJakub Kicinski2018-08-292-0/+44
* | nfp: interpret extended FW load result codesJakub Kicinski2018-08-292-3/+85
* | nfp: attempt FW load from flashJakub Kicinski2018-08-293-2/+16
* | nfp: encapsulate NSP command arguments into structsJakub Kicinski2018-08-291-69/+136
|/
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2Star
* nfp: clean up return types in kdoc commentsJakub Kicinski2018-08-142-6/+2Star
* nfp: flower: add geneve option match offloadPieter Jansen van Vuuren2018-08-073-0/+69
* nfp: flower: add geneve option push action offloadPieter Jansen van Vuuren2018-08-073-7/+114
* nfp: flower: allow matching on ipv4 UDP tunnel tos and ttlJohn Hurley2018-08-073-3/+17
* nfp: flower: set ip tunnel ttl from encap actionJohn Hurley2018-08-071-18/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-0712-49/+197
|\
| * nfp: bpf: xdp_adjust_tail supportJakub Kicinski2018-08-046-0/+71
| * nfp: fix variable dereferenced before check in nfp_app_ctrl_rx_raw()Jakub Kicinski2018-07-311-3/+4
| * nfp: bpf: improve map offload info messagesJakub Kicinski2018-07-271-4/+16
| * nfp: bpf: remember maps by IDJakub Kicinski2018-07-275-17/+26
| * nfp: bpf: allow receiving perf events on data queuesJakub Kicinski2018-07-273-0/+22
| * nfp: bpf: pass raw data buffer to nfp_bpf_event_output()Jakub Kicinski2018-07-273-14/+15
| * nfp: allow control message reception on data queuesJakub Kicinski2018-07-274-0/+31
| * nfp: move repr handling on RX pathJakub Kicinski2018-07-271-14/+15
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-021-1/+3
|\ \
| * | nfp: flower: fix port metadata conversion bugJohn Hurley2018-07-281-1/+3
* | | nfp: protect from theoretical size overflows on HW descriptor ringJakub Kicinski2018-07-262-6/+7
* | | nfp: restore correct ordering of fields in rx ring structureJakub Kicinski2018-07-261-3/+4
* | | nfp: use kvcalloc() to allocate SW buffer descriptor arraysJakub Kicinski2018-07-261-8/+8
* | | nfp: don't fail probe on pci_sriov_set_totalvfs() errorsJakub Kicinski2018-07-261-8/+12
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-1/+1
|\| | | |/ |/|
| * nfp: flower: ensure dead neighbour entries are not offloadedJohn Hurley2018-07-221-1/+1
* | nfp: avoid buffer leak when FW communication failsJakub Kicinski2018-07-221-3/+10