=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- www/59.html 2016/03/02 06:39:09 1.47 +++ www/59.html 2016/03/02 12:52:50 1.48 @@ -75,7 +75,8 @@
  • The puc(4) driver now supports Moxa CP-168U, Perle Speed8 LE and QEMU PCI serial devices.
  • Intel 100 Series PCH Ethernet MAC with i219 PHY support has been added to the em(4) driver. -
  • The em(4) driver now processes packets without the kernel lock held. +
  • The bge(4) and em(4) drivers now process packets without the kernel lock held. +
  • The oce(4) driver now processes received packets without the kernel lock held.
  • RTL8168H/RTL8111H support has been added to re(4).
  • Initial IEEE 802.11n support in the iwm(4) @@ -94,6 +95,9 @@
  • Support for audio in Thinkpad docks has been added to the azalia(4) driver.
  • Support for Synaptic touchpads without W mode has been added to the pms(4) driver.
  • Support for tap-and-drag detection with ALPS touchpads in the pms(4) driver has been improved. +
  • The sdmmc(4) driver now supports sector mode for eMMC devices, such as those found on some BeagleBone Black boards. +
  • The cnmac(4) driver now supports checksum offloading and receives packets without the kernel lock held. +
  • The xhci(4) driver is now enabled for macppc machines.
  • ...

    @@ -125,6 +129,13 @@ pseudo-device for tunnelling Ethernet frames across IP[46] networks using RFC 3378 EtherIP encapsulation.

  • New pair(4) pseudo-device for creating paired virtual Ethernet interfaces.
  • bpf(4) now runs without the kernel lock. +
  • Split up the tun(4) + pseudo-device into tun(4) + (for layer 3) and tap(4) (for layer 2) pseudo-devices. As a result, the link0 flag has no effect on tun(4) interfaces anymore. +
  • tcpdump(1) now displays more information about IEEE 802.11 frames when run with the -y IEEE802_11_RADIO and -v options.
  • +
  • The iwn(4) driver now passes IEEE 802.11 control frames in monitor mode, allowing full capture of traffic on a particular wireless channel. +
  • pflow(4) now supports IPv6 for transport. +
  • Several interoperability issues in iked(4) have been fixed, including EAP auth with OS X El Capitan.
  • ...

    @@ -141,6 +152,7 @@

  • Routing daemons and other userland network improvements: