aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAge
* xdp: use common helper for netlink extended ack reportingDaniel Borkmann2017-05-03
* nfp: make use of extended ack message reportingJakub Kicinski2017-05-01
* nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2017-04-30
* nfp: don't completely refuse to work with old flashesJakub Kicinski2017-04-30
* nfp: avoid reading TX queue indexes from the deviceJakub Kicinski2017-04-30
* nfp: do simple XDP TX buffer recyclingJakub Kicinski2017-04-30
* nfp: drop rx_ring param from buffer allocationJakub Kicinski2017-04-30
* nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski2017-04-30
* nfp: remove the refresh of all ports optimizationJakub Kicinski2017-04-24
* nfp: fix free list buffer size reportingJakub Kicinski2017-04-24
* nfp: add NSP routine to get static informationDavid Brunecz2017-04-24
* nfp: parse metadata prepend before XDP runsJakub Kicinski2017-04-24
* nfp: make use of the DMA_ATTR_SKIP_CPU_SYNC attrJakub Kicinski2017-04-24
* nfp: don't dereference a null nn->eth_port to print a warningColin Ian King2017-04-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06
|\
| * nfp: fix potential use after free on xdp progJakub Kicinski2017-04-05
* | nfp: add support for .set_link_ksettings()Jakub Kicinski2017-04-05
* | nfp: NSP backend for link configuration operationsJakub Kicinski2017-04-05
* | nfp: add extended error messagesJakub Kicinski2017-04-05
* | nfp: turn NSP port entry into a unionJakub Kicinski2017-04-05
* | nfp: allow multi-stage NSP configurationJakub Kicinski2017-04-05
* | nfp: separate high level and low level NSP headersJakub Kicinski2017-04-05
* | nfp: report port type in ethtoolJakub Kicinski2017-04-05
* | nfp: report auto-negotiation in ethtoolJakub Kicinski2017-04-05
* | nfp: report link speed from NSPJakub Kicinski2017-04-05
* | nfp: add port state refreshJakub Kicinski2017-04-05
* | nfp: track link state changesJakub Kicinski2017-04-05
* | nfp: add mutex protection for the port listJakub Kicinski2017-04-05
* | nfp: don't spawn netdevs for reconfigured portsJakub Kicinski2017-04-05
* | nfp: add support for .get_link_ksettings()Jakub Kicinski2017-04-05
* | nfp: disable FW on reconfiguration errorsJakub Kicinski2017-03-22
* | nfp: remove defensive checks around ndo_open()/ndo_close()Jakub Kicinski2017-03-22
* | nfp: flush xmit_more on error pathsJakub Kicinski2017-03-22
* | nfp: remove RX queue pointersJakub Kicinski2017-03-22
* | nfp: don't use netdev_warn() before netdev is registeredJakub Kicinski2017-03-22
* | nfp: fix nfp_cpp_read()/nfp_cpp_write() error pathsJakub Kicinski2017-03-22
* | nfp: fix invalid area detectionJakub Kicinski2017-03-22
* | nfp: don't ignore return value of wait_event_interruptibleJakub Kicinski2017-03-22
* | nfp: correct return codes when msleep gets interruptedJakub Kicinski2017-03-22
* | nfp: lock area cache earlierJakub Kicinski2017-03-22
* | nfp: document expected locking in the coreJakub Kicinski2017-03-22
* | nfp: move mutex code out of nfp_cppcore.cJakub Kicinski2017-03-22
* | nfp: remove cpp mutex cacheJakub Kicinski2017-03-22
* | nfp: fail graciously when someone tries to grab global lockJakub Kicinski2017-03-22
* | nfp: disallow sharing mutexes on the same machineJakub Kicinski2017-03-22
* | nfp: add support for xdp_adjust_head()Jakub Kicinski2017-03-13
* | nfp: prepare metadata handling for xdp_adjust_head()Jakub Kicinski2017-03-13
* | nfp: reorganize pkt_off variableJakub Kicinski2017-03-13
* | nfp: validate rx offset from the BAR and size down it's fieldJakub Kicinski2017-03-13
* | nfp: store dma direction in data path structureJakub Kicinski2017-03-13