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
/
netinet
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Init a variable in the recently added carp_vhe_match() function clang
jsg
2015-10-14
1
-2
/
+2
*
Make use of rtisvalid(9) to check if local route entries match existing
mpi
2015-10-13
1
-8
/
+4
*
Simplify arptfree() to no longer look at the route entry's refcounter.
mpi
2015-10-13
1
-17
/
+8
*
Use rtisivalid(9) to check if the given (cached) route can be used.
mpi
2015-10-13
1
-3
/
+3
*
Rename tame() to pledge(). This fairly interface has evolved to be more
deraadt
2015-10-09
1
-4
/
+4
*
easy size for free(); ok mpi
deraadt
2015-10-07
1
-2
/
+4
*
Initialize the routing table before domains.
mpi
2015-10-07
2
-6
/
+6
*
Move route entry debug helpers where they belong.
mpi
2015-10-07
1
-107
/
+1
*
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
uebayasi
2015-10-05
1
-1
/
+2
*
Don't count IF_DROP()'ed packets as if_oerrors too.
uebayasi
2015-10-05
1
-2
/
+1
*
add a comment above the rfc1948 code that mentions the rfc so it's easy to find
tedu
2015-10-02
1
-1
/
+4
*
Factors ou the route hashing code to implement Equal-Cost Multi-Path
mpi
2015-09-28
1
-14
/
+13
*
Merge gif(4)'s tentacles in a single file.
mpi
2015-09-28
3
-246
/
+2
*
Do not manually decrement rt's refcounter in arplookup() and let the
mpi
2015-09-28
1
-25
/
+35
*
Welcome etheranyaddr, cousin of etherbroadcastaddr.
stsp
2015-09-27
1
-1
/
+2
*
make carp_input mpsafe.
dlg
2015-09-27
1
-78
/
+234
*
Ensure that RTF_LOCAL route entries always stay UP.
mpi
2015-09-25
1
-2
/
+2
*
Always increment rt_use inside rtalloc(9) instead of doing it in some
mpi
2015-09-23
2
-4
/
+2
*
Remove inpt_lastport from struct inpcbtable, use local variables
vgross
2015-09-22
2
-17
/
+15
*
Fix uninitalized use of variable.
claudio
2015-09-16
1
-2
/
+3
*
There's no point in abstracting ifp->if_output() as long as pf_test()
mpi
2015-09-13
2
-8
/
+8
*
if_put() after if_get().
mpi
2015-09-13
1
-1
/
+2
*
Get the default loopback interface pointer just after doing a route
mpi
2015-09-13
1
-2
/
+5
*
queue revarps to softnet so we can defer processing to a context with
dlg
2015-09-13
2
-4
/
+9
*
consistently name the ifnet * that refers to the parent interface
dlg
2015-09-12
1
-50
/
+50
*
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
mpi
2015-09-12
1
-5
/
+4
*
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
mpi
2015-09-12
2
-19
/
+9
*
Introduce if_input_local() a function to feed local traffic back to
mpi
2015-09-12
2
-4
/
+4
*
Fix two cases where it was possible to call if_put with an uninitialized ifp
claudio
2015-09-12
1
-3
/
+3
*
vhif_ifp in struct carp_ifs is set but never used. it can be trimmed.
dlg
2015-09-12
1
-4
/
+1
*
vhif_nvrs in carp_if is used to count the number of entries in
dlg
2015-09-12
1
-4
/
+2
*
if_put after if_get in ip_savecontrol
dlg
2015-09-11
1
-1
/
+2
*
if_put after if_get in igmp_joingroup
dlg
2015-09-11
1
-5
/
+7
*
if_put() after if_get for ip_output. This became suddenly super trivial.
claudio
2015-09-11
1
-2
/
+6
*
There is no need to do the route lookups twice just because of IPSec.
claudio
2015-09-11
1
-114
/
+50
*
Convert _TM_ flags to TAME_ flags, collapsing the entire mapping
deraadt
2015-09-11
1
-2
/
+2
*
When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag in
bluhm
2015-09-11
1
-2
/
+2
*
Stricter checks on sockaddr content when binding PF_INET sockets.
vgross
2015-09-11
1
-7
/
+3
*
if_put after if_get.
dlg
2015-09-11
1
-10
/
+13
*
Only include <sys/tame.h> in the .c files that need it
guenther
2015-09-11
1
-1
/
+2
*
Kill yet another argument to functions in IPv6. This time ip6_output's
claudio
2015-09-11
5
-10
/
+10
*
in6_embedscope() needs to lose some weight. Remove the last argument.
claudio
2015-09-11
3
-11
/
+11
*
It is time to put inet6 on a diet. Use the flensing knife and cut out
claudio
2015-09-10
3
-8
/
+8
*
pass a cookie argument to interface input handlers that can be used
mikeb
2015-09-10
1
-5
/
+5
*
if_put after if_get.
dlg
2015-09-10
1
-29
/
+51
*
Only half of the IPv6 source address was used as input for the syn
bluhm
2015-09-10
1
-11
/
+11
*
move the if input handler list to an SRP list.
dlg
2015-09-10
1
-22
/
+5
*
correctly hold and put a reference to the revarp ifp while trying
dlg
2015-09-10
1
-14
/
+13
*
move the guts of igmp_input into a igmp_input_if function and call
dlg
2015-09-10
1
-13
/
+23
*
if_put after if_get in icmp input.
dlg
2015-09-10
1
-10
/
+22
[next]