index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_nfereg.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure newer adapters are not in powerdown mode.
jsg
2007-12-05
1
-1
/
+6
*
Add support for HW TCP/IP checksum offload for adapters that support it.
damien
2007-01-08
1
-3
/
+5
*
Correct the WOL magic value and rename NFE_WOL_MAGIC to NFE_WOL_ENABLE.
brad
2006-11-15
1
-2
/
+2
*
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
brad
2006-05-28
1
-2
/
+5
*
increase the Tx ring count from 64 to 256.
brad
2006-05-01
1
-2
/
+2
*
Use %b in error flag printfs to describe meaning of error bits.
jsg
2006-04-26
1
-1
/
+8
*
re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causing
damien
2006-02-22
1
-2
/
+6
*
- remove mbuf linearization code. it is broken in this context and it is very
damien
2006-02-20
1
-2
/
+2
*
- fix h/w VLAN tagging and enable it for adapters that support it (VLAN tag
damien
2006-02-19
1
-1
/
+7
*
- stop enabling/disabling interrupts in nfe_intr().
damien
2006-02-16
1
-4
/
+4
*
add support for 64bit rings base addresses.
damien
2006-02-15
1
-3
/
+5
*
- enable jumbo frames for adapters that support it.
damien
2006-02-15
1
-4
/
+10
*
initial jumbo frames support (disabled for now).
damien
2006-02-12
1
-1
/
+5
*
- call nfe_ifmedia_upd() early in nfe_init() to reset the PHY.
damien
2006-02-11
1
-2
/
+2
*
force a wakeup of the MAC in nfe_init().
damien
2006-02-11
1
-1
/
+4
*
reorganize descriptors flags declarations; it was very confusing.
damien
2006-02-04
1
-12
/
+14
*
- start MII timer in nfe_init() and move timer initialization in nfe_attach()
damien
2006-02-04
1
-9
/
+15
*
- add support for multicast filters.
damien
2006-02-04
1
-9
/
+9
*
fixes miibus_{read,write}reg routines.
damien
2006-01-22
1
-4
/
+6
*
initial Tx/Rx bits. not working yet.
damien
2006-01-18
1
-15
/
+28
*
Split length and flags up into seperate variables in
jsg
2005-12-17
1
-4
/
+6
*
Initial bits for an nvidia nforce Ethernet driver.
jsg
2005-12-14
1
-0
/
+130