Are you sure? According to Wikipedia it's name is Reference.
Yes, the standard mentions "address-of operator". Wikipedia is not a reliable source when it comes to C++ details. It's good to get an overview (also concerning C++11), but for in-depth knowledge there are better sources.
I guess they called it "reference" as an opposite to "dereference", but this is confusing because of the other meaning of &, namely the reference declarator (when used with a type). No one understands you when you say "reference" and mean "address-of"