Age | Commit message (Expand) | Author |
2008-08-21 | Assign the ip and ip6 pointers in ipsp_process_packet() only if a | Alexander Bluhm |
2008-07-29 | when detaching pcbs, also free the v6 output options so that we do not | Theo de Raadt |
2008-07-24 | ipsec is glued into the stack in a very weird way, violating all kinds | Henning Brauer |
2008-07-22 | Assign the struct size to sin6_len instead of sin6_family. | Alexander Bluhm |
2008-07-16 | link udp pcbs to pf states, same as done for tcp already | Henning Brauer |
2008-07-10 | add X11 ports to default TCP baddynamic list | Damien Miller |
2008-07-09 | expand the net.inet.(tcp|udp).baddynamic dynamic source port | Damien Miller |
2008-07-03 | link pf state keys to tcp pcbs and vice versa. | Henning Brauer |
2008-06-28 | no EOL between tcpsig and sack headers; ok jsing, frantzen | Markus Friedl |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-14 | make easier to read, found during a bug hunt earlier | Todd T. Fries |
2008-06-14 | Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionals | Joel Sing |
2008-06-14 | add carppeer; an option to specify a different multicast address or | Reyk Floeter |
2008-06-14 | ANSIfy function definitions. | Joel Sing |
2008-06-14 | Include "pf.h" so we get NPF. | Joel Sing |
2008-06-13 | Do not log carp state transitions from or to INIT by default. | Marco Pfatschbacher |
2008-06-12 | Remove some crazy #if mess. | Joel Sing |
2008-06-12 | ANSIfy function definitions. | Joel Sing |
2008-06-12 | Fix type difference between function prototype and implementation. | Joel Sing |
2008-06-11 | 0 -> PR_NOWAIT (which is defined as 0) in pool_get | Bret Lambert |
2008-06-11 | fix an old typo that prevented outer ipv6 headers from being corrected, | Can Erkin Acar |
2008-06-10 | encapsulating v4 in v6 IPSec should not be so fun, | Todd T. Fries |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-08 | When adding PMTU related routes to the table inherit the priority form the | Claudio Jeker |
2008-06-08 | alloc ipq's for fragment reassembly from a pool instead of using | Thordur I. Bjornsson |
2008-06-06 | we must not hardcode the route priority in arplookup, it does not | Henning Brauer |
2008-06-04 | adderss -> address | Miod Vallat |
2008-05-24 | Remove {tcp/udp}6_usrreq(); Since the normal ones now | Thordur I. Bjornsson |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-19 | Unbreak builds for kernels that have atm interfaces. Found the hard way by | Claudio Jeker |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl |
2008-05-11 | Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain in | Kenneth R Westerback |
2008-05-09 | more rtrequest() to rtrequest1() replacement. | Claudio Jeker |
2008-05-09 | arp entries in the routing table should have priority RTF_CONNECTED | Henning Brauer |
2008-05-09 | should check for null pointers; from henning@ | Markus Friedl |
2008-05-09 | IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams | Markus Friedl |
2008-05-09 | Add SO_BINDANY socket option from BSD/OS. | Markus Friedl |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2008-05-06 | Use the standard syslog levels on CARP logging messages instead of | Ryan Thomas McBride |
2008-05-06 | remove tcp_drain code since it's not longer used; ok henning, feedback thib | Markus Friedl |
2008-05-02 | Make the SO_TIMESTAMP sockopt work. When set, this allows the user to | Chris Kuethe |
2008-04-24 | the softnet intr handlers check if the input queue has packets on | David Gwynne |
2008-04-18 | extend the if_ethersubr.c crc functions to support updating a running | Damien Miller |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-03-15 | revert - I'm a dumbfuck who doesn't know his own API | Damien Miller |
2008-03-15 | off by one at end of array | Damien Miller |
2008-03-15 | Because the ip_id code initialisation is a specific case of shuffling | Damien Miller |
2008-03-02 | because arc4random_uniform is being used, the modulo bias is taken care of | Theo de Raadt |
2008-03-02 | Add a arc4random_uniform() that returns a uniformly distributed number | Damien Miller |