summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* bpf: drop unnecessary context cast from BPF_PROG_RUNDaniel Borkmann2016-11-281-1/+1
* netronome: don't access real_num_rx_queues directlyArnd Bergmann2016-11-161-8/+6Star
* nfp: add support for offload of XDP programsJakub Kicinski2016-11-046-6/+139
* nfp: remove unnecessary parameters from nfp_net_bpf_offload()Jakub Kicinski2016-11-043-7/+3Star
* nfp: add XDP support in the driverJakub Kicinski2016-11-044-101/+449
* nfp: reorganize nfp_net_rx() to get packet offsets earlyJakub Kicinski2016-11-041-26/+30
* nfp: add support for ethtool .set_channelsJakub Kicinski2016-11-044-22/+123
* 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/+16Star
* 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/+20Star
* nfp: rename ring allocation helpersJakub Kicinski2016-11-041-13/+13
* nfp: centralize runtime reconfiguration logicJakub Kicinski2016-11-043-119/+118Star
* nfp: add support for ethtool .get_channelsJakub Kicinski2016-11-041-0/+16
* nfp: bring back support for different ring countsJakub Kicinski2016-11-011-47/+71
* nfp: replace num_irqs with max_r_vecsJakub Kicinski2016-11-012-8/+10
* nfp: remove nfp_net_irqs_wanted()Jakub Kicinski2016-11-011-23/+4Star
* nfp: use unsigned int for vector/ring countsJakub Kicinski2016-11-012-10/+12
* nfp: create separate define for max number of vectorsJakub Kicinski2016-11-011-3/+5
* 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-013-50/+82
* nfp: add buffer drop/recycle helper for RXJakub Kicinski2016-11-011-10/+17
* nfp: centralize the buffer size calculationJakub Kicinski2016-11-012-9/+21
* nfp: remove inline attributes and dead codeJakub Kicinski2016-11-011-14/+1Star
* nfp: remove unnecessary call to ether_setup()Jakub Kicinski2016-11-011-1/+0Star
* nfp: remove support for nfp3200Jakub Kicinski2016-11-014-138/+22Star
* nfp: simplify nfp_net_poll()Jakub Kicinski2016-11-011-9/+3Star
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-5/+5
* net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and '...Shmulik Ladkani2016-10-141-1/+1
* nfp: bpf: zero extend 4 byte context loadsJakub Kicinski2016-09-301-0/+2
* nfp: bpf: improve handling for disabled BPF syscallArnd Bergmann2016-09-262-10/+3Star
* 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 offload of TC direct action modeJakub Kicinski2016-09-224-2/+82
* | nfp: bpf: add support for legacy redirect actionJakub Kicinski2016-09-223-0/+7
* | nfp: bpf: add packet marking supportJakub Kicinski2016-09-226-22/+101
* | nfp: bpf: allow offloaded filters to update statsJakub Kicinski2016-09-224-0/+97
* | nfp: bpf: add hardware bpf offloadJakub Kicinski2016-09-225-7/+324
* | nfp: add BPF to NFP code translatorJakub Kicinski2016-09-225-0/+2333
|/
* nfp: don't pad frames on receiveJakub Kicinski2016-09-091-4/+0Star
* nfp: drop support for old firmware ABIsJakub Kicinski2016-09-091-4/+2Star
* nfp: remove linux/version.h includesJakub Kicinski2016-09-093-3/+0Star
* nfp: check idx is -ENOSPC before using it is an indexColin Ian King2016-07-111-1/+1
* nfp: implement ethtool .get_link() callbackJakub Kicinski2016-06-301-0/+1
* nfp: remove unused parameter from nfp_net_write_mac_addr()Jakub Kicinski2016-06-301-6/+7
* nfp: correct name of control BAR defineJakub Kicinski2016-06-302-3/+3
* 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-171-3/+3
* | nfp: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-181-8/+14
|/