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
2008-06-10
in pf_test_state_icmp when trying tomatch icmp errors to tcp sessions
Henning Brauer
2008-06-10
implement a sloppy tcpstate tracker which does not look at sequence
Henning Brauer
2008-06-09
rename arc4random_bytes => arc4random_buf to match libc's nicer name;
Damien Miller
2008-06-08
factor out the tcp sequence number tracking from pf_test_state_tcp
Henning Brauer
2008-06-08
The default route is 0.0.0.0/0 so it is necessary to check the mask as well.
Claudio Jeker
2008-06-08
First minimal cleanup of routing code, kill rtrequest() it got replaced with
Claudio Jeker
2008-06-08
Use m_freem() instead of m_free() in trunk_start() to ensure that the
Brad Smith
2008-06-08
null pointer check before deref
Henning Brauer
2008-06-08
Don't spam dmesg with sppp messages, instead use log(9).
Claudio Jeker
2008-06-02
Fix synproxy breakage introduced with the state table reorganization.
Ryan Thomas McBride
2008-05-30
trivial KNF before we go further
Henning Brauer
2008-05-29
Second half of PF state table rearrangement.
Ryan Thomas McBride
2008-05-29
rewrite the state table logic.
Henning Brauer
2008-05-23
Deal with the situation when TCP nfs mounts timeout and processes
Thordur I. Bjornsson
2008-05-21
Only cancel (timeout_del()) the timeout if we're not going to delay it
Michael Knudsen
2008-05-21
Just clear the timeout since timeout_del() can cope with
Michael Knudsen
2008-05-18
KNF
Ryan Thomas McBride
2008-05-17
Initialize the timeouts only once instead of everytime they are started
Can Erkin Acar
2008-05-15
divert for ipv6; ok henning, pyr
Markus Friedl
2008-05-13
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2008-05-11
Check to make sure pp_tlf is not NULL in sppp_keepalive() before calling it.
Brad Smith
2008-05-11
When passing opt[] array as an argument, use opt instead of &opt. While
Can Erkin Acar
2008-05-10
convert sdltosa to a real cast because I removed the silly makro last night.
Claudio Jeker
2008-05-09
replace rtrequest() with corresponding rtrequest1() replacement.
Claudio Jeker
2008-05-09
Add support to kill states by rule label or state id.
Marco Pfatschbacher
2008-05-09
there was a race between the addition of mpls and tx mitigation. this gives
David Gwynne
2008-05-09
Fix a logic botch around prioinv that resulted in wrong ordering of more
Claudio Jeker
2008-05-09
when cloning, copy the priority from the parent to the cloned route,
Henning Brauer
2008-05-09
divert packets to local socket without modifying the ip header;
Markus Friedl
2008-05-09
A little bit of magic to make arp lookups work in MPLS as they should.
Claudio Jeker
2008-05-08
Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens.
Pierre-Yves Ritschard
2008-05-08
reorder elements in pf_state_peer to avoid wasting memory. cvs blame
Theo de Raadt
2008-05-08
Start at making mpe tap to bpf. While there move if_start() call inside
Pierre-Yves Ritschard
2008-05-08
Hook mpe(4) correctly into mpls so that it is possible to tunnel packets over
Claudio Jeker
2008-05-08
UP mpe interfaces.
Esben Norby
2008-05-07
enable tx mitigation when putting packets on the wire by switching from
David Gwynne
2008-05-07
Add MPLS support to loopback.
Esben Norby
2008-05-07
Missing return and correctly indent a debug printf.
Claudio Jeker
2008-05-07
add mpe_input() to be able to be fed packets that will reenter ip.
Pierre-Yves Ritschard
2008-05-07
Make mpe a point-to-point interface.
Pierre-Yves Ritschard
2008-05-07
scrub packets based on tags; ok henning
Markus Friedl
2008-05-07
Correctly initialize labels by byte-swapping and inserting BoS and TTL.
Pierre-Yves Ritschard
2008-05-07
allow setting TOS with scrub; ok mcbride, claudio
Markus Friedl
2008-05-07
backout last change, it's already there....
Markus Friedl
2008-05-07
Prevent virtual interfaces from adding to the random pool.
Marco Pfatschbacher
2008-05-07
Implement routing priorities. Every route inserted has a priority assigned
Claudio Jeker
2008-05-07
Redo rev 1.8 but this time with an additional fix to solve the dhclient crashes
Claudio Jeker
2008-05-07
There is no reason to have a faithrtrequest() function that sets the MTU to
Claudio Jeker
2008-05-06
bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work
Pierre-Yves Ritschard
2008-05-06
Kill state if we get SYN for a state that has been closed from both sides.
Markus Friedl
[next]