summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
...
* | nfp: switch to using data path structures for reconfigurationJakub Kicinski2017-03-123-227/+89
* | nfp: use dp to carry xdp_prog at reconfig timeJakub Kicinski2017-03-123-52/+37
* | nfp: use dp to carry mtu at reconfig timeJakub Kicinski2017-03-123-14/+15
* | nfp: use dp to carry fl_bufsz at reconfig timeJakub Kicinski2017-03-122-32/+27
* | nfp: use dp to carry number of stack tx rings and vectorsJakub Kicinski2017-03-121-31/+31
* | nfp: pass new data path to ring reconfigJakub Kicinski2017-03-123-36/+91
* | nfp: move control BAR pointer into data path structureJakub Kicinski2017-03-124-20/+21
* | nfp: separate data path information from the reset of adapter structureJakub Kicinski2017-03-127-414/+436
* | nfp: prevent theoretical buffer overrun in nfp_eth_read_portsSimon Horman2017-03-091-14/+20
* | nfp: add metadata format bitJakub Kicinski2017-03-092-1/+5
* | nfp: avoid rearming the interrupts when in busy pollJakub Kicinski2017-03-091-4/+3
* | nfp: store device pointer for the fastpathJakub Kicinski2017-03-094-38/+31
* | nfp: reorder variables in nfp_net_tx()Jakub Kicinski2017-03-091-2/+2
* | nfp: move more ring debug info to debugfsJakub Kicinski2017-03-092-13/+9
* | nfp: implement .ndo_get_phys_port_name()Jakub Kicinski2017-03-095-5/+69
* | nfp: add support for reporting CRC32 hash functionJakub Kicinski2017-03-094-11/+75
|/
* 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: allow application firmware to limit number of SR-IOV VFsJakub Kicinski2017-02-202-0/+27
* nfp: return nfp_rtsym_read_le() errors correctlyJakub Kicinski2017-02-201-3/+5
* nfp: add very basic access to NSP logsJakub Kicinski2017-02-203-0/+79
* nfp: report NSP ABI version in ethtool FW versionJakub Kicinski2017-02-205-2/+41
* nfp: store NSP ABI version in state structureJakub Kicinski2017-02-201-14/+13
* nfp: report manufacturing info on loadJakub Kicinski2017-02-201-0/+7
* nfp: refactor NSP initialization and add error messageJakub Kicinski2017-02-201-23/+36
* nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* definesSimon Horman2017-02-173-9/+4
* 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