| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r187939: | Bjoern A. Zeeb | 2009-08-25 | 1 | -6/+0 |
| * | MFC r191433: | Bjoern A. Zeeb | 2009-08-25 | 1 | -1/+1 |
| * | MFC r186393: | Bjoern A. Zeeb | 2009-03-26 | 1 | -1/+1 |
| * | MFC r186141: | Bjoern A. Zeeb | 2009-03-21 | 1 | -5/+5 |
| * | MFC: r174510: Clean up VCS Ids. | David E. O'Brien | 2008-09-01 | 1 | -3/+5 |
| * | MFC: r175162: un-__P() | David E. O'Brien | 2008-09-01 | 1 | -4/+4 |
| * | MFC: r181782, cvs 1.235 udp_usrreq.c, 1.102 ip6_input.c, 1.44 ip6_var.h | Bjoern A. Zeeb | 2008-08-18 | 1 | -6/+14 |
| * | MFC r179289, rev. 1.221 udp_usrreq.c, 1.98 ip6_input.c, 1.42 ip6_var.h | Bjoern A. Zeeb | 2008-07-30 | 1 | -16/+33 |
| * | Space cleanup | Xin LI | 2007-07-05 | 1 | -2/+2 |
| * | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 1 | -55/+21 |
| * | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 1 | -6/+6 |
| * | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 1 | -20/+12 |
| * | handle IPv6 router alert option contained in an incoming packet per | JINMEI Tatuya | 2007-05-14 | 1 | -4/+18 |
| * | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | Bruce M Simpson | 2007-02-24 | 1 | -1/+2 |
| * | MFp4: 92972, 98913 + one more change | Bjoern A. Zeeb | 2006-12-12 | 1 | -2/+4 |
| * | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 1 | -2/+0 |
| * | Remove ip6fw. Since ipfw has full functional IPv6 support now and - in | Max Laier | 2006-05-12 | 1 | -23/+0 |
| * | Somewhat re-factor the read/write locking mechanism associated with the packet | Christian S.J. Peron | 2006-02-02 | 1 | -1/+1 |
| * | don't embed scope id before running packet filters. | Hajimu UMEMOTO | 2006-01-25 | 1 | -20/+20 |
| * | supported an ndp command suboption to disable IPv6 in the given interface | SUZUKI Shinsuke | 2005-10-19 | 1 | -0/+6 |
| * | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -62/+18 |
| * | update comments: | Hajimu UMEMOTO | 2005-07-20 | 1 | -1/+1 |
| * | correct bounds check | Sam Leffler | 2005-03-16 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes, separate for KAME | Warner Losh | 2005-01-07 | 1 | -2/+2 |
| * | Be more careful to only index valid IP protocols and be more verbose with | Andre Oppermann | 2004-10-19 | 1 | -2/+11 |
| * | Add an additional struct inpcb * argument to pfil(9) in order to enable | Max Laier | 2004-09-29 | 1 | -1/+1 |
| * | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -11/+9 |
| * | Remove in6_prefix.[ch] and the contained router renumbering capability. | Robert Watson | 2004-08-23 | 1 | -5/+0 |
| * | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -4/+0 |
| * | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | Max Laier | 2004-06-13 | 1 | -0/+6 |
| * | do not check super user privilege in ip6_savecontrol. It is | Hajimu UMEMOTO | 2004-06-02 | 1 | -20/+5 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection to | Max Laier | 2004-03-02 | 1 | -32/+32 |
| * | scope awareness of ff01:: is not merged, yet. So, clear | Hajimu UMEMOTO | 2004-03-02 | 1 | -0/+6 |
| * | - reject incoming packets to an interface-local multicast address from | Hajimu UMEMOTO | 2004-03-01 | 1 | -10/+52 |
| * | supported IPV6_RECVPATHMTU socket option. | Hajimu UMEMOTO | 2004-02-13 | 1 | -0/+39 |
| * | Remove RTF_PRCLONING from routing table and adjust users of it | Andre Oppermann | 2003-11-20 | 1 | -1/+1 |
| * | o add a flags parameter to netisr_register that is used to specify | Sam Leffler | 2003-11-08 | 1 | -1/+2 |
| * | initialize in6_tmpaddrtimer_ch. | Hajimu UMEMOTO | 2003-10-31 | 1 | -0/+1 |
| * | add management part of address selection policy described in | Hajimu UMEMOTO | 2003-10-30 | 1 | -0/+1 |
| * | ip6_savecontrol() argument is redundant | Hajimu UMEMOTO | 2003-10-29 | 1 | -4/+3 |
| * | hide m_tag, again. | Hajimu UMEMOTO | 2003-10-29 | 1 | -32/+16 |
| * | make sure to accept only IPv6 packet. | Hajimu UMEMOTO | 2003-10-28 | 1 | -0/+3 |
| * | cleanup use of m_tag. | Hajimu UMEMOTO | 2003-10-28 | 1 | -21/+21 |
| * | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 1 | -56/+33 |
| * | - change scope to zone. | Hajimu UMEMOTO | 2003-10-21 | 1 | -3/+3 |
| * | - add dom_if{attach,detach} framework. | Hajimu UMEMOTO | 2003-10-17 | 1 | -6/+2 |
| * | fix horribly botched MFp4 merge | Sam Leffler | 2003-10-16 | 1 | -7/+7 |
| * | pfil hooks can modify packet contents so check if the destination | Sam Leffler | 2003-10-16 | 1 | -1/+11 |
| * | fixed an endian bug on fragment header scanning | Hajimu UMEMOTO | 2003-10-10 | 1 | -1/+2 |