aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-19nfp: provide a better warning when ring allocation failsJakub Kicinski1-4/+12
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-1/+19
2018-09-12nfp: report FW vNIC stats in interface statsJakub Kicinski1-0/+9
2018-09-12nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens1-0/+6
2018-09-12nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren3-1/+13
2018-09-07nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian1-2/+2
2018-09-05nfp: separate VXLAN and GRE feature handlingJakub Kicinski1-7/+10
2018-09-05nfp: validate rtsym accesses fall within the symbolJakub Kicinski1-3/+45
2018-09-05nfp: prefix rtsym error messages with symbol nameJakub Kicinski1-10/+11
2018-09-05nfp: fix readq on absolute RTsymsJakub Kicinski1-2/+4
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+33
2018-08-31nfp: wait for posted reconfigs when disabling the deviceJakub Kicinski1-15/+33
2018-08-28nfp: make RTsym users handle absolute symbols correctlyJakub Kicinski3-32/+21
2018-08-28nfp: support access to absolute RTsymsJakub Kicinski2-9/+46
2018-08-28nfp: convert all RTsym users to use new read/write helpersJakub Kicinski3-46/+23
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