Age | Commit message (Expand) | Author |
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 |
2008-02-29 | replacement algorithm. initialize a 64K-short buffer using Durstenfeld | Theo de Raadt |
2008-02-20 | Add my copyright. | Marco Pfatschbacher |
2008-02-20 | remove old unused TCP isn code; ok henning, dhartmei, mcbride | Markus Friedl |
2008-02-20 | when creating a response, use the correct TCP header instead of | Markus Friedl |
2008-02-11 | The TCP server has to recalculate the client's window size taken | Alexander Bluhm |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2008-01-02 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-12-30 | A struct rt_addrinfo is needed for rt_missmsg() so we can use rtrequest1() | Claudio Jeker |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-12-13 | Add missing license. This file is 4.4BSD-derived with WIDE changes. | Todd C. Miller |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-11-27 | TCP_COMPAT_42 was last used in 1997. Kill it. | Theo de Raadt |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-27 | Make carp(4) behave more like a ethernet interface by initalizing the | Claudio Jeker |
2007-11-26 | MALLOC -> malloc and M_ZERO change | Charles Longeau |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-11-22 | pass the carp ifp to rt_missmsg() when generating the RTM_ADD messages | Henning Brauer |
2007-11-22 | Factor out the virtual host portion of carp into a separate struct | Marco Pfatschbacher |
2007-11-19 | Remove the #define ENCDEBUG that slipped through somehow. | Marco Pfatschbacher |
2007-11-16 | in the strange/unnatural/ridiculous situation where a non-blocking | Theo de Raadt |
2007-11-16 | use arc4random_bytes() instead of multiple arc4random() calls; | Damien Miller |
2007-11-06 | Do not panic in arpintr() if IF_DEQUEUE returns NULL, this is perfectly legal | Miod Vallat |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-27 | Replace the replay protection counter with a cookie. | Marco Pfatschbacher |
2007-10-17 | Convert MALLOC/FREE to malloc/free. | Hans-Joerg Hoexer |
2007-10-09 | MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time. | Kenneth R Westerback |
2007-10-09 | MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time. | Kenneth R Westerback |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |