summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pfsync.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-2/+2
* make if_pfsync.c a better friend with PF_LOCKsashan2021-02-041-2/+2
* - moving state look up outside of PF_LOCK()sashan2018-09-111-2/+2
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+2
* pfsync(4) percpu countersjca2017-02-201-1/+31
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-2/+2
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-2/+2
* Stop using pfsockaddr_union outside of pf so that we can remove its usageclaudio2017-01-201-3/+2
* Userland (base & ports) was adapted to always include <netinet/in.h>deraadt2015-01-241-2/+2
* Move obvious kernel prototypes (and structure's with kernel pointers,deraadt2013-10-241-2/+2
* add ESN-related bits missed in the previous commitmikeb2012-06-291-5/+7
* Add support for the Extended (64-bit) Sequence Number as definedmikeb2012-06-291-2/+2
* get rid of struct pfsync_pkt. it was used to store data on the stack todlg2010-11-291-2/+2
* Add support for using IPsec in multiple rdomains.reyk2010-07-091-2/+2
* factor m_pulldown out of the message handlers up into pfsync_input nowdlg2010-01-121-12/+5
* replace a pad in the pfsync subheader with a length field. it stores thedlg2010-01-101-3/+3
* bump pfsync protocol versiondlg2009-11-091-2/+2
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-12/+22
* enable support for deferring the packet that creates a state so that yourdlg2009-06-141-3/+4
* do not include space in the end of the from for a hmac. after discussiondlg2009-03-311-3/+1
* pfsync v5, mostly written at n2k9, but based on work done at n2k8.dlg2009-02-161-144/+211
* Simplify state creation code; merge state import/export code between pfsyncmcbride2008-06-291-52/+12
* Crank PFSYNC_VERSION, lots has changed in struct pfsync_state due to themcbride2008-06-171-2/+2
* Second half of PF state table rearrangement.mcbride2008-05-291-12/+2
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-1/+14
* First step of rearranging pf's state table internals...mcbride2007-05-311-58/+3
* make pfsync a clonable too, but prevent more than one instance fromhenning2006-10-311-2/+2
* Only preemptively increase the replay counter for outbound TDBs.mcbride2006-05-281-2/+2
* crank pf_state and pf_src_node byte and packet counters to u_in64_t, sincemcbride2005-11-041-3/+14
* Basic support for attaching states from pfsync to the correct rules.mcbride2005-10-271-2/+3
* Improve the safety of pf IOCTLs, taking into account that some paths can sleep.pascoe2005-09-281-1/+5
* Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case wepascoe2005-08-161-2/+3
* Synchronise timestamp modulation and scrubbing min ttl information.pascoe2005-08-161-3/+16
* Partial backout of previous revision, reinstates the ability to propagatepascoe2005-08-131-3/+2
* Do not send "deletion" messages for states created by other pfsync peers whenpascoe2005-08-031-3/+3
* use flag macro instead of constantpascoe2005-08-031-2/+3
* Add SA replay counter synchronization to pfsync(4). Required for IPsecho2005-05-281-3/+22
* Use syncdev instead of syncif in ifconfig, and modify ioctl struct pfsyncreqmcbride2005-01-201-2/+2
* move the ioctls w/ all the other ifaces; mcbride@ okmickey2004-12-141-3/+1
* Fix for PR3983mcbride2004-11-161-3/+8
* Allow a unicast ip address to be specified for pfsync to send it's statemcbride2004-08-031-5/+7
* spelling; dlgderaadt2004-07-131-3/+3
* pfsync stats fixups:mcbride2004-04-281-16/+18
* Support for best effort bulk transfers of states when pfsync syncif ismcbride2004-03-221-3/+24
* Make pfsync deal with clearing states bound to a group or interface (egmcbride2004-02-201-3/+5
* Make pfsync work correctly with IP options on 64-bit alignmentmcbride2004-02-101-5/+8
* - Include the value of pf_state.timeout in pfsync messagesmcbride2004-01-221-2/+3
* Port is already stored in network byte order, no need to convert.mcbride2004-01-181-3/+3
* Many improvements to the handling of interfaces in PF.cedric2003-12-311-2/+3
* Add a new PFSYNC_ACT_UREQ message type.mcbride2003-12-281-18/+27