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-04-23
Add support for autmatically moving traffic between rdomains on ipsec(4)
tobhe
2020-04-20
Don't return stack garbage even if it is going to be
Kenneth R Westerback
2020-04-19
fix insufficient input sanitization in pf_rulecopyin() and pf_pool_copyin()
Alexandr Nedvedicky
2020-04-18
Use MHLEN for the space size of mbuf header. This fixes the panic
YASUOKA Masahiko
2020-04-15
Do not delete an existing RTF_CACHED entry with the same destination
Martin Pieuchot
2020-04-12
Stop processing packets under non-exclusive (read) netlock.
Martin Pieuchot
2020-04-12
make ifpromisc assert that the caller is holding the NET_LOCK.
David Gwynne
2020-04-12
say if_pcount needs NET_LOCK instead of the kernel lock.
David Gwynne
2020-04-12
take NET_LOCK in aggr_clone_destroy() before calling aggr_p_dtor()
David Gwynne
2020-04-12
take NET_LOCK in tpmr_clone_destroy() before calling tpmr_p_dtor()
David Gwynne
2020-04-12
ifpromisc() requires NET_LOCK(), so acquire the lock when changing
Visa Hankala
2020-04-11
log() lines need \n too.
David Gwynne
2020-04-11
Avoid triggering KASSERT for bogus reason in pfsync_sendout with PFSYNC_DEBUG.
Stefan Sperling
2020-04-11
Grab the exclusive NET_LOCK() in the softnet thread.
Martin Pieuchot
2020-04-11
fix build with PFSYNC_DEBUG by switching a format string from %d to %zd
Stefan Sperling
2020-04-10
Typo in comment.
Martin Pieuchot
2020-04-10
Place the 64bit key on the stack instead of malloc(9)in' it in pppx_if_find().
Martin Pieuchot
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-04-07
Deny to create a pipex session if the session id already exists.
Claudio Jeker
2020-04-07
Remove superfluous NULL check from allocation with PR_WAITOK.
Martin Pieuchot
2020-04-06
use LIST_FOERACH_SAFE() instead of manual rolling the loop.
Claudio Jeker
2020-04-06
Pass struct pipex_iface_context pointer down to pipex ioctl functions.
Claudio Jeker
2020-04-04
Prevent the destruction of a session owned by another interface.
Martin Pieuchot
2020-04-01
Disallow session timeout on pppx(4).
Martin Pieuchot
2020-03-26
Unify #ifdef guarding code to remove PPTP and L2TP sessions.
Martin Pieuchot
2020-03-25
Grab the NET_LOCK() before calling pipex_iface_stop().
Martin Pieuchot
2020-03-24
Remove redundant 'NULL' check for 'rtm'.
tobhe
2020-03-21
r1.244 introduced rt_hash() with careful checks of src for NULL at
Kenneth R Westerback
2020-03-18
Plug mem leak in SADB_REGISTER.
Martin Pieuchot
2020-03-11
properly limit indexing into the aggr_periodic_times array.
David Gwynne
2020-03-10
The return value of rt_ifa_purge() is ignored, so stop
Kenneth R Westerback
2020-03-10
Properly exit loop at end of hooks TAILQ.
tobhe
2020-03-10
Make sure return value 'error' is initialized to '0'.
tobhe
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-02-18
pppx(4): rwsleep(9) -> rwsleep_nsec(9); ok claudio@
cheloha
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
Martin Pieuchot
2020-02-15
Remove needless #ifdef.
YASUOKA Masahiko
2020-02-14
Push the KERNEL_LOCK() insidge pgsigio() and selwakeup().
Martin Pieuchot
2020-02-01
replace vlan instance SRP lists with SMR_SLISTs
Jonathan Matthew
2020-01-31
actually set the link state down when the /dev entry is closed.
David Gwynne
2020-01-30
device poll handlers should return POLL flags, not errnos.
David Gwynne
2020-01-28
Simplify filterops routines where klist_invalidate() is used.
Visa Hankala
2020-01-27
update bpf_iflist in bpfsdetach instead of bpfdetach as some drivers
Joshua Stein
2020-01-27
add some comments to tun_destroy, and try be a bit more paranoid.
David Gwynne
2020-01-25
move the SMR_LIST_REMOVE and smr_barrier up in tun_clone_destroy.
David Gwynne
2020-01-25
tweaks sleeping for an mbuf so it's more mpsafe.
David Gwynne
2020-01-25
use SMRs to find the right tun_softc on syscall entries.
David Gwynne
2020-01-25
rework the driver to better manage lifetimes and device lifetimes.
David Gwynne
2020-01-24
add pf.h include for NPF > 0 use added in rev 1.71
Jonathan Gray
2020-01-24
cleanup unused headers generated by config
Jonathan Gray
[next]