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
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
2014-11-10
Split the logic for the ICMP and ICMP6 case in pf_get_sport(). The
Alexander Bluhm
2014-11-10
Plug a rtentry leak and change the name of the pool to something
Martin Pieuchot
2014-11-06
fix mac address selection with unnumbered carpdevs
Henning Brauer
2014-11-06
Remove unneeded netinet6/ip6_divert.h include.
Lawrence Teo
2014-11-04
Remove "pl" suffix on pool names.
Martin Pieuchot
2014-11-03
Do no change the gateway of local routes for p2p interfaces.
Martin Pieuchot
2014-11-01
Rename rtalloc1() into rtalloc(9) and convert its flags to only enable
Martin Pieuchot
2014-10-28
Fix pipex(4) to return multicast packets to the caller so that npppd can
YASUOKA Masahiko
2014-10-28
Initialize the lists of the hash tables and the virtual pipex
YASUOKA Masahiko
2014-10-28
Fix pipex(4) to initialize DF bit in IP header for L2TP message.
YASUOKA Masahiko
2014-10-21
tun(4) has a pipex session which is used for multicast internally, it
YASUOKA Masahiko
2014-10-20
pipex(4): Converted to use pool(9)
Masao Uebayashi
2014-10-18
Whitespace.
Masao Uebayashi
2014-10-17
reset all the pfsync packet state before calling ip_output in
David Gwynne
2014-10-14
Document that lo0 must be present on your system by panic(9)ing if we
Martin Pieuchot
2014-10-14
Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and
Martin Pieuchot
2014-10-10
s/lenght/length/ in comments
Stuart Henderson
2014-10-08
print ipv6cp by name rather than number in "0x8057 output <...>" debug lines,
Stuart Henderson
2014-10-08
Tedu the RB-tree of addresses, thanks for all the fish!
Martin Pieuchot
2014-10-08
Use rtalloc1() instead of rtalloc_noclone().
Martin Pieuchot
2014-10-07
remove preliminary AOE (ata over ethernet) support. not finished after
Ted Unangst
2014-10-07
when running bpf on an outgoing vlan interface that doesnt have a
David Gwynne
2014-10-07
Since the list of mpe(4) interfaces is only accessed in process context,
Martin Pieuchot
[prev]
[next]