Age | Commit message (Expand) | Author |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller |
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 | SO_BINDANY for ipv6; ok djm@ | Markus Friedl |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl |
2008-05-11 | rtrequest to rtrequest1 conversion in inet6. With that no rtrequest should | Claudio Jeker |
2008-05-11 | Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain in | Kenneth R Westerback |
2008-05-07 | Implement routing priorities. Every route inserted has a priority assigned | Claudio Jeker |
2008-05-06 | remove tcp_drain code since it's not longer used; ok henning, feedback thib | Markus Friedl |
2008-04-24 | the softnet intr handlers check if the input queue has packets on | David Gwynne |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-03-31 | strictly interpret msg_controllen to be the exact total length of the | Theo de Raadt |
2008-03-09 | use the right capitalization for platform names | Igor Sobrado |
2008-03-08 | allow a response to icmp6 node information queries where the local | Stuart Henderson |
2008-03-04 | fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for | Markus Friedl |
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 |
2008-01-02 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-12-09 | take advantage of M_ZERO | Hans-Joerg Hoexer |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-01 | Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' | Kenneth R Westerback |
2007-08-03 | curly brace issues: | Jun-ichiro itojun Hagino |
2007-06-08 | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, | Henning Brauer |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-05-31 | Sync comment regarding rthdr0 w/ kame tree. | Ryan Thomas McBride |
2007-05-28 | typo slipped in, unbreak. | Pierre-Yves Ritschard |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
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-05-03 | Reduce ip6_hdrnestlimit from 50 to 10. Normal IPv6 packets should not have | Claudio Jeker |
2007-05-01 | framgent -> fragment | Ray Lai |
2007-04-21 | did you know that IPv6 packets are actually carried by turtles? | Jun-ichiro itojun Hagino |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2007-02-15 | Simplify the #if NBRIDGE case as in in_gif.c:1.33. | Claudio Jeker |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker |
2007-02-08 | - AH: when computing crypto checksum for output, massage source-routing | Jun-ichiro itojun Hagino |
2007-01-22 | Fix KAME cvsweb urls | Miod Vallat |
2007-01-16 | oops, previous commit was incorrect. | Jun-ichiro itojun Hagino |
2007-01-15 | fix infinite loop in case nip6 and nicmp6 are not on the same mbuf. NetBSD P... | Jun-ichiro itojun Hagino |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-12-27 | correct rhlen computation (if the "if" clause on the next line is taken, | Jun-ichiro itojun Hagino |
2006-12-19 | reject (potentially malicious) packets from outside, | Jun-ichiro itojun Hagino |
2006-12-11 | de-__P. noted by Dries Schellekens | Jun-ichiro itojun Hagino |
2006-12-10 | In ip6_output(), make sure ia is initialized before it is used. | Miod Vallat |