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
/
net
/
if_loop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
deprecate interface input handler lists, just use one input function.
dlg
2020-07-22
1
-8
/
+5
*
In loop_clone_destroy() reset the rdomain with rtable_l2set() after
claudio
2020-01-08
1
-2
/
+6
*
When we needed the kernel lock for local IP packet delivery, mpi@
bluhm
2019-08-06
1
-5
/
+5
*
allow the automatically created loopback interfaces in rdomains to be
henning
2018-09-09
1
-3
/
+22
*
Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now.
claudio
2018-03-02
1
-14
/
+1
*
Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act
claudio
2018-02-10
1
-1
/
+14
*
Creating a cloned interface could return ENOMEM due to temporary
bluhm
2018-01-09
1
-6
/
+2
*
add ifiqueues for mp safety and nics with multiple rx rings.
dlg
2017-12-15
1
-7
/
+2
*
- add one more softnet taskq
sashan
2017-10-31
1
-2
/
+2
*
There was a possible stack overrun in the network since we had
bluhm
2017-10-19
1
-3
/
+30
*
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
bluhm
2017-04-19
1
-3
/
+3
*
A space here, a space there. Soon we're talking real whitespace
krw
2017-01-24
1
-11
/
+11
*
Flag pseudo-interfaces as such in order to call add_net_randomness()
mpi
2017-01-23
1
-1
/
+2
*
Do not return an error code for SIOCSIFFLAGS.
mpi
2017-01-19
1
-1
/
+3
*
Automatically create a default lo(4) interface per rdomain.
mpi
2016-11-14
1
-3
/
+4
*
We're always ready! So send IFQ_SET_READY() to the bitbucket.
mpi
2016-04-13
1
-2
/
+1
*
remove old lint annotations
tedu
2015-12-05
1
-4
/
+1
*
Keep lo(4) definitions inside if_loop.c
mpi
2015-11-27
1
-1
/
+7
*
Store the index of the lo0 interface instead of a pointer to its
mpi
2015-11-11
1
-4
/
+4
*
Introduce if_rtrequest() the successor of ifa_rtrequest().
mpi
2015-10-25
1
-7
/
+3
*
Introduce if_input_local() a function to feed local traffic back to
mpi
2015-09-12
1
-46
/
+2
*
Don't use mpls_input() as input handler anymore and instead call it
rzalamena
2015-07-29
1
-11
/
+4
*
Put the mbuf_list inside "#ifdef MPLS".
mpi
2015-07-21
1
-1
/
+3
*
Remove splassert(IPL_NET) from if_input().
mpi
2015-07-20
1
-5
/
+1
*
Kill NETISR_MPLS, from now on we will use interface input handlers to deal
rzalamena
2015-07-20
1
-3
/
+14
*
Store a unique ID, an interface index, rather than a pointer to the
mpi
2015-06-16
1
-2
/
+2
*
replace the use of ifqueues for most input queues serviced by netisr
dlg
2015-04-10
1
-15
/
+6
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Do not overwrite user-specified MTU.
mpi
2015-01-27
1
-2
/
+2
*
unifdef INET in net code as a precursor to removing the pretend option.
tedu
2014-12-19
1
-8
/
+1
*
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
mpi
2014-12-05
1
-1
/
+2
*
length argument for some free() calls; ok doug
deraadt
2014-11-23
1
-2
/
+2
*
Document that lo0 must be present on your system by panic(9)ing if we
mpi
2014-10-14
1
-2
/
+4
*
Do not protect the SIOCSIFADDR call by splnet(). Drivers already
mpi
2014-10-07
1
-4
/
+2
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
There is no reason why one needs to have a lo(4) MTU that is arch specific.
claudio
2014-05-14
1
-6
/
+2
*
/*
henning
2014-04-19
1
-94
/
+1
*
Remove the number of in6_var.h inclusions by moving some functions and
mpi
2013-10-24
1
-2
/
+1
*
Remove the number of in_var.h inclusions by moving some functions and
mpi
2013-10-23
1
-2
/
+1
*
Uniformize drivers doing nothing with their multicast filters to make
mpi
2013-10-19
1
-21
/
+1
*
Remove unused argument from *rtrequest()
mpi
2013-08-28
1
-2
/
+2
*
do not include machine/cpu.h from a .c file; it is the responsibility of
deraadt
2013-03-28
1
-2
/
+1
*
Switch to ANSI C prototypes. Diff by somebody else which I no longer remember.
claudio
2013-03-10
1
-24
/
+9
*
Use DLT_LOOP for all tunneling interfaces.
yasuoka
2012-04-14
1
-3
/
+2
*
begone, fucking rotten appletalk shit. ok room
henning
2011-07-09
1
-19
/
+1
*
make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without this
sthen
2011-07-04
1
-3
/
+7
*
Add MPLS support to loopback.
norby
2008-05-07
1
-1
/
+17
*
return with ENOTTY instead of EINVAL for unknown ioctl requests.
brad
2007-12-20
1
-2
/
+2
*
malloc sweep:
henning
2007-09-15
1
-3
/
+2
[next]