aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-07-28nfp: flower: fix port metadata conversion bugJohn Hurley1-1/+3
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
2018-07-07nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.hJiong Wang1-11/+53
2018-07-07nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang3-1/+93
2018-07-07nfp: bpf: support u16 and u32 multiplicationsJiong Wang4-11/+217
2018-07-07nfp: bpf: copy range info for all operands of all ALU operationsJiong Wang3-23/+20
2018-07-07nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang4-14/+14
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+3
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+32
2018-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+3
2018-06-30nfp: flower: enabled offloading of Team LAGJohn Hurley1-2/+3
2018-06-30nfp: flower: offload tos and tunnel flags for ipv4 udp tunnelsJohn Hurley2-2/+11
2018-06-30nfp: flower: extract ipv4 udp tunnel ttl from routeJohn Hurley1-1/+18
2018-06-30nfp: flower: ignore checksum actions when performing pedit actionsPieter Jansen van Vuuren1-8/+72
2018-06-30nfp: populate bus-info on representorsJakub Kicinski1-5/+3
2018-06-30nfp: make use of napi_consume_skb()Jakub Kicinski1-5/+6
2018-06-30nfp: implement netpoll ndo (thus enabling netconsole)Jakub Kicinski1-0/+18
2018-06-30nfp: fail probe if serial or interface id is missingJakub Kicinski3-14/+28
2018-06-30nfp: expose ring stats of inactive rings via ethtoolJakub Kicinski1-31/+19
2018-06-29nfp: stop limiting VFs to 0Jakub Kicinski1-5/+1
2018-06-27nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang1-2/+3
2018-06-27nfp: cast sizeof() to int when comparing with error codeChengguang Xu1-1/+1
2018-06-27nfp: reject binding to shared blocksJohn Hurley2-0/+6
2018-06-27nfp: flower: fix mpls ether type detectionPieter Jansen van Vuuren2-0/+22
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2-2/+2
2018-06-25nfp: bpf: don't stop offload if replace failedJakub Kicinski1-3/+3
2018-06-25nfp: handle cls_flower command default caseJiri Pirko1-2/+2
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-7/+11
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2