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_alc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing bus_dmamap_sync()'s and sync the others with
kevlo
2011-10-19
1
-12
/
+26
*
Some minor clean up to the _start funtions to make the code read a little
kevlo
2011-09-21
1
-5
/
+5
*
Fix up alc_encap() / alc_start():
kevlo
2011-09-13
1
-34
/
+23
*
Disable PHY hibernation. The PHY will go into sleep state when it
kevlo
2011-09-03
1
-7
/
+21
*
Move the comment outside of the VLAN section of code and above that
kevlo
2011-08-26
1
-2
/
+2
*
Help with the watchdog timeouts seen when unplugging the cable from
kevlo
2011-08-21
1
-11
/
+14
*
Enable MSI support; tested by krw@, Mark Peoples, and
kevlo
2011-06-17
1
-2
/
+2
*
Whitespace nits; from Brad
kevlo
2011-05-27
1
-4
/
+4
*
- For AR8132 fast ethernet controller, do not report 1000baseT
kevlo
2011-05-25
1
-6
/
+23
*
Support additional L2C variants and L1D (AR813x/AR815x chips).
sthen
2011-05-18
1
-98
/
+345
*
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
henning
2011-04-05
1
-2
/
+2
*
alc_newbuf is always called from the interrupt context so it can't sleep;
mikeb
2011-02-18
1
-18
/
+8
*
Fix two logic errors:
kevlo
2011-01-29
1
-3
/
+3
*
Add DVACT_QUIECE support. This is called before splhigh() and before
deraadt
2010-08-31
1
-2
/
+5
*
remove the unused if_init callback in struct ifnet
jsg
2010-08-27
1
-2
/
+1
*
ca_activate handler for suspend/resume. untested -- if someone tests
deraadt
2010-07-27
1
-2
/
+26
*
these files don't need to include proc.h anymore. ok oga for agp
tedu
2010-04-08
1
-2
/
+1
*
Fix multicast handling. All Atheros controllers use big-endian form
kevlo
2010-02-27
1
-2
/
+4
*
Rename _rxfilter functions to _iff for consistency. From Brad, ok kevlo@
sthen
2010-01-07
1
-5
/
+6
*
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
krw
2009-09-13
1
-27
/
+2
*
alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.
kevlo
2009-08-08
1
-0
/
+2404