emx: emx_timer() only requires main serializer
[dragonfly.git] / sys / dev / netif / emx / if_emx.c
2012-08-08 Sepherosa Ziehauemx: emx_timer() only requires main serializer
2012-08-08 Sepherosa Ziehauem/emx: Fix up detach path
2012-08-08 Sepherosa Ziehauemx: Make sure that mbuf is changed before busdma sync
2012-08-01 Sepherosa Ziehauemx: Add EMX_TSO_DEBUG
2012-08-01 Sepherosa Ziehauemx: Remove dependency on opt_rss.h; RSS is always...
2012-08-01 Sepherosa Ziehauemx: Add TSO support
2012-08-01 Sepherosa Ziehauemx: Utilize mbuf's header lengthes
2012-07-07 Sepherosa Ziehauem/emx: Update comment concerning errata number
2012-07-07 Sepherosa Ziehauemx: Fix "Missing Interrupt Following ICR read" errata
2012-07-05 Sepherosa Ziehauem/emx: Correct ASPM settings for 82571/82572/82573
2012-07-05 Sepherosa Ziehauemx: Don't enable MSI on 82571/82572
2012-06-12 Sepherosa Ziehauemx: Utilize ifnet_serialize_array_ functions
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-04-16 Sepherosa Ziehauifnet: Factor out if_ring_count2()
2012-04-16 Sepherosa Ziehauemx: Change how IFCAP_RSS is handled
2012-04-16 Sepherosa Ziehauemx: Allow user to specify the number of RX ring to use
2012-04-16 Sepherosa Ziehauemx: Per-device tunable knobs
2012-04-13 Sepherosa Ziehauem/emx: Add a note about why MSI-X should be not enable...
2012-04-13 Sepherosa Ziehauem/emx: Update to Intel em-7.2.4
2012-04-13 Sepherosa Ziehauether: Don't manually packing up input mbufs
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-12-28 Sepherosa Ziehaupci: Factor out pci_alloc_1intr()
2011-12-27 Sepherosa Ziehauemx: emx_detach will correctly handle IRQ resource...
2011-12-27 Sepherosa Ziehauemx: Use MSI, if device supports it
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Sepherosa Ziehauemx: Use MPSAFE callout
2011-06-28 Sepherosa Ziehauem(4)/emx(4): Update to Intel's 7.1.7
2011-06-27 Sepherosa Ziehauem(4)/emx(4): Update ig_hal to Intel's 7.1.7
2011-06-24 Sascha Wildnerkernel: Use NULL for DRIVER_MODULE()'s evh ...
2010-09-09 Matthew Dillonnetwork - Make toeplitz the default
2010-06-12 Sascha Wildnernetwork code: Convert if_multiaddrs from LIST to TAILQ.
2009-04-28 Sepherosa Ziehauserializer: Revoke PROFILE_SERIALIZER kernel option
2009-04-27 Sepherosa Ziehauemx(4): If error happens, we must hold all of the seria...
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-04-12 Sepherosa ZiehauPut lwkt_serialize_array_{enter,try,exit}() into its...
2009-04-12 Sepherosa Ziehauifnet serializer split: Whack ifnet.if_serializer if...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 4/many: Add IFNET_SERIALIZE...
2009-04-12 Sepherosa Ziehauemx(4): Add serialize/deserialize functions which just...
2009-04-12 Sepherosa ZiehauFactor out lwkt_serialize_array_{enter,try,exit}()
2009-04-12 Sepherosa ZiehauAdd IFNET_SERIALIZE_RX(idx)
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauLet emx(4) install its own ifnet serialize functions
2009-03-26 Sepherosa Ziehauem/emx(4): Add 82571EB Bypass to the supported device...
2009-03-22 Sepherosa Ziehauemx(4): Pass packet info to ether_input_chain()
2009-03-22 Sepherosa Ziehauemx(4): Correct RSS configuration.
2009-03-21 Sepherosa Ziehauether_input/rss: Pass packet info to ether_input_chain.
2009-03-14 Sepherosa Ziehauemx(4): Fix comment
2009-03-14 Sepherosa Ziehauemx(4): Support IFCAP_RSS
2009-03-12 Sepherosa Ziehauemx(4): Move EMX_RSS_DEBUG into opt_emx.h
2009-03-09 Sepherosa Ziehauemx(4): Add tunable to enable/disable multi-RX queue...
2009-03-09 Sepherosa Ziehauemx(4): Add multi-RX queue support
2009-03-08 Sepherosa Ziehauemx(4): Use E1000_ICR_ macros when check against value...
2009-03-08 Sepherosa Ziehauemx(4): this driver does not support 82543
2009-03-07 Sepherosa Ziehauemx(4): Let the hardware strip the ethernet CRC on...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- use extended...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- use different...
2009-03-07 Sepherosa Ziehauemx(4): Prepare multi-RX queue support -- group RX...
2009-03-07 Sepherosa Ziehauemx(4): Factor out emx_dma_{alloc,free}()
2009-03-07 Sepherosa Ziehauemx(4): Remove emx_dma_{malloc,free}() and related...
2009-03-07 Sepherosa Ziehauemx(4): Move TX/RX desc ring alloc/free into ring creat...
2009-03-07 Sepherosa Ziehauemx(4): Regroup RX/TX ring creation code
2009-03-04 Sepherosa Ziehauemx(4): Compact transmit path a little bit
2009-03-04 Sepherosa Ziehauem/emx(4): Remove dead code; add comment.
2009-03-04 Sepherosa Ziehauem/emx(4): Don't use __predict_false when test m_len...
2009-03-04 Sepherosa Ziehauem/emx(4): Fix comment
2009-03-01 Sepherosa ZiehauCopy em(4) to emx(4), which supports only 8257{1,2...