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
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-09-05
- split pf_find_or_create_ruleset() to smaller chunks.
Alexandr Nedvedicky
2017-09-05
Simplify rtable_mpath_insert().
Martin Pieuchot
2017-09-05
Restart the iteration when a multipath list is re-ordered to make sure
Martin Pieuchot
2017-09-05
Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq().
Martin Pieuchot
2017-09-01
Change sosetopt() to no longer free the mbuf it receives and change
Martin Pieuchot
2017-08-22
Prevent a race against ipsec_in_use.
Martin Pieuchot
2017-08-17
Remove a class from parent's active list when queue is empty
Mike Belopuhov
2017-08-17
Resolve races with the hfsc_deferred timeout
Mike Belopuhov
2017-08-17
Skip SPD lookups for short packets on IPsec-enabled bridge
Mike Belopuhov
2017-08-16
Validate pfra_type after copyin before using it to index an array
Mike Belopuhov
2017-08-15
After we stopped processing router advertisements in the kernel
Florian Obser
2017-08-14
Remove unneeded null pointer check in mpe_input*: ifp cannot be NULL.
Reyk Floeter
2017-08-14
move pf_get_wscale + pf_get_mss prototypes to pfvar.h (diff shrinkage)
Henning Brauer
2017-08-14
add half-open tcp states accounting, road paved by sashan
Henning Brauer
2017-08-14
Use the rv variable in sppp_output() as it was intended.
Reyk Floeter
2017-08-14
The "ret" return value is reused and overwritten, potentially
Reyk Floeter
2017-08-13
to change a state's state (that term is overloaded in pf, protocol state
Henning Brauer
2017-08-12
Use the NET_LOCK() macro instead of handrolling it.
Martin Pieuchot
2017-08-11
Remove NET_LOCK()'s argument.
Martin Pieuchot
2017-08-11
During MPPE key reduction on the 40 bits case the first 3 octets need to be
Ricardo Mestre
2017-08-11
space after if.
Reyk Floeter
2017-08-11
Revision 1.139 accidentally removed an ip = mtod(), resulting in a
Reyk Floeter
2017-08-11
Fix out-of-bounds read when looking up the flow-mod handler.
Reyk Floeter
2017-08-11
Set free'd tables to NULL in swofp_flow_entry_instruction_free().
Reyk Floeter
2017-08-11
Priority is stored in the vlan_pcp field not in the vlan_vid field.
Reyk Floeter
2017-08-11
Fix copy-paste error: first check is on "target", second check is on "key".
Reyk Floeter
2017-08-11
Instead of repeating the same return statement in both cases of a
Reyk Floeter
2017-08-11
Fix out-of-bounds read when looking up the multipart message handler.
Reyk Floeter
2017-08-11
Fix out-of-bounds read when looking up the message handler.
Reyk Floeter
2017-08-11
The timeval in sppp_input() is also used when the interface is not IFF_UP.
Reyk Floeter
2017-08-10
Move the solock()/sounlock() dance outside of sobind().
Martin Pieuchot
2017-08-10
A missing break in vxlan_sockaddr_cmp() could eventually trick an
Reyk Floeter
2017-08-10
The socket field so_proto can never be NULL. Remove the checks.
Alexander Bluhm
2017-08-10
The caller of sobind() has to free the name mbuf. Plug a mbuf leak
Alexander Bluhm
2017-08-10
Prevent userland to modify RTF_LOCAL route entries.
Martin Pieuchot
2017-08-06
Reduce contention on the NET_LOCK() by moving the logic of the pfpurge
Martin Pieuchot
2017-08-04
When we disable INET6 on an interface that also removes the autoconf6
Florian Obser
2017-08-02
Fix rtable regression tests.
Martin Pieuchot
2017-08-02
Move a sanity check that only makes sense for userland where it belongs.
Martin Pieuchot
2017-08-01
rt_if_track() is needed even on ramdisk kernels, because of MPATH
Theo de Raadt
2017-08-01
Add missing splx().
Martin Pieuchot
2017-07-30
Enable mpath support in the Allotment Routing Table (ART) on the ramdisk.
Florian Obser
2017-07-30
Switch installer to Allotment Routing Table (ART).
Florian Obser
2017-07-28
Add an error argument to rtm_send() instead of rerolling it inside
Martin Pieuchot
2017-07-27
Export RTAX_IFP, RTAX_IFA and RTAX_LABEL to userland in rtdeletemsg().
Martin Pieuchot
2017-07-27
For pf the anchor is a C string so ensure that the value passed in via ioctl
Claudio Jeker
2017-07-27
SEQ16_* macros weren't able to compare properly if one of the sequences is
YASUOKA Masahiko
2017-07-26
Consistantly use kp as the var name for struct keycb.
Claudio Jeker
2017-07-26
Fix typo in comment, ok deraadt@
anton
[next]