ixgbe: Remove useless locking directives
[dragonfly.git] / sys / dev / netif / ixgbe / ixgbe.c
2012-09-29 François Tigeotixgbe: Remove useless locking directives
2012-09-29 François Tigeotixgbe: Remove link handler tasklet remnants
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-17 François Tigeotixgbe: Remove the link handler tasklet
2012-09-10 François Tigeotixgbe: Replace the TX lockmgr lock by a serializer
2012-09-10 François Tigeotixgbe: Do all RX/TX processing in ithreads
2012-09-09 François Tigeotixgbe: Remove the Adaptative Interrupt Moderation code
2012-09-09 François Tigeotixgbe: Move sysctl creation to a separate function
2012-09-08 François Tigeotixgbe: Enable existing MSI-X code
2012-09-06 François Tigeotixgbe: Explicitely enable PCIe bus mastering
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