| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs | Ken Smith | 2009-05-01 | 1 | -1/+1 |
* | MFC: r174510: Clean up VCS Ids. | David E. O'Brien | 2008-09-01 | 1 | -3/+3 |
* | 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 | -1/+2 |
* | MFC: r180371,180386 | Bjoern A. Zeeb | 2008-08-02 | 1 | -3/+3 |
* | 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 | -0/+1 |
* | MFC: | Bjoern A. Zeeb | 2008-03-09 | 1 | -1/+1 |
* | Space cleanup | Xin LI | 2007-07-05 | 1 | -1/+1 |
* | cleanup about the reassembly structures and routine: | JINMEI Tatuya | 2007-06-04 | 1 | -11/+3 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | Bruce M Simpson | 2007-02-24 | 1 | -1/+3 |
* | sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC) | SUZUKI Shinsuke | 2005-10-21 | 1 | -1/+1 |
* | added a knob to enable path MTU discovery for multicast packets. | Hajimu UMEMOTO | 2005-08-13 | 1 | -0/+1 |
* | supports stealth forwarding in IPv6, as well as in IPv4 | SUZUKI Shinsuke | 2005-08-10 | 1 | -0/+3 |
* | scope cleanup. with this change | Hajimu UMEMOTO | 2005-07-25 | 1 | -1/+4 |
* | always copy ip6_pktopt. remove needcopy and needfree | Hajimu UMEMOTO | 2005-07-21 | 1 | -3/+1 |
* | be consistent on naming advanced API functions; use ip6_XXXpktopt(s). | Hajimu UMEMOTO | 2005-07-21 | 1 | -3/+3 |
* | Check the alignment of the IP header before passing the packet up to the | Andrew Thompson | 2005-07-02 | 1 | -0/+6 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | Warner Losh | 2005-01-07 | 1 | -2/+2 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | Andre Oppermann | 2004-08-27 | 1 | -3/+1 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -8/+0 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | source address selection part of RFC3484. | Hajimu UMEMOTO | 2003-11-04 | 1 | -0/+11 |
* | ip6_savecontrol() argument is redundant | Hajimu UMEMOTO | 2003-10-29 | 1 | -2/+1 |
* | hide m_tag, again. | Hajimu UMEMOTO | 2003-10-29 | 1 | -2/+2 |
* | cleanup use of m_tag. | Hajimu UMEMOTO | 2003-10-28 | 1 | -2/+2 |
* | re-add wrongly disappered IPV6_CHECKSUM stuff by introducing | Hajimu UMEMOTO | 2003-10-26 | 1 | -0/+1 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | Hajimu UMEMOTO | 2003-10-24 | 1 | -4/+37 |
* | - implement lock around IPv6 reassembly, to avoid panic due to | Hajimu UMEMOTO | 2003-10-22 | 1 | -0/+2 |
* | - fix typo in comments. | Hajimu UMEMOTO | 2003-10-08 | 1 | -4/+4 |
* | randomize IPv6 flowlabel when RANDOM_IP_ID is defined. | Hajimu UMEMOTO | 2003-10-01 | 1 | -0/+3 |
* | we don't need ip6_id when RANDOM_IP_ID is defined. | Hajimu UMEMOTO | 2003-10-01 | 1 | -0/+2 |
* | Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined. | Hajimu UMEMOTO | 2003-10-01 | 1 | -0/+2 |
* | randomize IPv6 fragment ID. | Hajimu UMEMOTO | 2003-10-01 | 1 | -0/+2 |
* | o update PFIL_HOOKS support to current API used by netbsd | Sam Leffler | 2003-09-23 | 1 | -0/+4 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -1/+0 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
* | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -3/+4 |
* | cleanup usage of ip6_mapped_addr_on and ip6_v6only. now, | Hajimu UMEMOTO | 2002-07-25 | 1 | -1/+0 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -1/+1 |
* | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -11/+77 |
* | remove m_pulldown statistics, which is highly experimental and does not | Jun-ichiro itojun Hagino | 2000-07-12 | 1 | -14/+0 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | Jun-ichiro itojun Hagino | 2000-07-04 | 1 | -69/+117 |
* | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -1/+1 |
* | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -1/+1 |
* | IPSEC support in the kernel. | Yoshinobu Inoue | 1999-12-22 | 1 | -0/+3 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | Yoshinobu Inoue | 1999-11-22 | 1 | -0/+251 |