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-08-03
A recently added sanity check panic in pf_postprocess_addr() was
Jonathan Gray
2015-07-29
Don't use mpls_input() as input handler anymore and instead call it
Rafael Zalamena
2015-07-21
Added OpenBSD CVS tag.
Rafael Zalamena
2015-07-21
No more AF_LINK addresses on the per-ifp address lists. ok mpi@
Jeremie Courreges-Anglas
2015-07-21
We don't do 'ARGSUSED' anymore
Florian Obser
2015-07-21
use curproc instead of proc0
Florian Obser
2015-07-21
Put the mbuf_list inside "#ifdef MPLS".
Martin Pieuchot
2015-07-21
- added /* FALLTHROUGH */ comments, typecasts (u_int32_t)-1, ...
Alexandr Nedvedicky
2015-07-20
Use the kernel socket interface (sosend(9) etc) instead of shoving
Florian Obser
2015-07-20
Remove splassert(IPL_NET) from if_input().
Martin Pieuchot
2015-07-20
Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.
Rafael Zalamena
2015-07-20
Kill NETISR_MPLS, from now on we will use interface input handlers to deal
Rafael Zalamena
2015-07-20
Add some panics to default paths where code later assumes a non default
Jonathan Gray
2015-07-20
INET6 is here to stay, so stop hauling around never-compiled code
Ryan Thomas McBride
2015-07-19
rule_item might leak, when pf_create_state() fails
sashan
2015-07-19
potential memory leak in SIOCADDRULE
sashan
2015-07-19
unsinged variables should not be compared to be leq than 0 (unsigned a <= 0)
sashan
2015-07-19
unused arguments at pf_normalize_tcp_init() and pf_refragment6()
sashan
2015-07-18
pf_send_tcp() should also use unhandled_af()
sashan
2015-07-18
Raise SPL to SPL_NET before calling if_input() in vxlan_lookup().
Kazuya Goda
2015-07-18
NET_RT_DUMP is dumb and tries to iterates over all possible AF tables
Martin Pieuchot
2015-07-18
msg.mpi
sashan
2015-07-18
follow up changes on unknown AF handling
sashan
2015-07-18
There's no longer a need to force carp(4) interfaces to be the last ones
Martin Pieuchot
2015-07-18
Abstract the routing table internals behind an rtable_* API.
Martin Pieuchot
2015-07-18
Even if pf(4) is not compiled with SMALL_KERNEL add a define around
Martin Pieuchot
2015-07-18
INET/INET6 address family check should be unified in PF
sashan
2015-07-18
Packets that make it to ether_input that have M_VLANTAG set must be dropped.
Claudio Jeker
2015-07-18
On systems with a full routing table (550k+), we often want to be able to
Peter Hessler
2015-07-17
Drop promiscuously received packets if the trunk(4) interface is not
Martin Pieuchot
2015-07-17
remove obsolete INET kernel option
Ted Unangst
2015-07-17
Fix MPLS routing when receiving packet with multiple labels.
rzalamena
2015-07-17
sa_family_t should not be confused with u_int8_t
sashan
2015-07-17
fix the indentation of a block of code, no binary change
Jonathan Gray
2015-07-17
manage spd entries by using the radix api directly instead of
Bret Lambert
2015-07-17
Pass the correct argument to bstp_notify_rtage().
Martin Pieuchot
2015-07-17
Explicitly do EtherIP encapsulation in bridge_ifenqueue().
Martin Pieuchot
2015-07-16
Keep private definitions private.
Martin Pieuchot
2015-07-16
Kill IP_ROUTETOETHER.
Martin Pieuchot
2015-07-16
add missing malloc check
Florian Obser
2015-07-16
Fix rn_match and there for the expoerted lookup functions in radix.c
Claudio Jeker
2015-07-16
Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.
Martin Pieuchot
2015-07-16
Properly layer Router Solicitation code.
Martin Pieuchot
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2015-07-08
Linking the local socket to pf states went wrong when IPsec was
Alexander Bluhm
2015-07-08
Use a new RTF_CONNECTED flag for interface (connected) routes.
Martin Pieuchot
2015-07-08
RTF_LOCAL and RTF_BROADCAST must not be settable by userland.
Martin Pieuchot
2015-07-08
MFREE(9) is dead, long live m_freem(9)!
Martin Pieuchot
2015-07-07
Do not return internal nodes to the upper layer in rn_lookup().
Martin Pieuchot
2015-07-02
most of the destinations for mbufs in ether_input are mpsafe except for
David Gwynne
[next]