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-01-18
Do not even try to dereference a NULL pointer.
Martin Pieuchot
2015-01-15
Stop including <sys/param.h> and other stuff. Assume this will be included
Theo de Raadt
2015-01-14
It is sufficient to protect in6_ifattach() with splsoftnet().
Alexander Bluhm
2015-01-13
Restore sending RTM_ADD and RTM_DELETE messages to userland for every
Martin Pieuchot
2015-01-10
Correct some comments and merge in6_if_up() into in6_ifattach() to
Martin Pieuchot
2015-01-09
correctly handle no timeouts and make timeout handling in general better.
Ted Unangst
2015-01-08
Include the Routing Table ID in "struct rtentry" and reorder the fields
Martin Pieuchot
2015-01-08
Factorize various duplicated chunks of (old and horrible) code, checking
Martin Pieuchot
2015-01-06
Remove the NOINET6 interface flag, a left-over from the times when IPv6
Stefan Sperling
2015-01-06
init a potentially uninitialised var in pf_postprocess_addr
Jonathan Gray
2014-12-29
Assert that rtrequest1(9) is always called at IPL_SOFTNET instead of
Martin Pieuchot
2014-12-28
remove KPDK. not really used, and a bad choice anyway. ok naddy
Ted Unangst
2014-12-23
unifdef some more INET. v4 4life.
Ted Unangst
2014-12-22
Make sure rtrequest1(9) is called under splsoftnet().
Martin Pieuchot
2014-12-22
convert to using siphash
Ted Unangst
2014-12-19
Do not report an EDQUOT "Disk quota exceeded" error from the routing
Alexander Bluhm
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-12-19
Support source-hash and random with tables and dynifs; not just pools.
Reyk Floeter
2014-12-19
Comment is no longer true, remove it.
Ryan Thomas McBride
2014-12-19
add messages to #error so we know what's what (and so unifdef doesn't poop)
Ted Unangst
2014-12-18
use siphash for pf_lb. for ipv6, we stretch it out a bit, but good enough.
Ted Unangst
2014-12-18
Change the link state change routing message generation to a taskq.
Kenneth R Westerback
2014-12-17
Remove the "multicast_" prefix from the fields a multicast-only struct.
Martin Pieuchot
2014-12-17
Use an interface index instead of a pointer for multicast options.
Martin Pieuchot
2014-12-16
primary change: move uvm_vnode out of vnode, keeping only a pointer.
Ted Unangst
2014-12-13
yet more mallocarray() changes.
Doug Hogan
2014-12-11
Do not change the interface of a route if it is not intended.
Martin Pieuchot
2014-12-11
Do not use "struct route" when it is not necessary.
Martin Pieuchot
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-12-08
There's no good reason to keep into "struct ifnet" a pointer that's only
Martin Pieuchot
2014-12-05
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
Martin Pieuchot
2014-12-04
Repair VLAN tagging in the bridge output path
Mike Belopuhov
2014-12-04
use siphash for trunk loadbalancing. ok deraadt
Ted Unangst
2014-12-02
replace some malloc multiplies with mallocarry. ok deraadt henning
Ted Unangst
2014-12-01
reconvert (rereconvert?) to memcpy except in the one case where memmove
Ted Unangst
2014-12-01
Make every interface with a watchdog register it's own slow timeout
Mike Belopuhov
2014-12-01
Check the header fields of GRE and MPPE packets strictly.
YASUOKA Masahiko
2014-11-29
restore the "hot" memcpy that existed before recent conversion flipflop
Ted Unangst
2014-11-25
No need to forward declare "struct route" anymore, rtalloc_mpath() no
Martin Pieuchot
2014-11-25
The proliferation of "struct route" in all its flavors didn't make
Martin Pieuchot
2014-11-24
Rename rt_ifa_addloop() into rt_ifa_addlocal() and make it return an
Martin Pieuchot
2014-11-23
length argument for some free() calls; ok doug
Theo de Raadt
2014-11-20
Yet more #include de-duplication.
Kenneth R Westerback
2014-11-20
Rework the handling of interfaces and IPv6 addresses for local delivery.
Martin Pieuchot
2014-11-19
bulk convert memcpy to memmove. at least one bcopy conversion was wrong,
Ted Unangst
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-16
remove now unnecessary casts from hash update calls.
Ted Unangst
2014-11-16
convert to use sha512 for pf iss. ok deraadt dlg
Ted Unangst
2014-11-16
mix the rdomain (rtable?) into the hash for tcp iss generation.
David Gwynne
2014-11-11
Ask networking stack to recalculate the ICMPv6 checksum in pf_route6
Mike Belopuhov
[next]