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
/
netinet
/
ip_divert.h
Age
Commit message (
Expand
)
Author
2022-05-05
Clean up divert_packet(). Function does not return error, make it
Alexander Bluhm
2022-02-25
Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com
Philip Guenther
2022-02-25
Move pr_attach and pr_detach to a new structure pr_usrreqs that can
Philip Guenther
2020-08-24
Convert divert*_sysctl to sysctl_bounded_args
gnezdo
2017-11-02
Move PRU_DETACH out of pr_usrreq into per proto pr_detach
Florian Obser
2017-04-14
Pass down the address family through the pr_input calls. This
Alexander Bluhm
2017-03-13
Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.
Claudio Jeker
2017-02-09
percpu counters for divert(4) stats
Jeremie Courreges-Anglas
2017-01-25
Since raw_input() and route_input() are gone from pr_input, we can
Alexander Bluhm
2014-07-10
Simplify the way divert(4) sends packets to userspace: Instead of
Lawrence Teo
2014-04-23
No need for vargs here.
Florian Obser
2012-10-21
Add the IP_DIVERTFL socket option on divert(4) sockets to control
Sebastian Benoit
2009-10-04
Add (again) support for divert sockets. They allow you to:
Michele Marchetto
2009-09-08
I had not enough oks to commit this diff.
Michele Marchetto
2009-09-08
Add support for divert sockets. They allow you to:
Michele Marchetto