Age | Commit message (Expand) | Author |
2010-02-08 | More destatic and ansification. | Joel Sing |
2009-12-15 | - instead of rolling a macro that is functional equivalent to nitems(), | Jasper Lievisse Adriaanse |
2009-11-19 | avoid overflow since protos > IPPROTO_MAX exist. From FreeBSD with | Otto Moerbeek |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-05-18 | The routing table index rtableid has type unsigned int in the routing | Alexander Bluhm |
2008-11-25 | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. | Markus Friedl |
2008-11-02 | Remove the M_ANYCAST6 mbuf flag by doing the detection all in ip6_input(). | Claudio Jeker |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl |
2008-04-24 | the softnet intr handlers check if the input queue has packets on | David Gwynne |
2008-02-24 | Correctly check that we have a complete rthdr before trying to do m_copydata(... | Ryan Thomas McBride |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-08-03 | curly brace issues: | Jun-ichiro itojun Hagino |
2007-05-28 | double pf performance. | Henning Brauer |
2007-05-08 | KILL all IPv6 packets with the rthdr0 extension header or multiple routing | Ryan Thomas McBride |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-12-19 | reject (potentially malicious) packets from outside, | Jun-ichiro itojun Hagino |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-12-08 | whitespace | Jun-ichiro itojun Hagino |
2006-11-27 | make use of multiple routing tables. | Henning Brauer |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker |
2006-05-27 | Fix obvious error in code that is currently not compiled. | Claudio Jeker |
2006-05-24 | fix 2 !foo & bar | Thordur I. Bjornsson |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-08-11 | New counter for not joined IPv4 multicast groups. | Marco Pfatschbacher |
2005-03-06 | move pf_test6() call slightly up, so pf gets called for incoming packets | Daniel Hartmeier |
2004-10-18 | g/c ip6_flow_seq. found by mcbride. mcbride ok | Jun-ichiro itojun Hagino |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-06-01 | there's no use in checking curproc privilege in input path. | Jun-ichiro itojun Hagino |
2004-02-15 | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt | Markus Friedl |
2003-12-08 | move pf_test6() call below loopback (and mapped-ipv4) tests, so rdr -> ::1 | Daniel Hartmeier |
2003-10-14 | oops, i did not mean to commit this portion (IPSEC mod), sorry | Jun-ichiro itojun Hagino |
2003-10-14 | IP6F_OFF_MASK is already endian-flipped; sync w/ kame | Jun-ichiro itojun Hagino |
2003-06-30 | initialize srcrt properly (so that it won't go mad when NPF==0). cedric | Jun-ichiro itojun Hagino |
2003-06-30 | do not generate icmp6 redirect if PF rewrote the destination address. | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | KNF | Jun-ichiro itojun Hagino |
2003-05-14 | make PULLDOWN_TEST codepath the default (has been default for a long time). | Jun-ichiro itojun Hagino |
2003-05-14 | remove obsolete comments | Jun-ichiro itojun Hagino |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2002-09-11 | fix pointer signedness mixup. sync w/kame | Jun-ichiro itojun Hagino |