summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome
Commit message (Expand)AuthorAgeFilesLines
* nfp: fix error return code in nfp_net_netdev_open()Wei Yongjun2016-09-161-2/+6
* nfp: don't pad frames on receiveJakub Kicinski2016-09-081-4/+0
* nfp: drop support for old firmware ABIsJakub Kicinski2016-09-081-4/+2
* nfp: remove linux/version.h includesJakub Kicinski2016-09-083-3/+0
* 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-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-162-27/+157
* nfp: remove buggy RX buffer length validationJakub Kicinski2016-04-161-12/+14
* nfp: remove unused suspicious mask definesJakub Kicinski2016-04-161-4/+0
* nfp: correct names of constants in commentsJakub Kicinski2016-04-161-3/+3
* nfp: remove unnecessary staticJakub Kicinski2016-04-161-1/+1
* nfp: check the right pointer for errorsJakub Kicinski2016-04-161-1/+1
* nfp: allow ring size reconfiguration at runtimeJakub Kicinski2016-04-083-21/+136
* nfp: pass ring count as function parameterJakub Kicinski2016-04-081-9/+14
* nfp: convert .ndo_change_mtu() to prepare/commit paradigmJakub Kicinski2016-04-081-6/+102
* nfp: propagate list buffer size in struct rx_ringJakub Kicinski2016-04-082-8/+19
* nfp: sync ring state during FW reconfigurationJakub Kicinski2016-04-081-29/+16
* nfp: slice .ndo_open() and .ndo_stop() upJakub Kicinski2016-04-081-82/+136
* nfp: move filling ring information to FW configJakub Kicinski2016-04-081-18/+32
* nfp: preallocate RX buffers early in .ndo_openJakub Kicinski2016-04-081-23/+11
* nfp: reorganize initial filling of RX ringsJakub Kicinski2016-04-081-41/+78
* nfp: cleanup tx ring flush and rename to resetJakub Kicinski2016-04-081-44/+37
* nfp: allocate ring SW structs dynamicallyJakub Kicinski2016-04-083-17/+37
* nfp: make *x_ring_init do all the initJakub Kicinski2016-04-081-10/+18
* nfp: break up nfp_net_{alloc|free}_ringsJakub Kicinski2016-04-081-79/+47
* nfp: move link state interrupt request/free callsJakub Kicinski2016-04-081-11/+12
* nfp: correct RX buffer length calculationJakub Kicinski2016-04-081-7/+1
* asm-generic: remove old nonatomic-io wrapper filesArnd Bergmann2016-03-011-1/+1
* nfp: call netif_carrier_off() during initJakub Kicinski2015-12-181-0/+1
* nfp: clear ring delayed kick countersJakub Kicinski2015-12-171-0/+2
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+2
* net: add driver for Netronome NFP4000/NFP6000 NIC VFsJakub Kicinski2015-12-039-0/+4812