aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_net_repr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-05nfp: resync repr state when port table syncDirk van der Merwe1-0/+47
2017-08-25nfp: add basic SR-IOV ndo functions to representorsSimon Horman1-0/+6
2017-08-18nfp: add pointer to vNIC config memory to nfp_port structureJakub Kicinski1-36/+9
2017-08-18nfp: store pointer to MAC statistics in nfp_portJakub Kicinski1-8/+4
2017-08-18nfp: link basic ethtool ops to representorsJakub Kicinski1-0/+2
2017-07-25nfp: set config bit (ifup/ifdown) on netdev open/closeDirk van der Merwe1-2/+21
2017-07-01nfp: provide infrastructure for offloading flower based TC filtersPieter Jansen van Vuuren1-0/+6
2017-07-01nfp: add phys_switch_id supportSimon Horman1-0/+2
2017-06-27nfp: wire get_phys_port_name on representorsJakub Kicinski1-0/+1
2017-06-27nfp: allow converting representor's netdev into nfp_portJakub Kicinski1-1/+1
2017-06-27nfp: move representors' struct net_device_ops to shared codeJakub Kicinski1-8/+32
2017-06-27nfp: make the representor get stats app-independentJakub Kicinski1-9/+19
2017-06-25nfp: add stats and xmit helpers for representorsSimon Horman1-1/+198
2017-06-25nfp: general representor implementationSimon Horman1-0/+156