aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-08nfp: allow ring size reconfiguration at runtimeJakub Kicinski1-0/+126
2016-04-08nfp: pass ring count as function parameterJakub Kicinski1-9/+14
2016-04-08nfp: convert .ndo_change_mtu() to prepare/commit paradigmJakub Kicinski1-6/+102
2016-04-08nfp: propagate list buffer size in struct rx_ringJakub Kicinski1-8/+16
2016-04-08nfp: sync ring state during FW reconfigurationJakub Kicinski1-29/+16
2016-04-08nfp: slice .ndo_open() and .ndo_stop() upJakub Kicinski1-82/+136
2016-04-08nfp: move filling ring information to FW configJakub Kicinski1-18/+32
2016-04-08nfp: preallocate RX buffers early in .ndo_openJakub Kicinski1-23/+11
2016-04-08nfp: reorganize initial filling of RX ringsJakub Kicinski1-41/+78
2016-04-08nfp: cleanup tx ring flush and rename to resetJakub Kicinski1-44/+37
2016-04-08nfp: allocate ring SW structs dynamicallyJakub Kicinski1-6/+22
2016-04-08nfp: make *x_ring_init do all the initJakub Kicinski1-10/+18
2016-04-08nfp: break up nfp_net_{alloc|free}_ringsJakub Kicinski1-79/+47
2016-04-08nfp: move link state interrupt request/free callsJakub Kicinski1-11/+12
2016-04-08nfp: correct RX buffer length calculationJakub Kicinski1-7/+1
2015-12-18nfp: call netif_carrier_off() during initJakub Kicinski1-0/+1
2015-12-17nfp: clear ring delayed kick countersJakub Kicinski1-0/+2
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-2/+2
2015-12-03net: add driver for Netronome NFP4000/NFP6000 NIC VFsJakub Kicinski1-0/+2432