summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: add the PF driverJakub Kicinski2017-02-105-23/+970
* nfp: allocate irqs in lower driverJakub Kicinski2017-02-103-99/+140
* nfp: add port layer to debugfs directoriesJakub Kicinski2017-02-103-18/+43
* nfp: add support for service processor accessJakub Kicinski2017-02-107-0/+799
* nfp: add rtsym supportJakub Kicinski2017-02-105-0/+353
* nfp: add MIP reading supportJakub Kicinski2017-02-103-0/+185
* nfp: add support for reading nffw infoJakub Kicinski2017-02-103-0/+375
* nfp: add hwinfo supportJakub Kicinski2017-02-105-0/+341
* nfp: add support for resourcesJakub Kicinski2017-02-104-0/+433
* nfp: add CPP access coreJakub Kicinski2017-02-1010-0/+4987
* nfp: rename the driver and add new main fileJakub Kicinski2017-02-108-57/+160
* bitfield.h: add FIELD_FIT() helperJakub Kicinski2017-02-101-2/+0
* 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-046-6/+139
* nfp: remove unnecessary parameters from nfp_net_bpf_offload()Jakub Kicinski2016-11-043-7/+3
* 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/+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-043-119/+118
* 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/+4
* 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/+1
* nfp: remove unnecessary call to ether_setup()Jakub Kicinski2016-11-011-1/+0
* nfp: remove support for nfp3200Jakub Kicinski2016-11-014-138/+22
* nfp: simplify nfp_net_poll()Jakub Kicinski2016-11-011-9/+3
* 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/+3
* 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
OpenPOWER on IntegriCloud