ath - Temporarily remove ath from kernel build
[dragonfly.git] / sys / dev / netif / ixgbe / ixgbe.c
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-06-04 Sepherosa Ziehauifq: Remove the unused parameter 'mpolled' from ifq...
2013-05-21 Sepherosa Ziehauixgbe: On transmit path, prepend the unconsumed mbuf...
2013-05-11 John MarinoMerge branch 'vendor/LESS'
2013-05-11 John MarinoMerge branch 'vendor/LIBEDIT'
2013-05-11 John MarinoMerge branch 'vendor/TCSH'
2013-05-09 John MarinoMerge branch 'vendor/AWK'
2013-05-08 John MarinoMerge branch 'vendor/ZLIB'
2013-05-08 John MarinoMerge branch 'vendor/GCC47'
2013-04-23 John MarinoMerge branch 'vendor/MPFR'
2013-04-23 John MarinoMerge branch 'vendor/DIFFUTILS'
2013-04-23 John MarinoMerge branch 'vendor/GREP'
2013-04-23 John MarinoMerge branch 'vendor/EXPAT'
2013-04-16 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE()s.
2013-04-15 Sascha WildnerMerge branch 'vendor/MDOCML'
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-20 Sascha Wildnerkernel: Use DEVMETHOD_END in the drivers.
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-16 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 1/3
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-01-24 Johannes Hofmannmerge
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-13 Sepherosa Ziehauif: Multiple TX queue support step 1 of many; introduce...
2013-01-12 Johannes Hofmannmerge
2013-01-09 Sascha Wildnerkernel: Remove some more unused variables in the networ...
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-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
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-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-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-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