summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c
Commit message (Expand)AuthorAgeFilesLines
* nfp: correct DMA direction in XDP DMA syncJakub Kicinski2017-03-031-2/+2
* nfp: don't tell FW about the reserved buffer spaceJakub Kicinski2017-03-031-1/+2
* nfp: allocate irqs in lower driverJakub Kicinski2017-02-101-71/+73
* bpf: add initial bpf tracepointsDaniel Borkmann2017-01-251-5/+10
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-0/+4
* bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann2016-12-021-1/+1
* bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-271-1/+1
* netronome: don't access real_num_rx_queues directlyArnd Bergmann2016-11-161-8/+6
* nfp: add support for offload of XDP programsJakub Kicinski2016-11-041-3/+41
* nfp: remove unnecessary parameters from nfp_net_bpf_offload()Jakub Kicinski2016-11-041-1/+1
* nfp: add XDP support in the driverJakub Kicinski2016-11-041-85/+389
* nfp: reorganize nfp_net_rx() to get packet offsets earlyJakub Kicinski2016-11-041-26/+30
* nfp: add support for ethtool .set_channelsJakub Kicinski2016-11-041-20/+73
* nfp: move RSS indirection table init into a separate functionJakub Kicinski2016-11-041-5/+10
* nfp: add helper to reassign rings to IRQ vectorsJakub Kicinski2016-11-041-24/+16
* nfp: loosen relation between rings and IRQs vectorsJakub Kicinski2016-11-041-6/+6
* nfp: reuse ring helpers on .ndo_open() pathJakub Kicinski2016-11-041-40/+20
* nfp: rename ring allocation helpersJakub Kicinski2016-11-041-13/+13
* nfp: centralize runtime reconfiguration logicJakub Kicinski2016-11-041-118/+90
* nfp: bring back support for different ring countsJakub Kicinski2016-11-011-47/+71
* nfp: replace num_irqs with max_r_vecsJakub Kicinski2016-11-011-6/+8
* nfp: remove nfp_net_irqs_wanted()Jakub Kicinski2016-11-011-23/+4
* nfp: use unsigned int for vector/ring countsJakub Kicinski2016-11-011-2/+3
* nfp: use AND instead of modulo to get ring indexesJakub Kicinski2016-11-011-7/+7
* nfp: add separate buffer allocation function for napiJakub Kicinski2016-11-011-2/+21
* nfp: use alloc_frag() and build_skb()Jakub Kicinski2016-11-011-43/+72
* nfp: add buffer drop/recycle helper for RXJakub Kicinski2016-11-011-10/+17
* nfp: centralize the buffer size calculationJakub Kicinski2016-11-011-8/+21
* nfp: remove inline attributes and dead codeJakub Kicinski2016-11-011-14/+1
* nfp: remove unnecessary call to ether_setup()Jakub Kicinski2016-11-011-1/+0
* nfp: remove support for nfp3200Jakub Kicinski2016-11-011-86/+9
* nfp: simplify nfp_net_poll()Jakub Kicinski2016-11-011-9/+3
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+6
|\
| * nfp: fix error return code in nfp_net_netdev_open()Wei Yongjun2016-09-161-2/+6
* | nfp: bpf: add packet marking supportJakub Kicinski2016-09-211-21/+70
* | nfp: bpf: allow offloaded filters to update statsJakub Kicinski2016-09-211-0/+3
* | nfp: bpf: add hardware bpf offloadJakub Kicinski2016-09-211-2/+38
|/
* nfp: don't pad frames on receiveJakub Kicinski2016-09-081-4/+0
* nfp: remove linux/version.h includesJakub Kicinski2016-09-081-1/+0
* nfp: check idx is -ENOSPC before using it is an indexColin Ian King2016-07-111-1/+1
* nfp: remove unused parameter from nfp_net_write_mac_addr()Jakub Kicinski2016-06-301-6/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-3/+3
|\
| * nfp: use correct index to mask link state irqJakub Kicinski2016-06-161-3/+3
* | nfp: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-171-8/+14
|/
* nfp: add async reconfiguration mechanismJakub Kicinski2016-04-161-25/+147
* nfp: remove buggy RX buffer length validationJakub Kicinski2016-04-161-12/+14
* nfp: allow ring size reconfiguration at runtimeJakub Kicinski2016-04-081-0/+126
* nfp: pass ring count as function parameterJakub Kicinski2016-04-081-9/+14