| Commit message (Expand) | Author | Age | Files | Lines |
* | Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used for | ae | 2012-12-17 | 1 | -1/+1 |
* | Remove the recently added sysctl variable net.pfil.forward. | ae | 2012-11-02 | 1 | -0/+2 |
* | Remove __P. | delphij | 2012-10-22 | 1 | -51/+51 |
* | MFp4 bz_ipv6_fast: | bz | 2012-05-25 | 1 | -2/+2 |
* | In selectroute() add a missing fibnum argument to an in6_rtalloc() | bz | 2012-02-24 | 1 | -1/+1 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -0/+3 |
* | Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPE | hrs | 2011-09-13 | 1 | -0/+3 |
* | - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1. | hrs | 2011-06-06 | 1 | -0/+5 |
* | Fix more continuous/contiguous typos (cf. r215955) | brucec | 2010-11-27 | 1 | -1/+1 |
* | MFp4 CH=183052 183053 183258: | bz | 2010-09-02 | 1 | -0/+3 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -29/+24 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 1 | -1/+2 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -25/+25 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -31/+61 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | bz | 2009-06-23 | 1 | -2/+2 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -0/+3 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -6/+18 |
* | Remove the single global unlocked route cache ip6_forward_rt | bz | 2009-02-01 | 1 | -3/+0 |
* | Remove 4 entirely unsued ip6 variables. | bz | 2009-01-30 | 1 | -3/+0 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -1/+1 |
* | Second round of putting global variables, which were virtualized | bz | 2008-12-13 | 1 | -4/+5 |
* | Put a global variables, which were virtualized but formerly | bz | 2008-12-11 | 1 | -7/+6 |
* | Add a MAC label, MAC Framework, and MAC policy entry points for IPv6 | rwatson | 2008-10-26 | 1 | -0/+1 |
* | Fix a regression introduced in r179289 splitting up ip6_savecontrol() | bz | 2008-08-16 | 1 | -1/+2 |
* | Change the parameters to in6_selectsrc(): | bz | 2008-07-08 | 1 | -3/+3 |
* | Factor out the v4-only vs. the v6-only inp_flags processing in | bz | 2008-05-24 | 1 | -0/+1 |
* | Replace the last susers calls in netinet6/ with privilege checks. | bz | 2008-01-24 | 1 | -1/+1 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+3 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -1/+1 |
* | cleanup about the reassembly structures and routine: | jinmei | 2007-06-04 | 1 | -11/+3 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | bms | 2007-02-24 | 1 | -1/+3 |
* | sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC) | suz | 2005-10-21 | 1 | -1/+1 |
* | added a knob to enable path MTU discovery for multicast packets. | ume | 2005-08-13 | 1 | -0/+1 |
* | supports stealth forwarding in IPv6, as well as in IPv4 | suz | 2005-08-10 | 1 | -0/+3 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -1/+4 |
* | always copy ip6_pktopt. remove needcopy and needfree | ume | 2005-07-21 | 1 | -3/+1 |
* | be consistent on naming advanced API functions; use ip6_XXXpktopt(s). | ume | 2005-07-21 | 1 | -3/+3 |
* | Check the alignment of the IP header before passing the packet up to the | thompsa | 2005-07-02 | 1 | -0/+6 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -3/+1 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -8/+0 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | source address selection part of RFC3484. | ume | 2003-11-04 | 1 | -0/+11 |
* | ip6_savecontrol() argument is redundant | ume | 2003-10-29 | 1 | -2/+1 |
* | hide m_tag, again. | ume | 2003-10-29 | 1 | -2/+2 |
* | cleanup use of m_tag. | ume | 2003-10-28 | 1 | -2/+2 |
* | re-add wrongly disappered IPV6_CHECKSUM stuff by introducing | ume | 2003-10-26 | 1 | -0/+1 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -4/+37 |
* | - implement lock around IPv6 reassembly, to avoid panic due to | ume | 2003-10-22 | 1 | -0/+2 |
* | - fix typo in comments. | ume | 2003-10-08 | 1 | -4/+4 |