Andre
Chips with Ethernet tend to be a bit complicated because the protocols used require a certain amount of RAM and security is an increasing concern - and so they will always have things like random number generators and security algorithm accelerators on board.
There is nothing MCUXpresso specific since the same can be done with any of the chips using any IDE.
In the past the Freescale Coldfire V2's were popular (such as M52233) since they had Ethernet and PHY in a single package, as did Luminary Micro's (first Cortex M3 parts on the market) Ethernet parts (take over by TI). You may find that TI still offers a single chip solution but Freescale moved away from mixed signal devices (they are more complicated and expensive to manufacture and get quite hot when the Ethernet PHY is running at 100MHz) when the Kinetis family was born.
I started with the Freescale MC9S12NE64 (a 16 bit 68HC12 based processor with 64k Flash and little RAM, but with integrated Ethernet and PHY) - see the story at http://www.utasker.com/history.html and then with Ethernet/IP with application in 32k SRAM - but it was all quite tight and today things have changed, so it may be best to also go with the flow when Ethernet (and the numerous services and protocols that that entails - and expands to) is to be used.
Regards
Mark