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-28
Check also whether the interfaces is matched when pipex check PPPoE
YASUOKA Masahiko
2017-05-28
Use interface index and if_{put,get} instead of ifnet pointer.
YASUOKA Masahiko
2017-05-28
Use interface index instead of ifnet pointer.
YASUOKA Masahiko
2017-05-28
Limit the nested header chain for IPv6 extensions headers and for
Alexander Bluhm
2017-05-28
Fix bad white spaces, wrap long lines, kill some empty lines.
Alexander Bluhm
2017-05-28
Add missing NET_UNLOCK() in error path.
Martin Pieuchot
2017-05-28
Pf was handling IPv4 and IPv6 differently regarding AH extension
Alexander Bluhm
2017-05-28
trunk_port_destroy() needs the NET_LOCK().
Martin Pieuchot
2017-05-28
Remove all splnet/splx from pipex(4) and pppx(4) and replace some of
YASUOKA Masahiko
2017-05-28
Leaving IP multicast group requires the NET_LOCK().
Martin Pieuchot
2017-05-28
Remove useless splnet()/splx() dances.
Martin Pieuchot
2017-05-28
Protect the global array of interfaces with the NET_LOCK().
Martin Pieuchot
2017-05-27
fix previous as noted by mpi, thx florian
Sebastian Benoit
2017-05-27
move sending of pflow packet into a task, seperated from the data
Sebastian Benoit
2017-05-27
Push the NET_LOCK down into PF_KEY so that it can be treated like PF_ROUTE.
Claudio Jeker
2017-05-27
Protect the global list of softc with the NET_LOCK().
Martin Pieuchot
2017-05-27
Protect the global list of softc with the NET_LOCK().
Martin Pieuchot
2017-05-27
Remove useless splnet()/splx() dances.
Martin Pieuchot
2017-05-27
Use rn_inithead() instead of rn_inithead0(). Since rn_inithead0()
YASUOKA Masahiko
2017-05-27
Remove obsolete comment talking about splnet().
Martin Pieuchot
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
[next]