merge
[dragonfly.git] / sys / dev / netif / ixgbe /
2013-01-12 Johannes Hofmannmerge
2013-01-09 Sascha Wildnerkernel: Remove some more unused variables in the networ...
2013-01-07 Sascha Wildnerkernel: Replace the remaining __amd64__ with __x86_64__...
2013-01-02 Sepherosa Ziehauif: Move IFF_OACTIVE bit into ifaltq; prepare multiple...
2012-12-27 Sepherosa Ziehauifq: Use ifq_set_maxlen for ifnet.if_snd
2012-12-05 Sascha WildnerRemove some unneeded semicolons across the tree.
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-24 Sascha Wildnerixgbe/netrate: Remove -DSMP from the Makefiles (no...
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-08 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-06 Sascha Wildnerkernel/ixgbe: Remove double definition.
2012-10-06 François Tigeotixgbe: Define missing DEBUGOUT# macros.
2012-10-03 François Tigeotixgbe: Do not use mbuf jumbo clusters
2012-10-02 François Tigeotixgbe: Use MB_DONTWAIT with mbuf operations
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-30 François Tigeotixgbe: Purge queue on inactive interfaces
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-26 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-17 François Tigeotixgbe: Remove the link handler tasklet
2012-09-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
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-07 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-06 François Tigeotixgbe: Explicitely enable PCIe bus mastering
2012-09-04 Sascha Wildnerkernel/ixgbe: Add missing braces.
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-22 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-21 François Tigeotixgbe: Rework ixgbe_xmit()
2012-08-17 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-17 François Tigeotixgbe: remove unneeded lockuninit call
2012-08-16 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
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 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-09 François Tigeotixgbe(4): Sync with FreeBSD
2012-08-09 François Tigeotixgbe: compilation fix for debug routines
2012-08-04 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-07-31 François Tigeotixgbe: remove some FreeBSD version checks
2012-07-30 Sepherosa Ziehauixgbe: Unbreak compile
2012-07-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
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-07-03 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-06-30 François Tigeotixgbe: Import Intel PRO/10GbE driver from FreeBSD