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
2011-07-04
use mtod.
David Hill
2011-07-04
make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without this
Stuart Henderson
2011-07-04
Rename the pf_pdesc field rh_cnt to badopts as it is also used for
Alexander Bluhm
2011-07-04
IPv4 packets with IP options get dropped and no state is created.
Alexander Bluhm
2011-07-04
Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.
Claudio Jeker
2011-07-04
LINK_STATE cleanup. It is no longer needed to special case carp(4).
Claudio Jeker
2011-07-04
there's no way we can use just a single workq task here. one task for all pa...
Ted Unangst
2011-07-03
bring in least-states load balancing algorithm
Joerg Zinke
2011-07-03
In pf_setup_pdesc() the code for analysing TCP and UDP headers was
Alexander Bluhm
2011-07-03
IFQ_CLASSIFY is also just schrapnel
Henning Brauer
2011-07-03
no traces of ALTQ_DECL to be found anywhere, thus kill the #defines
Henning Brauer
2011-07-03
reduce kernel compile time dramatically
Henning Brauer
2011-07-03
garbage collect unused parameter to PFLOG_PACKET
Henning Brauer
2011-07-03
Refactor the fragment handling in pf_setup_pdesc() so that AF_INET
Claudio Jeker
2011-07-03
LINK_STATE_IS_UP() should consider LINK_STATE_UNKNOWN as an up state.
Claudio Jeker
2011-07-02
kqueue attach functions should return an errno or 0, not a plain 1. Fix
Nicholas Marriott
2011-07-01
The pf_headers union may also contain a mld_hdr or nd_neighbor_solicit
Alexander Bluhm
2011-06-29
always set sppp auth secret, as other code assumes it.
Ted Unangst
2011-06-23
Set pd->af very early in pf_setup_pdesc() since the AF is used in
Claudio Jeker
2011-06-21
There is no need to handle fragmented TCP reset packets in a special
Alexander Bluhm
2011-06-20
More cleanup in pf_test/pf_test6 this time mostly the fragment
Claudio Jeker
2011-06-18
pass the correct size to memset
Jonathan Gray
2011-06-14
KNF (no change in .o files)
Ryan Thomas McBride
2011-06-02
When checking to see if a rule is referenced by any source-tracking nodes,
Stuart Henderson
2011-06-02
Don't destroy a non-persistent table if referenced by src_nodes. Fixes
Stuart Henderson
2011-05-25
Don't do last minute changes to diffs. Revert the argument change to
Claudio Jeker
2011-05-24
Merge pf_scrub_ip() and pf_scrub_ip6() into a single function. Call
Claudio Jeker
2011-05-22
Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET()
Claudio Jeker
2011-05-20
Change 'set skip on <...>' to work with interface groups.
Stuart Henderson
2011-05-17
exclude link local address from the dynamic interface address pool
Mike Belopuhov
2011-05-16
bring back r1.189, but keep doing the ip csum unconditionally for now until
Henning Brauer
2011-05-13
Revert the pf->socket linking diff.
Owain Ainsworth
2011-05-10
when undeferring a packet, try to timeout_del first to check if you
David Gwynne
2011-05-04
Collapse m_pullup and m_pullup2 into a single function, as they're
Bret Lambert
2011-04-29
Why precompute the route for the gre tunnel when ip_output can do
Claudio Jeker
2011-04-24
Double link between pf states and sockets. Henning has already
Alexander Bluhm
2011-04-23
pf_scrub_ip() does not modify the given mbuf pointer. So don't
Alexander Bluhm
2011-04-22
pf_pooladdr_pl does not exist anymore. Remove its extern declaration.
Alexander Bluhm
2011-04-19
Fix potential null dereference.
Charles Longeau
2011-04-17
in_ifinit() is not prepared to be called from interrupt context so add
Stefan Sperling
2011-04-14
knf. remove extra spaces and wrap long lines.
David Gwynne
2011-04-13
export udpencap state of SA to userland; unbreaks sasyncd(8) with NAT/T.
Markus Friedl
2011-04-12
put the accepted socket of a diverted connection into the routing domain
Mike Belopuhov
2011-04-10
Revert Rev. 1.189. The delayed ip checksum calculation causes problems
Claudio Jeker
2011-04-08
Fix a 64-bit arithmetic bug I stumbled upon while investigating our
Matthew Dempsky
2011-04-07
Correctly initialize local variables in pf_check_proto_cksum(), even for
Miod Vallat
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-06
Allow PF to filter on the rdomain a packet belongs to. This allows to
Claudio Jeker
2011-04-05
in pf_check_proto_cksum, consider packets with the CSUM_OUT flags set
Henning Brauer
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
[next]