summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_divert.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move PRU_DETACH out of pr_usrreq into per proto pr_detachflorian2017-11-021-1/+2
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+1
* Move PRU_ATTACH out of the pr_usrreq functions into pr_attach.claudio2017-03-131-1/+2
* percpu counters for divert(4) statsjca2017-02-091-2/+21
* Simplify the way divert(4) sends packets to userspace: Instead oflteo2014-07-101-2/+2
* No need for vargs here.florian2014-04-231-2/+1
* prettier #ifdef _KERNEL, more like other filesderaadt2013-10-251-2/+2
* Add the IP_DIVERTFL socket option on divert(4) sockets to controlbenno2012-10-211-2/+2
* IPv6 support for divert sockets.michele2009-11-051-0/+65