Age | Commit message (Expand) | Author |
2008-06-08 | When adding PMTU related routes to the table inherit the priority form the | Claudio Jeker |
2008-05-09 | more rtrequest() to rtrequest1() replacement. | Claudio Jeker |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-06-11 | there was code inside #if NPF > 0, but pf.h was not included, so it did | Henning Brauer |
2007-05-27 | remove static from icmp_redirect_timeout | David Gwynne |
2007-05-09 | totally unused legacy variable; ok claudio | Theo de Raadt |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2007-01-03 | Remove two "unused" mbuf tag functions and kill the superfluous argument | Claudio Jeker |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-10-17 | make pf use one mbuf tag instead of 6 distinct ones. use a little struct | Henning Brauer |
2005-07-31 | Change the API for icmp_do_error so that it takes the mtu directly, rather | Christopher Pascoe |
2005-06-30 | implement PMTU checks from | Markus Friedl |
2005-01-18 | Use correct source address for ICMP errors generated from packets that were | Claudio Jeker |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-04-26 | minor cleanups | Theo de Raadt |
2004-02-15 | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt | Markus Friedl |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | Remove redundant assignment. Found by Julien Bordet. ok itojun@ | Daniel Hartmeier |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-02-01 | quite some KNF & ANSI | Henning Brauer |
2003-01-31 | KNF | Theo de Raadt |
2003-01-31 | plug a mbuf leak | Henning Brauer |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-06-10 | prevent mbuf leak on icmp_do_error() failure. | Jun-ichiro itojun Hagino |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-06-08 | Break up icmp_error() so we can have the icmp error mbuf returned | jasoni |
2002-06-07 | kill register; ok with itojun | jasoni |
2002-05-24 | add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.net | Theo de Raadt |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-21 | remove couple of #if 0'ed portion we will never use | Jun-ichiro itojun Hagino |
2002-01-12 | add rediraccept and redirtimeout sysctl's. | Eric Jackson |
2002-01-05 | Avoid using an uninitialized variable. dhartmei@ ok | Thomas Nordin |
2001-07-04 | handle m->m_pkthdr.rcvif == NULL; temporarily ok deraadt@; pending itojun@ | Daniel Hartmeier |
2001-07-04 | Explicitly list the new ICMP codes. | Angelos D. Keromytis |
2001-07-01 | tag packets generated by pf (return-rst, return-icmp) so they are not filtere... | Daniel Hartmeier |
2001-06-29 | saner checking in icmp_error; from NetBSD with work by dug and me. | Niels Provos |
2001-06-19 | mop up after angelos | Theo de Raadt |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-06-05 | repair copyright notices for NRL & cmetz; cmetz | Theo de Raadt |
2001-05-20 | Use packet tags instead of tdbi. | Angelos D. Keromytis |
2001-05-11 | Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok | Aaron Campbell |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-07 | Remove a bogus rtfree(); PR 1706 | brian |