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-30
sizes for free()
Theo de Raadt
2017-05-30
teach pf_build_tcp() about SACK, ok & with sashan
Henning Brauer
2017-05-30
Introduce ipv{4,6}_input(), two wrappers around IP queues.
Martin Pieuchot
2017-05-30
Clear the internal table used by if_get(9) and sleep until all
Martin Pieuchot
2017-05-29
Replace handrolled list with LIST_* macros. OK mpi@
Claudio Jeker
2017-05-29
Kill struct pfkey_version and move struct pfkeyv2_socket & dump_state
Claudio Jeker
2017-05-29
export_pflow() is no longer grabbing the NET_LOCK(), so no need to
Martin Pieuchot
2017-05-29
PFKEY version 2 is the only pfkey version supported. No need for extra
Claudio Jeker
2017-05-29
Pass SIOCGIFMEDIA to vlan's parent interface.
Martin Pieuchot
2017-05-29
Do not try to grab the NET_LOCK() while holding an ifp reference.
Martin Pieuchot
2017-05-28
fix broken include on previous pipex commit
Mike Larkin
2017-05-28
Process packets immediately without queuing since pipex is believed MP safe
YASUOKA Masahiko
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
[next]