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
/
arch
/
sparc
/
dev
/
qe.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass a few more M_ZERO to malloc() or its wrappers, when useful; ok krw@
miod
2010-11-11
1
-5
/
+3
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-17
/
+8
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-7
/
+3
*
unknown ioctl is ENOTTY not EINVAL
jason
2006-05-27
1
-2
/
+2
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
splimp -> splnet
brad
2005-11-09
1
-2
/
+2
*
remove netns crud.
henning
2005-06-08
1
-19
/
+1
*
make sure interface is in RUNNING state before touching the multicast filters
brad
2005-01-15
1
-2
/
+2
*
Switch sparc to evcount; ok deraadt@
miod
2004-09-29
1
-2
/
+2
*
nuke my clause 3 & 4 (and a couple jointly (c) with Theo).
jason
2003-06-02
1
-3
/
+1
*
KNF (parenthesized returns)
jason
2002-08-07
1
-8
/
+8
*
Fix an ancient problem in how sparc interrupts are handled.
art
2002-04-30
1
-2
/
+2
*
First round of __P removal in sys
millert
2002-03-14
1
-20
/
+20
*
since we're checking, avoid an unnecessary write
jason
2002-02-08
1
-6
/
+7
*
Better IFF_OACTIVE handling; don't bother calling qestart() unless
jason
2002-02-08
1
-9
/
+17
*
Don't whine about not having carrier... ifconfig on the interface will say so.
jason
2002-01-01
1
-2
/
+1
*
convert to ALTQ style macros (these drivers appear to meet the criteria for
jason
2001-07-30
1
-3
/
+6
*
trivial ether_input_mbuf() conversions.
fgsch
2001-06-26
1
-8
/
+3
*
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
mickey
2001-02-20
1
-6
/
+1
*
- take advantage of the fact that qe's and be's require qec's and move
jason
2001-01-30
1
-98
/
+9
*
seems the qe/mace combination needs a delay between accesses to the
jason
2000-11-17
1
-7
/
+8
*
- remove other media types, the MACE isn't as bright as one would hope
jason
2000-11-16
1
-48
/
+9
*
wait for the MACE to figure out whether it has media or not, and then
jason
2000-11-16
1
-2
/
+6
*
- Fix the NMI problem: it seems the qec channel reset also resets the MACE, and
jason
2000-11-16
1
-53
/
+141
*
hmm, you'd never know these started out as if_ie.c....
jason
2000-06-18
1
-7
/
+1
*
fix mbuf chain allocation to comply with m_devget() way.
jason
1999-12-08
1
-2
/
+8
*
better promisc & allmulti handling
jason
1999-02-24
1
-53
/
+54
*
match be & qe as part of the bootpath
jason
1999-02-08
1
-1
/
+7
*
First step at unifying qe & be drivers:
jason
1998-11-02
1
-22
/
+4
*
The qec global reset should only be allowed to happen once per qec card, not
jason
1998-10-21
1
-3
/
+1
*
o Only read the per-channel status reg if the global int mask says something
jason
1998-10-20
1
-5
/
+6
*
Use register definitions from AMD databook.
jason
1998-10-19
1
-11
/
+12
*
Support for the qec+qe (SBus QuadEthernet board)
jason
1998-10-19
1
-0
/
+986