projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
NFE - Fix bug with imtimer transitions and improve performance
[dragonfly.git]
/
sys
/
dev
/
netif
/
nfe
/
if_nfe.c
2009-09-03
Matthew Dillon
NFE - Fix bug with imtimer transitions and improve...
blob
|
commitdiff
2009-06-13
Sascha Wildner
Fix several 'cound' typos.
blob
|
commitdiff
|
diff to current
2009-03-21
Sepherosa Ziehau
ether_input/rss: Pass packet info to ether_input_chain.
blob
|
commitdiff
|
diff to current
2009-02-17
Sepherosa Ziehau
nfe(4): Coherent memory does not need to be synced
blob
|
commitdiff
|
diff to current
2009-02-17
Sepherosa Ziehau
nfe(4): Utilize bus_dmamap_load_mbuf_{segment,defrag}()
blob
|
commitdiff
|
diff to current
2009-02-17
Sepherosa Ziehau
busdma(9): Add BUS_DMA_ALIGNED hint flag
blob
|
commitdiff
|
diff to current
2009-02-17
Sepherosa Ziehau
nfe(4): busdma(9) fixes
blob
|
commitdiff
|
diff to current
2009-02-17
Sepherosa Ziehau
nfe(4): Always set high part of the address if the...
blob
|
commitdiff
|
diff to current
2009-02-17
Sepherosa Ziehau
nfe(4): busdma(9) correction
blob
|
commitdiff
|
diff to current
2008-10-28
Sepherosa Ziehau
Recollect TX/RX descriptors if we are going to switch...
blob
|
commitdiff
|
diff to current
2008-09-17
Sepherosa Ziehau
Always enable ETHER_INPUT_CHAIN support
blob
|
commitdiff
|
diff to current
2008-09-17
Sepherosa Ziehau
Remove the '2' suffix from ether_input_chain and vlan_i...
blob
|
commitdiff
|
diff to current
2008-07-27
Sepherosa Ziehau
Switch to ETHER_INPUT2 on ethernet input path by default:
blob
|
commitdiff
|
diff to current
2008-07-26
Sepherosa Ziehau
Enable hardware timer simulated interrupt moderation...
blob
|
commitdiff
|
diff to current
2008-07-22
Sepherosa Ziehau
Add serializer assertion in all NIC driver interfaces
blob
|
commitdiff
|
diff to current
2008-07-12
Sepherosa Ziehau
- Check number of free TX descs before trying to xmit...
blob
|
commitdiff
|
diff to current
2008-07-12
Sepherosa Ziehau
Add tunable for number of TX desc
blob
|
commitdiff
|
diff to current
2008-07-12
Sepherosa Ziehau
Prepare to rework nfe_start():
blob
|
commitdiff
|
diff to current
2008-07-12
Sepherosa Ziehau
- Decrease NFE_MAX_SCATTER to 32, should be enough
blob
|
commitdiff
|
diff to current
2008-07-12
Sepherosa Ziehau
Use softc sc_rx_ring_count to allocate jumbo frame...
blob
|
commitdiff
|
diff to current
2008-07-12
Sepherosa Ziehau
- Correct max segment size passed to various bus_dma_ta...
blob
|
commitdiff
|
diff to current
2008-07-09
Thomas Nikolajsen
Change name of kernel tunable from imtime to imtimer,
blob
|
commitdiff
|
diff to current
2008-07-07
Sepherosa Ziehau
White space
blob
|
commitdiff
|
diff to current
2008-07-07
Sepherosa Ziehau
The MAC address of nfe(4), whose device id is above...
blob
|
commitdiff
|
diff to current
2008-07-05
Sepherosa Ziehau
Use hardware timer to simulate interrupt moderation.
blob
|
commitdiff
|
diff to current
2008-07-05
Sepherosa Ziehau
Split hardware capabilities and softc flags
blob
|
commitdiff
|
diff to current
2008-07-05
Sepherosa Ziehau
First step to split hardware capabilities and softc...
blob
|
commitdiff
|
diff to current
2008-06-27
Sepherosa Ziehau
Rework stop path.
blob
|
commitdiff
|
diff to current
2008-06-27
Sepherosa Ziehau
- Rename NFE_RXTX_V[32]MAGIC to NFE_RXTX_DESC_V[32].
blob
|
commitdiff
|
diff to current
2008-06-27
Sepherosa Ziehau
- Disable WOL during attach, don't mess with it during...
blob
|
commitdiff
|
diff to current
2008-06-27
Sepherosa Ziehau
Add flag to indicate that the NIC does not have power...
blob
|
commitdiff
|
diff to current
2008-06-25
Sepherosa Ziehau
Missing TX_UNK -> TX_POLL conversion
blob
|
commitdiff
|
diff to current
2008-06-25
Sepherosa Ziehau
Add MCP73, MCP77 and MCP79 support.
blob
|
commitdiff
|
diff to current
2008-06-25
Sepherosa Ziehau
MCP65 has no hardware csum offloading support.
blob
|
commitdiff
|
diff to current
2008-06-24
Sepherosa Ziehau
Make nfe(4) aware ETHET_INPUT_CHAIN and ETHER_INPUT2
blob
|
commitdiff
|
diff to current
2008-05-14
Sepherosa Ziehau
Reduce ifnet.if_serializer contention on output path:
blob
|
commitdiff
|
diff to current
2008-03-10
Sepherosa Ziehau
Add ETHER_BPF_MTAP() which will call vlan_ether_ptap...
blob
|
commitdiff
|
diff to current
2008-03-10
Sepherosa Ziehau
- Embed ether vlan tag in mbuf packet header. Add...
blob
|
commitdiff
|
diff to current
2007-09-10
Sepherosa Ziehau
- Add interrupt moderation support by only using TIMER...
blob
|
commitdiff
|
diff to current
2007-08-14
Sepherosa Ziehau
Add a new csum flag to tell IP defragmenter that csum_d...
blob
|
commitdiff
|
diff to current
2007-08-10
Sepherosa Ziehau
Hardware seems to have trouble to handle fragmented...
blob
|
commitdiff
|
diff to current
2007-08-10
Sepherosa Ziehau
Fix txcsum/rxcsum ioctl support, so that txcsum and...
blob
|
commitdiff
|
diff to current
2007-08-09
Matthew Dillon
Introduce two delays in nfe_stop().
blob
|
commitdiff
|
diff to current
2007-08-09
Matthew Dillon
nfe_init() can be called as a side effect of certain...
blob
|
commitdiff
|
diff to current
2007-08-08
Sepherosa Ziehau
Add hardware csum offload support.
blob
|
commitdiff
|
diff to current
2007-06-17
Sepherosa Ziehau
- Make "ifconfig nfeX mtu xxx" work.
blob
|
commitdiff
|
diff to current
2007-05-01
Matthew Dillon
Document the interrupt moderation timer and the fact...
blob
|
commitdiff
|
diff to current
2007-05-01
Matthew Dillon
Implement kern.do_async_attach. default disabled. ...
blob
|
commitdiff
|
diff to current
2006-12-24
Sepherosa Ziehau
Add NVIDIA MCP67 LAN support.
blob
|
commitdiff
|
diff to current
2006-12-13
Thomas E. Spanjaard
Modify the device description for the standard nForce...
blob
|
commitdiff
|
diff to current
2006-12-06
Sepherosa Ziehau
nfe_init() should be called with softc not ifnet
blob
|
commitdiff
|
diff to current
2006-10-25
Matthew Dillon
Do a major clean-up of the BUSDMA architecture. A...
blob
|
commitdiff
|
diff to current
2006-09-16
Sepherosa Ziehau
nfe_jref() wrongly uses atomic_subtract_int() instead...
blob
|
commitdiff
|
diff to current
2006-09-02
Sepherosa Ziehau
Add nVidia MCP61/65 GigE support.
blob
|
commitdiff
|
diff to current
2006-08-27
Sepherosa Ziehau
- Port nfe(4) from OpenBSD.
blob
|
commitdiff
|
diff to current