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-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
2020-01-24
move to if_vinput() in tun_dev_write.
David Gwynne
2020-01-24
provide a tun_input() interface input handler for tun(4) packets.
David Gwynne
2020-01-24
change tun_dev_write to allocate one mbuf and cluster for the whole packet.
David Gwynne
2020-01-23
simplify the uiomove loop in tun_dev_read.
David Gwynne
2020-01-23
don't need to manage TUN_NBIO ourselves, we get IO_NDELAY for free.
David Gwynne
2020-01-23
provide a custom if_enqueue handler.
David Gwynne
2020-01-23
remove IFCAP_VLAN_MTU from tap(4). it's a lie.
David Gwynne
2020-01-23
unify the tun and tap output and read behaviour.
David Gwynne
2020-01-23
mild whitespace massaging. no functional change.
David Gwynne
2020-01-23
don't prototype the cdev entrypoints, sys/conf.h already does it.
David Gwynne
2020-01-23
remove PIPEX from tun(4) now that pppac(4) should be used instead.
David Gwynne
2020-01-23
fix some ioctl/kq weirdness in the pppx(4) side of things.
David Gwynne
2020-01-22
add pppac(4) code for a dedicated PPP Access Concentrator interface.
David Gwynne
2020-01-08
Check address family of pf ioctl(2) DIOCNATLOOK parameter at kernel
Alexander Bluhm
2020-01-08
Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP and
Visa Hankala
2020-01-08
Fix confusion around rtlabelid and rtableid in rt_ifa_add() and rt_ifa_del().
Claudio Jeker
2020-01-08
In loop_clone_destroy() reset the rdomain with rtable_l2set() after
Claudio Jeker
2020-01-02
Switch bpf to use pgsigio(9) and sigio_init(9) instead of handrolling
Claudio Jeker
2020-01-02
Switch tun(4) and tap(4) to use pgsigio(9) and sigio_init(9) for
Claudio Jeker
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2019-12-23
when aggr(4) comes up, check port link state to push the rxm forward.
David Gwynne
2019-12-19
poll handlers must return a poll(2) revents value, not errno(2) values.
Reyk Floeter
2019-12-15
Add a missing unlock.
Visa Hankala
[next]