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
/
pf_if.c
Age
Commit message (
Expand
)
Author
2004-12-22
Introduce 'set skip on <ifspec>' to support a list of interfaces where no
Daniel Hartmeier
2004-12-13
move splsoftnet() below ACCEPT_FLAGS(), which contains a potential return.
Daniel Hartmeier
2004-12-06
Check a NULL dereference before it could happen.
Marco Pfatschbacher
2004-08-15
undo last commit, skipping over ifaddrs without IFA_ROUTE has unwanted
Henning Brauer
2004-08-11
skip over interface addresses without IFA_ROUTE, fixes some issue with pppd
Henning Brauer
2004-08-10
when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectly
David Gwynne
2004-07-11
Create the group when adding a dynamic interface that's not yet plugged in.
Ryan Thomas McBride
2004-07-04
remove the half-baked and bogus pfi_dynamic_drivers() which tries to guess
Henning Brauer
2004-06-25
Minor fixes suggested by nordin@ and henning@
Thorsten Lockert
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2004-05-19
Allow recursive anchors (anchors within anchors, up to 64
Daniel Hartmeier
2004-04-28
Dont step into INET6 code, just because af != AF_INET
Philipp Buehler
2004-03-15
Kill redundant(IPv4) and bogus(IPv6) tests. found+ok dhartmei@
Cedric Berger
2004-03-09
KNF, ok cedric@ deraadt@
Ryan Thomas McBride
2004-02-20
Make pfsync deal with clearing states bound to a group or interface (eg
Ryan Thomas McBride
2004-02-17
Tighten pfi_skip_if() up, and a bit of KNF. ok mcbride@
Cedric Berger
2004-02-10
KNF
Henning Brauer
2004-02-09
Repair "set loginterface". Don't flush stats on pfctl -e. pf_status.since
Cedric Berger
2004-01-07
PFI_MTYPE leak; ok cedric@
Markus Friedl
2003-12-31
spacing. note this, cedric
Theo de Raadt
2003-12-31
delay interfaces attach until "self" has been created; ok cedric@
Markus Friedl
2003-12-31
Many improvements to the handling of interfaces in PF.
Cedric Berger
2003-12-12
Move PF interface code to new net/pf_if.c
Cedric Berger