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
2020-11-05
Enable support for ASN1_DN ipsec identifiers.
Peter Hessler
2020-11-05
Replace wrong cast with satosin.
denis
2020-11-04
Use sysctl_int_bounded in bpf_sysctl
gnezdo
2020-11-03
replace the nvgre node when the endpoint ip changes.
David Gwynne
2020-10-31
release the correct lock in noise_remote_begin_session()
Jasper Lievisse Adriaanse
2020-10-29
Add feature to force the selection of source IP address
denis
2020-10-22
- missing NET_UNLOCK() in pf_ioctl.c error path
Alexandr Nedvedicky
2020-10-21
Provide dummy definitions for NET_LOCK() and PF_LOCK() when compiling this
Mark Kettenis
2020-10-21
- fixing fatal typos fp vs fp_prealloc.
Alexandr Nedvedicky
2020-10-21
Prevent NULL dereference introduced in previous.
Martin Pieuchot
2020-10-21
- move NET_LOCK() further down in pf_ioctl.c. Also move memory allocations
Alexandr Nedvedicky
2020-10-14
replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won't
Christian Weisgerber
2020-10-04
fix indent
anton
2020-10-03
Introduce `if_cloners_lock' rwlock and use it to serialize
mvs
2020-10-02
relax check for valid onrdomain range. onrdomain is -1 if the value is
Claudio Jeker
2020-10-01
rdomain IDs do not need to exist for "on rdomain N" to work
kn
2020-10-01
fix indentation
Jonathan Gray
2020-09-30
We have no if_attachtail() function so remove the declaration.
mvs
2020-09-23
Fix declaration of `routedomain'. It's not external here.
mvs
2020-09-22
Document locks which protect `rtpcb' struct members.
mvs
2020-09-20
Set `if_snd' queue maximum length to 1. This enforces calls of
mvs
2020-09-13
Start documenting locks for struct pppoe_softc members
kn
2020-09-12
Keep port interface UP on removal
kn
2020-09-12
Add sizes to free() calls
kn
2020-09-01
zap nasty whitespace
Theo Buehler
2020-09-01
Fix a leak due to a missing free on m_defrag(m, M_NOWAIT) failure.
Theo Buehler
2020-08-30
Don't include "net/netisr.h" header. It's not needed here.
mvs
2020-08-30
pppac(4) uses per cpu counters for collect `ifnet' statistics, but in
mvs
2020-08-28
Make sure not to pass NULL to explicit_bzero().
tobhe
2020-08-28
Add missing #if's to fix build without bpf(4).
mvs
2020-08-27
Use p2p_rtrequest()
kn
2020-08-27
Make pipex(4) more common for pppac(4) and pppx(4). Replace
YASUOKA Masahiko
2020-08-24
Rehash main ruleset after rule expiration
kn
2020-08-24
Remove ptr_array from struct pf_ruleset
kn
2020-08-22
Add sizes to free() calls
kn
2020-08-21
Leave default ifq_maxlen handling to ifq_init()
kn
2020-08-21
Add sizes to free(9) calls
kn
2020-08-19
Allow SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root
kn
2020-08-14
Zap LOOPALIVECNT
kn
2020-08-14
Set `IFXF_MPSAFE' bit to pppx(4) related `ifnet'. This moves pppx(4)
mvs
2020-08-13
Add a ROUTE_FLAGFILTER socket option for routing sockets, allowing
Jonathan Matthew
2020-08-13
Use rtm_miss() rather than the simpler rtm_send() to send route delete
Jonathan Matthew
2020-08-12
Remove interface statistics update for outgoing packets. We shouldn't
mvs
2020-08-11
Run start routing without KERNEL_LOCK()
kn
2020-08-10
Set `IFXF_MPSAFE' bit to pppac(4) related `ifnet'. This moves pppac(4)
mvs
2020-08-09
vether(4) is pretty dummy. It contains nothing requires to be protected.
mvs
2020-08-07
pfkey_get may allocate more memory than is needed to hold the SA
tobhe
2020-08-06
Allow pf(4) to divert packets from bridge(4) to local socket.
Alexander Bluhm
2020-08-06
Remove defines for `netisr' bits which are not used anymore.
mvs
2020-08-05
Use PFKEYV2_LIFETIME_CURRENT instead of magic number.
tobhe
[next]