NFE - Fix bug with imtimer transitions and improve performance
[dragonfly.git] / sys / dev / netif / nfe / if_nfe.c
2009-09-03 Matthew DillonNFE - Fix bug with imtimer transitions and improve...
2009-06-13 Sascha WildnerFix several 'cound' typos.
2009-03-21 Sepherosa Ziehauether_input/rss: Pass packet info to ether_input_chain.
2009-02-17 Sepherosa Ziehaunfe(4): Coherent memory does not need to be synced
2009-02-17 Sepherosa Ziehaunfe(4): Utilize bus_dmamap_load_mbuf_{segment,defrag}()
2009-02-17 Sepherosa Ziehaubusdma(9): Add BUS_DMA_ALIGNED hint flag
2009-02-17 Sepherosa Ziehaunfe(4): busdma(9) fixes
2009-02-17 Sepherosa Ziehaunfe(4): Always set high part of the address if the...
2009-02-17 Sepherosa Ziehaunfe(4): busdma(9) correction
2008-10-28 Sepherosa ZiehauRecollect TX/RX descriptors if we are going to switch...
2008-09-17 Sepherosa ZiehauAlways enable ETHER_INPUT_CHAIN support
2008-09-17 Sepherosa ZiehauRemove the '2' suffix from ether_input_chain and vlan_i...
2008-07-27 Sepherosa ZiehauSwitch to ETHER_INPUT2 on ethernet input path by default:
2008-07-26 Sepherosa ZiehauEnable hardware timer simulated interrupt moderation...
2008-07-22 Sepherosa ZiehauAdd serializer assertion in all NIC driver interfaces
2008-07-12 Sepherosa Ziehau- Check number of free TX descs before trying to xmit...
2008-07-12 Sepherosa ZiehauAdd tunable for number of TX desc
2008-07-12 Sepherosa ZiehauPrepare to rework nfe_start():
2008-07-12 Sepherosa Ziehau- Decrease NFE_MAX_SCATTER to 32, should be enough
2008-07-12 Sepherosa ZiehauUse softc sc_rx_ring_count to allocate jumbo frame...
2008-07-12 Sepherosa Ziehau- Correct max segment size passed to various bus_dma_ta...
2008-07-09 Thomas NikolajsenChange name of kernel tunable from imtime to imtimer,
2008-07-07 Sepherosa ZiehauWhite space
2008-07-07 Sepherosa ZiehauThe MAC address of nfe(4), whose device id is above...
2008-07-05 Sepherosa ZiehauUse hardware timer to simulate interrupt moderation.
2008-07-05 Sepherosa ZiehauSplit hardware capabilities and softc flags
2008-07-05 Sepherosa ZiehauFirst step to split hardware capabilities and softc...
2008-06-27 Sepherosa ZiehauRework stop path.
2008-06-27 Sepherosa Ziehau- Rename NFE_RXTX_V[32]MAGIC to NFE_RXTX_DESC_V[32].
2008-06-27 Sepherosa Ziehau- Disable WOL during attach, don't mess with it during...
2008-06-27 Sepherosa ZiehauAdd flag to indicate that the NIC does not have power...
2008-06-25 Sepherosa ZiehauMissing TX_UNK -> TX_POLL conversion
2008-06-25 Sepherosa ZiehauAdd MCP73, MCP77 and MCP79 support.
2008-06-25 Sepherosa ZiehauMCP65 has no hardware csum offloading support.
2008-06-24 Sepherosa ZiehauMake nfe(4) aware ETHET_INPUT_CHAIN and ETHER_INPUT2
2008-05-14 Sepherosa ZiehauReduce ifnet.if_serializer contention on output path:
2008-03-10 Sepherosa ZiehauAdd ETHER_BPF_MTAP() which will call vlan_ether_ptap...
2008-03-10 Sepherosa Ziehau- Embed ether vlan tag in mbuf packet header. Add...
2007-09-10 Sepherosa Ziehau- Add interrupt moderation support by only using TIMER...
2007-08-14 Sepherosa ZiehauAdd a new csum flag to tell IP defragmenter that csum_d...
2007-08-10 Sepherosa ZiehauHardware seems to have trouble to handle fragmented...
2007-08-10 Sepherosa ZiehauFix txcsum/rxcsum ioctl support, so that txcsum and...
2007-08-09 Matthew DillonIntroduce two delays in nfe_stop().
2007-08-09 Matthew Dillonnfe_init() can be called as a side effect of certain...
2007-08-08 Sepherosa ZiehauAdd hardware csum offload support.
2007-06-17 Sepherosa Ziehau- Make "ifconfig nfeX mtu xxx" work.
2007-05-01 Matthew DillonDocument the interrupt moderation timer and the fact...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2006-12-24 Sepherosa ZiehauAdd NVIDIA MCP67 LAN support.
2006-12-13 Thomas E. SpanjaardModify the device description for the standard nForce...
2006-12-06 Sepherosa Ziehaunfe_init() should be called with softc not ifnet
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-16 Sepherosa Ziehaunfe_jref() wrongly uses atomic_subtract_int() instead...
2006-09-02 Sepherosa ZiehauAdd nVidia MCP61/65 GigE support.
2006-08-27 Sepherosa Ziehau- Port nfe(4) from OpenBSD.