netif: Enable ifpoll in module building
[dragonfly.git] / sys / dev / netif /
2012-10-20 Sepherosa Ziehaunetif: Enable ifpoll in module building
2012-10-20 Sepherosa Ziehauifpoll: Make status fraction and TX fraction easier...
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-17 Sepherosa Ziehaubnx: Switch from DEVICE_POLLING to ifpoll
2012-10-15 Sepherosa Ziehauigb: Per-device TX/RX descriptor count tunables
2012-10-15 Sepherosa Ziehauigb: Cache align software TX/RX descriptors
2012-10-15 Sepherosa Ziehauigb: Move uncommonly accessed fields to the end of...
2012-10-14 Sepherosa Ziehauemx: Cache align software TX/RX descriptors
2012-10-14 Sepherosa Ziehauemx: Group TX related fields into emx_txdata; use it...
2012-10-13 Sascha Wildnermxge(4): Fix "always_inline function might not be inlin...
2012-10-12 Sepherosa Ziehauemx: Pass emx_rxdata to RX related functions
2012-10-12 Sepherosa Ziehauemx: Add comment and add assertion about serializer...
2012-10-12 Sepherosa Ziehauemx: Remove unused statistics
2012-10-12 Sepherosa Ziehauifpoll: Don't pass pollhz to status poll handler
2012-10-12 Sepherosa Ziehaujme: Let callout run on CPU0, this is where main serial...
2012-10-11 Sascha Wildnerkernel/mii_layer: Little indentation fix.
2012-10-11 Sascha Wildnerusb4bsd: Separate building of the old USB modules.
2012-10-11 Sepherosa Ziehaujme: Cache align software TX/RX descriptor data
2012-10-10 Matthew Dillonkernel - Add MODULE_VERSION for if_ale
2012-10-09 Sepherosa Ziehaujme: Put TX related stuffs into struct jme_txdata
2012-10-09 Sepherosa Ziehaujme: Move uncommonly accessed fields to the end of...
2012-10-07 Sepherosa Ziehauigb: Use kmalloc_cachealign to allocate rx ring, tx...
2012-10-06 Sepherosa Ziehauigb: Cache align msix, rx and tx data
2012-10-06 Sepherosa Ziehauigb: Remove unused code
2012-10-06 Sepherosa Ziehauigb: Change polling(4) support to ifpoll support
2012-10-06 Sascha Wildnerkernel/ixgbe: Remove double definition.
2012-10-06 François Tigeotixgbe: Define missing DEBUGOUT# macros.
2012-10-06 Sepherosa Ziehaure: Don't enable MSI by default
2012-10-06 Sepherosa Ziehauigb: Initialize if_name so functions used on if_init...
2012-10-05 Tim Bissonre(4): Use MSI if device supports it.
2012-10-03 François Tigeotixgbe: Do not use mbuf jumbo clusters
2012-10-03 Nuno Antuneskernel: Fix a few more mbuf MB_* vs. kmalloc M_* flag...
2012-10-02 François Tigeotixgbe: Use MB_DONTWAIT with mbuf operations
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-30 Sepherosa Ziehaujme: Factor out jme_rx_restart
2012-09-30 Sepherosa Ziehaujme: Rework MSI-X mapping, so RX MSI-X need not read...
2012-09-30 Sepherosa Ziehaujme: Remove unused macros
2012-09-30 Sepherosa Ziehaujme: Make sure only rx desc empty is cleared in status...
2012-09-30 Sepherosa Ziehaujme: Move colesce parameters setup out of sysctl tree...
2012-09-30 Sepherosa Ziehaujme: Change polling(4) support to ifpoll support
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-23 Sepherosa Ziehauaue/lgue: Utilize netisr to run if_start
2012-09-22 Sepherosa Ziehauemx: Allow user to specify RX/TX processing CPU's offset
2012-09-18 Sepherosa Ziehauifpoll: Setup if_start cpuid for NPOLLING properly
2012-09-17 François Tigeotixgbe: Remove the link handler tasklet
2012-09-17 Sepherosa Ziehauifpoll: Field renaming; if_qpoll -> if_npoll
2012-09-10 Sascha Wildnerkernel: Use NULL instead of 0 for pointers, part 1/x.
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-09 Sascha Wildnerkernel/bce: Fix an impossible && that should really...
2012-09-08 François Tigeotixgbe: Enable existing MSI-X code
2012-09-06 François Tigeotixgbe: Explicitely enable PCIe bus mastering
2012-09-04 Sascha Wildnerkernel/ixgbe: Add missing braces.
2012-08-29 Sepherosa Ziehaujme: RX interrupt to ~6000Hz, TX interrupt to ~4000Hz
2012-08-29 Sepherosa Ziehaujme: Record number of times that RX ring becomes empty
2012-08-29 Sepherosa Ziehaujme: Allow MSI-X be evenly spreaded across CPUs
2012-08-29 Sepherosa Ziehauigb: Set default RX descriptor count to 512
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-23 Sepherosa Ziehaujme: Add TSO support
2012-08-22 Sepherosa Ziehaujme: Let the software to check hardware supplied hash
2012-08-21 François Tigeotixgbe: Rework ixgbe_xmit()
2012-08-19 Sepherosa Ziehaujme: Cache align RX/TX data structure
2012-08-19 Sepherosa Ziehaujme: Only main serializer is needed for timeout callback
2012-08-19 Sepherosa Ziehaujme: Don't immediately recycle the TX descriptor even...
2012-08-18 Sepherosa Ziehaubce: Dispatch callouts to interrupt's target CPU
2012-08-18 Sepherosa Ziehaubce: Rework MSI checkout for 5706 and 5708
2012-08-18 Sepherosa Ziehaubge: Use MPSAFE callout
2012-08-18 Sepherosa Ziehaubge: Always configure MII mode register
2012-08-18 Sepherosa Ziehaubnx: Enable 500Khz MII management interface frequency
2012-08-17 François Tigeotixgbe: remove unneeded lockuninit call
2012-08-15 François Tigeotixgbe: Use callout_init_mp()
2012-08-15 Sepherosa Ziehauem: Add TSO support for certain PCIe chips
2012-08-15 Sepherosa Ziehauem: Utilize mbuf's header length to setup TX csum context
2012-08-15 Sepherosa Ziehauem: Change TXCSUM does not require reinitialize hardware
2012-08-15 Sepherosa Ziehauem: Pack boolean fields into flags
2012-08-15 Sepherosa Ziehauem: Increase RX/TX descriptor count to 512
2012-08-14 Sepherosa Ziehaubge: Allow max BDs based coalesce to be disabled
2012-08-14 Sepherosa Ziehaubge: Don't peek at the TX descriptor in txeof()
2012-08-14 François Tigeotixgbe: Remove the multicast spinlock
2012-08-14 Sepherosa Ziehaubnx: Don't peek at the TX descriptor in txeof()
2012-08-14 Sepherosa Ziehauemx: Pack boolean fields into flags
2012-08-14 Sepherosa Ziehauigb: Remove no longer referenced code
2012-08-14 Sepherosa Ziehauigb: Remove unused code; adjust and add comment
2012-08-14 Sepherosa Ziehauigb: Remove unused field
2012-08-14 François Tigeotixgbe: Remove a useless assertion
2012-08-13 Sepherosa Ziehaubce: Unbreak LINT building
2012-08-12 François Tigeotixgbe: replace direct lockmgr calls by macros
2012-08-12 Sepherosa Ziehaubge: Add TSO support for BCM5755 family chips
2012-08-12 François Tigeotixgbe(4): remove a lockinit() call
2012-08-10 Sepherosa Ziehaubce: Add TSO support
2012-08-10 Sepherosa Ziehaubce: Remove debug stuffs from polling code
2012-08-10 Sepherosa Ziehaubce: Remove debug stuffs from output path
next