Age | Commit message (Expand) | Author |
2010-12-21 | Remove the no longer used ip6s_exthdrtoolong field. | Claudio Jeker |
2010-10-07 | Also call addrhooks for IPv6 addresses with a 128 bit prefixlen. | Marco Pfatschbacher |
2010-09-24 | When processing IPv6 RA messages we may end up adding a new IPv6 address | Joel Sing |
2010-09-23 | add a new IP level socket option IP_PIPEX. This option is used for L2TP | YASUOKA Masahiko |
2010-09-09 | Why ip6_input.c includes netinet/ip_icmp.h is beyond my imagination. | Claudio Jeker |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-09 | Add the rtableid to struct rttimer and therefor make it available to | Claudio Jeker |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-06-28 | Add the rtable id as an argument to rn_walktree(). Functions like | Claudio Jeker |
2010-06-28 | Allow neighbor discovery for prefixes on interfaces without matching | Alexander Bluhm |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2010-05-08 | During IPv6 source address selection, prefer RFC 4941 temporary addresses | Stefan Sperling |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |
2010-03-22 | fix rcs id, from brad | Jonathan Gray |
2010-03-22 | Add some MLDv2 definitions from FreeBSD. | Jonathan Gray |
2010-03-09 | Use correct routing domain when doing address lookups. | Joel Sing |
2010-03-08 | Use properly initialised sockaddr_in/sockaddr_in6 struct when performing | Joel Sing |
2010-02-08 | More destatic and ansification. | Joel Sing |
2010-02-08 | More destatic and ansification. | Joel Sing |
2010-02-08 | Destatic and ansify. | Joel Sing |
2010-02-08 | Destatic and ansify. | Joel Sing |
2010-01-14 | Destatic. | Joel Sing |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2010-01-13 | adding an empty ifaddr struct to the per-interface ifaddr list and | Henning Brauer |
2010-01-05 | - properly spell "packet". | Jasper Lievisse Adriaanse |
2009-12-27 | - obvious typo in comment, from holger mikolon | Jasper Lievisse Adriaanse |
2009-12-21 | typo in comment; Holger Mikolon | Stuart Henderson |
2009-12-15 | - instead of rolling a macro that is functional equivalent to nitems(), | Jasper Lievisse Adriaanse |
2009-11-25 | Small cleanup for setsockopt IPSEC6_OUTSA: | Marco Pfatschbacher |
2009-11-20 | NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE, | Philip Guenthe |
2009-11-19 | avoid overflow since protos > IPPROTO_MAX exist. From FreeBSD with | Otto Moerbeek |
2009-11-05 | IPv6 support for divert sockets. | Michele Marchetto |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-10-30 | Don't do a double free, sys_getsockopt() will take care of freeing the | Claudio Jeker |
2009-10-28 | *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL, | Theo de Raadt |
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker |
2009-09-13 | M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal | Kenneth R Westerback |
2009-07-26 | no need to cast the return value of m_freem() to void | Thordur I. Bjornsson |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-04 | allow IPvShit to be turned off completely per-interface. | Henning Brauer |
2009-05-31 | Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly. | Claudio Jeker |
2009-05-18 | The routing table index rtableid has type unsigned int in the routing | Alexander Bluhm |
2009-03-15 | Introduce splsoftassert(), similar to splassert() but for soft interrupt | Miod Vallat |
2009-02-22 | In icmp6_mtudisc_update make sure that the requested MTU is not less then | Claudio Jeker |