index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
Age
Commit message (
Expand
)
Author
2015-09-13
Fix double rtfree(9) in non-INET6 kernel.
Martin Pieuchot
2015-09-13
There's no point in abstracting ifp->if_output() as long as pf_test()
Martin Pieuchot
2015-09-13
queue revarps to softnet so we can defer processing to a context with
David Gwynne
2015-09-13
replace hand rolled refcounts and sleep_setup/finish with refcnts and
David Gwynne
2015-09-13
replace hand rolled reference counting with refcnts.
David Gwynne
2015-09-13
Run the interface watchdog timer routine as a task such that we have process
Mark Kettenis
2015-09-13
reintroduce mpsafe vlan_input.
David Gwynne
2015-09-13
back out mpsafe vlans while i chase down a panic when operations
David Gwynne
2015-09-12
Call socreate(9) only when we have a destination ip and port.
Florian Obser
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
Martin Pieuchot
2015-09-12
make vlan_input mpsafe by using srp lists in the vlan tag hash buckets.
David Gwynne
2015-09-12
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
Martin Pieuchot
2015-09-12
introduce SRPs to the interface index maps to make if_get() mpsafe.
David Gwynne
2015-09-12
If M_PREPEND() fails, it frees the mbuf. In this case pf_translate_af()
Alexander Bluhm
2015-09-12
Introduce if_input_local() a function to feed local traffic back to
Martin Pieuchot
2015-09-12
Use rtref(9) in rtable_match() before returning a route entry.
Martin Pieuchot
2015-09-11
Now that the port tree is clean, RTF_XRESOLVE disapear.
Martin Pieuchot
2015-09-11
Stop supporting RTF_XRESOLVE, no daemon is doing resolution these
Martin Pieuchot
2015-09-11
Introduce rtref(9) use it in rtable_lookup() before returning a route
Martin Pieuchot
2015-09-11
Apply the link state change hook to RTF_LOCAL routes.
Martin Pieuchot
2015-09-11
rtfree(9) accepts NULL now.
Martin Pieuchot
2015-09-11
Increment the reference count of CLONING routes before flushing all
Martin Pieuchot
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-09-11
remove some more trailing whitespace
David Gwynne
2015-09-11
whitespaces
Martin Pieuchot
2015-09-11
FOREACH macro is not safe to use when removing elements on a list.
Martin Pieuchot
2015-09-11
iterate over the new half of the if idx map rather than loop on the one
David Gwynne
2015-09-11
Kill yet another argument to functions in IPv6. This time ip6_output's
Claudio Jeker
2015-09-11
in6_embedscope() needs to lose some weight. Remove the last argument.
Claudio Jeker
2015-09-10
rework how we store and manage the interface index to ifp map in preparation ...
David Gwynne
2015-09-10
It is time to put inet6 on a diet. Use the flensing knife and cut out
Claudio Jeker
2015-09-10
dont leak an ifp reference if tun isnt ready to read.
David Gwynne
2015-09-10
if_put after if_get
David Gwynne
2015-09-10
if_put after if_get
David Gwynne
2015-09-10
pass a cookie argument to interface input handlers that can be used
Mike Belopuhov
2015-09-10
Even the driver that should not be named needs if_put() after if_get().
Martin Pieuchot
2015-09-10
include srp.h so userland can understand struct srpl.
David Gwynne
2015-09-10
Stop supporting RTAX_IFP arguments with an interface name in the
Martin Pieuchot
2015-09-10
if_put after if_get in if_input_process
David Gwynne
2015-09-10
move the if input handler list to an SRP list.
David Gwynne
2015-09-10
Use rtfree(9) rather than decrementing the reference counter.
Martin Pieuchot
2015-09-10
Kill two simple in6_ifstat_inc().
Martin Pieuchot
2015-09-10
only try and reference an ifp in if_get if we actually find one in
David Gwynne
2015-09-09
if_put after if_get.
David Gwynne
2015-09-09
if_put after you if_get
David Gwynne
2015-09-09
if_put after the if_get.
David Gwynne
2015-09-09
add if_put after the if_get.
David Gwynne
2015-09-09
size for free()
Florian Obser
2015-09-09
introduce reference counts for interfaces (ie, struct ifnet *ifp).
David Gwynne
2015-09-09
Remove IFM_MAKEMODE. It is unused in base and ports and there doesn't seem
Stefan Sperling
[next]