Age | Commit message (Expand) | Author |
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 |
2008-05-06 | M_PREPEND can set its first parameter to NULL, and all other code | Kenneth R Westerback |
2008-05-06 | Add a counter to record how many states have been created by a rule. | Marco Pfatschbacher |
2008-05-06 | Prevent possible overflow of int variable on large memory machines. | Tobias Weingartner |
2008-05-05 | add lldp type | David Gwynne |
2008-05-05 | in rt_gettable, we unfortunately have to check for rt_tables[id] != NULL | Henning Brauer |
2008-05-05 | remove a useless refcnt in pf_state_key. | Henning Brauer |
2008-04-26 | Typo, paket -> packet. | Brad Smith |
2008-04-24 | the softnet intr handlers check if the input queue has packets on | David Gwynne |
2008-04-23 | Import MPLS (Multi Protocol Label Switching) | Esben Norby |
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller |
2008-04-10 | introduce mitigation for the calling of an interfaces start routine. | David Gwynne |
2008-04-10 | Also count multicast packets and input bytes for interfaces enslaved by | Brad Smith |
2008-03-20 | Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the | Brad Smith |