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-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
2017-07-24
Don't attempt to deactivate a class that doesn't have any packets in it
Mike Belopuhov
2017-07-24
Reduce NET_LOCK() contention by moving the linktstate and watchdog
Martin Pieuchot
2017-07-24
rt_getifa() is only needed for routing commands submited by userland.
Martin Pieuchot
2017-07-24
Fixup free list handling in fqcodel_deq_begin
Mike Belopuhov
2017-07-19
Fix the test condition weakened a recent change
Mike Belopuhov
2017-07-19
Factor out internal FIFO queue manager
Mike Belopuhov
2017-07-19
Rework HFSC vs FQ-CoDel checks
Mike Belopuhov
2017-07-19
The proper way to check for successful allocation of an mbuf cluster is
Claudio Jeker
2017-07-19
Fix double free in pppoe_dispatch_disc_pkt(). If m_pulldown() fails m is
Claudio Jeker
2017-07-14
kernels don't build without MROUTING because ip_var.h only sometimes
Ted Unangst
2017-07-13
Set the ipl of pipex pools to IPL_SOFTNET.
Martin Pieuchot
2017-07-12
Use a 32 bit variable to detect integer overflow when searching for
Alexander Bluhm
2017-07-11
Purging is at last at hand. Day of Doom is here. All that is evil
Florian Obser
2017-07-05
Convert pf tagname malloc(9) into pool_get(9) to make it MP safe.
Alexander Bluhm
2017-07-04
Revert previous, it exposed two edge cases still requiring the
Martin Pieuchot
2017-07-03
Both PF_ROUTE and PF_KEY need to start to take care of their own PCB list
Claudio Jeker
2017-07-03
Drop the KERNEL_LOCK() in pf_purge_thread().
Martin Pieuchot
2017-06-28
Introduce a simple mechanism to select the appropriate queue manager
Mike Belopuhov
2017-06-28
Tighten up FQ-CoDel vs HFSC checks
Mike Belopuhov
2017-06-28
Provide pf queue manager API
Mike Belopuhov
2017-06-28
Extend pf queueing ops to include queue manager hooks
Mike Belopuhov
[next]