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-25
Ensure that RTF_LOCAL route entries always stay UP.
Martin Pieuchot
2015-09-24
add a comment explaining how we serialize when switching trunkproto;
Mike Belopuhov
2015-09-24
Avoid a theoretical m_pullup(9) mishandling by delegating the mbuf
Mike Belopuhov
2015-09-23
Serialize trunk changes with input handler insertion and removal.
Mike Belopuhov
2015-09-23
Removes locking macros that we've inherited from NetBSD/FreeBSD.
Mike Belopuhov
2015-09-23
Keep track of an active port in the failover trunk to avoid list
Mike Belopuhov
2015-09-23
Remove trunk watchdog code since it doesn't do anything useful
Mike Belopuhov
2015-09-23
Always increment rt_use inside rtalloc(9) instead of doing it in some
Martin Pieuchot
2015-09-22
Use the radix-tree API instead of function pointers.
Martin Pieuchot
2015-09-22
When a connected route is deleted, pass the corresponding priority to
Martin Pieuchot
2015-09-21
Pass the correct variable to free(9) and while here add the size.
Martin Pieuchot
2015-09-21
Set the correct priority for connected routes.
Martin Pieuchot
2015-09-17
instead of leaking rarp packets, break from the switch statement
David Gwynne
2015-09-15
link_addr() is gone
Philip Guenther
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
[next]