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-05-27
In ifa_ifwithroute() the rtalloc() needs to be done against the rdomain
Claudio Jeker
2017-05-27
Remove superflyous splnet()/splx() dances.
Martin Pieuchot
2017-05-26
There is only one version of pfkey in OpenBSD and this will not change any
Claudio Jeker
2017-05-24
Fail with EINVAL when asked to create a non-root queue instead of panicking
Mike Belopuhov
2017-05-24
When using "tcpdump proto 128" the filter never matched. A sign
Alexander Bluhm
2017-05-23
Move the common length check in pf_pull_hdr() after the address
Alexander Bluhm
2017-05-22
white space fix. no functional change.
David Gwynne
2017-05-21
Fix copy/paste in comment.
Jeremie Courreges-Anglas
2017-05-20
- fixes regression found by pf_forward test
Alexandr Nedvedicky
2017-05-19
Change PF behavior to allow MLD Listener Report packets to be sent
Rafael Zalamena
2017-05-18
The function name ip4_input() is confusing as it also handles IPv6
Alexander Bluhm
2017-05-17
Protect the global list of interfaces with the NET_LOCK().
Martin Pieuchot
2017-05-16
- percpu anchor stacks
Alexandr Nedvedicky
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-05-16
Remove list member now that the global list is gone.
Martin Pieuchot
2017-05-16
Kill unused global list and protect global array by the NET_LOCK().
Martin Pieuchot
2017-05-15
Remove unused variable mobileip_softc_list.
Alexander Bluhm
2017-05-15
Protect the gloal list of gre(4) interfaces by the NET_LOCK().
Martin Pieuchot
2017-05-15
if_input() doesn't need splnet().
Martin Pieuchot
2017-05-15
bridge_ioctl() doesn't need to call splnet().
Martin Pieuchot
2017-05-15
Enable the NET_LOCK(), take 3.
Martin Pieuchot
2017-05-15
clang warns on unused static const variables. Remove one such unused
Jonathan Gray
2017-05-15
Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8)
Mike Belopuhov
2017-05-12
Unify duplicate code from address family switch in bridge_ipsec().
Alexander Bluhm
2017-05-12
Export delay statistics instead of bucket information
Mike Belopuhov
2017-05-12
Make a kernel with switch(4) but without INET6 compile again.
Alexander Bluhm
2017-05-11
Remove a leftover from the ifq_mfreeml conversion
Mike Belopuhov
2017-05-11
No need to go through a remove/insert cycle when there's a single route
Martin Pieuchot
2017-05-11
Add pf queue configuration glue for FQ-CoDel
Mike Belopuhov
2017-05-11
Increment drop counter on the enqueue failure
Mike Belopuhov
2017-05-09
pfctlinput(PRC_IFDOWN, ...) has no effect on OpenBSD so remove it.
Martin Pieuchot
2017-05-08
Replace the global variables pfr_{sin,sin6} with stack local variables
Patrick Wildt
2017-05-08
Add a compatibility shim for older pfctl binaries
Mike Belopuhov
2017-05-08
Added initial IPv6 multicast routing support for multiple rdomains:
Rafael Zalamena
2017-05-07
Fix stage transition from the initial one to DROPPING
Mike Belopuhov
2017-05-05
Put back the call to pf_remove_src_node lost in the netlock backout
Mike Belopuhov
2017-05-05
Expand SA_LEN(), there is no benefit for using the macro in the
Alexander Bluhm
2017-05-04
If m is not a continuous mbuf cluster, m_pullup() in pr_input may
Alexander Bluhm
2017-05-04
Implementation of the Flow Queue - Controlled Delay (FQ-CoDel)
Mike Belopuhov
2017-05-04
Introduce sstosa() for converting sockaddr_storage with a type safe
Alexander Bluhm
2017-05-03
Provide a function to dispose of a list of mbufs on dequeue
Mike Belopuhov
2017-05-03
update the stack doco to match reality.
David Gwynne
2017-05-03
add ifq_mfreem() so ifq backends can free packets during dequeue.
David Gwynne
2017-05-02
Provide pluggable queueing interface for pf
Mike Belopuhov
2017-04-26
Perform H-FSC root queue allocation in the kernel
Mike Belopuhov
2017-04-23
Some of the LOG_NOTICE messages from PF were seen in normal operations
Stuart Henderson
2017-04-21
Speed up DIOCKILLSTATES by using the RB tree index if all fields used
YASUOKA Masahiko
2017-04-20
Tweak lock inits to make the system runnable with witness(4)
Visa Hankala
2017-04-19
Use the rt_rmx defines that hide the struct rt_kmetrics indirection.
Alexander Bluhm
2017-04-18
Fix pipex(4) not to cause panics on strict alignment architectures.
YASUOKA Masahiko
[prev]
[next]