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_lmc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky.
deraadt
2015-04-09
1
-1377
/
+0
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-3
/
+1
*
remove ^L characters. no binary change.
dlg
2015-02-27
1
-9
/
+9
*
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
2014-12-05
1
-1
/
+2
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok
henning
2011-07-07
1
-3
/
+3
*
remove dead assignment and newly created unused variable.
chl
2010-01-04
1
-4
/
+1
*
add IFQ_SET_MAXLEN
brad
2006-05-13
1
-1
/
+2
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-4
/
+5
*
Move lmc_system_errors[] so that there is only one instance of it in the
miod
2006-03-16
1
-1
/
+12
*
first round of lmc(4) cleaning. removes a good portion of the ifdef
brad
2005-11-07
1
-239
/
+7
*
add bus_dma and big endian support.
brad
2005-11-05
1
-125
/
+232
*
In kernel pppoe client, a simple IPv4 only implementation.
canacar
2004-11-28
1
-1
/
+2
*
network drivers don't need to include bpfdesc.h
tedu
2004-05-12
1
-2
/
+1
*
change arguments to suser. suser now takes the process, and a flags
tedu
2003-08-15
1
-2
/
+2
*
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
itojun
2002-06-30
1
-1
/
+2
*
withough -> without
deraadt
2002-06-02
1
-2
/
+2
*
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
miod
2001-11-06
1
-2
/
+2
*
Don't include <vm/vm_kern.h> if you don't need foo_map.
miod
2001-09-11
1
-2
/
+1
*
absolutely no need to include vm_parm.h after vm.h
mickey
2001-08-12
1
-2
/
+1
*
Remove dubious #include MACRO "string" construct (non-ANSI)
espie
2001-07-09
1
-2
/
+6
*
ALTQ'ify network drivers.
kjc
2001-06-27
1
-11
/
+21
*
recieve -> receive
nate
2001-06-27
1
-2
/
+2
*
Get rid of CLSIZE and all related stuff.
art
2001-05-05
1
-3
/
+3
*
Cleanup SIOCSIFMTU
chris
2000-04-27
1
-4
/
+4
*
Maintain tx clock state and set RED LED appropriately for SSI card
chris
2000-02-06
1
-5
/
+26
*
Make LEDs (mostly) accurate for all models instead of just LMC1000
chris
2000-02-06
1
-8
/
+73
*
general cleanup (remove LMC_IOMAPPED crud entirely)
chris
2000-02-01
1
-1
/
+4
*
Require privileges in LMCSIOINFO.
angelos
1999-12-15
1
-3
/
+2
*
lmc driver; ported by chris@dqc.org
deraadt
1999-07-01
1
-0
/
+1393