No doubt about its heritage as the stack carries DNA right from UNIX. I wonder performance wise it's still true today..
It performs as well as any other - one strength about the BSD Networking Stack is that it's a great reference to study and learn, because the code there is clean and simple, and very well documented - and you'll find pieces and parts of it in many other platforms because of the BSD license... if one is in a CS program at school, this is likely the first thing one will see, due to it's stability over time, and how well it's documented (and the functionality, which is obviously quite good, it's stood the test of time)
Solaris has an awesome network stack - and has for quite some time... in many ways it's actually closer to ancient Unix thru it's SysV roots (Berkley rewrote a lot of the networking code to expunge ATT copyrighted code as part of the BSD settlement). But Sun put a lot of more recent tech into that stack (example - Streams, which at the time, was revolutionary), and Oracle has been a good steward and kept it up to date - I share a lot of common concerns with the CDDL as others might after Oracle pulled back on OpenSolaris (same concerns as many feel about ZFS)...
OSX/iOS/XNU - it's a good stack as well - lot of basis goes back in NextStep, and it shares a lot of BSD heritage, but it's evolved enough on it's own to be called something separate from BSD.
Windows - the most recent stuff out of Redmond is very, very good - Server 2012 and Win10 are worlds better than what we had in Win2K/Vista era, and better than XP's.
Linux - again, quite good - the challenge with Linux is that it's evolving very fast, and this is both good and perhaps challenging for developers - there are certain API's there are fairly stable, and the extensibility of the stack allows folks to bring in new functionality with minimal impact - the big challenge with Linux is that there are many heads in that particular tent, and kernel changes as well, and this can break things - esp. with proprietary code that tries to shim into it.