ixgbe: add tso_pullup function
[dragonfly.git] / sys / dev / netif / ixgbe / ixgbe.c
2012-08-27 François Tigeotixgbe: add tso_pullup function
2012-08-27 François Tigeotixgbe: enable existing FreeBSD IPv4 TSO code
2012-08-25 François Tigeotixgbe: enable VLAN code
2012-08-21 François Tigeotixgbe: Rework ixgbe_xmit()
2012-08-17 François Tigeotixgbe: remove unneeded lockuninit call
2012-08-15 François Tigeotixgbe: Use callout_init_mp()
2012-08-14 François Tigeotixgbe: Remove the multicast spinlock
2012-08-14 François Tigeotixgbe: Remove a useless assertion
2012-08-12 François Tigeotixgbe: replace direct lockmgr calls by macros
2012-08-12 François Tigeotixgbe(4): remove a lockinit() call
2012-08-09 François Tigeotixgbe(4): Sync with FreeBSD
2012-07-22 François Tigeotixgbe(4): Use MSI by default
2012-07-11 Peter AvalosMerge branch 'vendor/OPENPAM'
2012-07-11 Peter AvalosMerge branch 'vendor/XZ'
2012-07-11 Peter AvalosMerge branch 'vendor/TNFTP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-07-11 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-07-04 Peter AvalosMerge branch 'vendor/FILE'
2012-06-30 François Tigeotixgbe: Import Intel PRO/10GbE driver from FreeBSD