| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ip6fw. Since ipfw has full functional IPv6 support now and - in | mlaier | 2006-05-12 | 1 | -23/+0 |
* | Somewhat re-factor the read/write locking mechanism associated with the packet | csjp | 2006-02-02 | 1 | -1/+1 |
* | don't embed scope id before running packet filters. | ume | 2006-01-25 | 1 | -20/+20 |
* | supported an ndp command suboption to disable IPv6 in the given interface | suz | 2005-10-19 | 1 | -0/+6 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -62/+18 |
* | update comments: | ume | 2005-07-20 | 1 | -1/+1 |
* | correct bounds check | sam | 2005-03-16 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Be more careful to only index valid IP protocols and be more verbose with | andre | 2004-10-19 | 1 | -2/+11 |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | mlaier | 2004-09-29 | 1 | -1/+1 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -11/+9 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 1 | -5/+0 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -4/+0 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -0/+6 |
* | do not check super user privilege in ip6_savecontrol. It is | ume | 2004-06-02 | 1 | -20/+5 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection to | mlaier | 2004-03-02 | 1 | -32/+32 |
* | scope awareness of ff01:: is not merged, yet. So, clear | ume | 2004-03-02 | 1 | -0/+6 |
* | - reject incoming packets to an interface-local multicast address from | ume | 2004-03-01 | 1 | -10/+52 |
* | supported IPV6_RECVPATHMTU socket option. | ume | 2004-02-13 | 1 | -0/+39 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 1 | -1/+1 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -1/+2 |
* | initialize in6_tmpaddrtimer_ch. | ume | 2003-10-31 | 1 | -0/+1 |
* | add management part of address selection policy described in | ume | 2003-10-30 | 1 | -0/+1 |
* | ip6_savecontrol() argument is redundant | ume | 2003-10-29 | 1 | -4/+3 |
* | hide m_tag, again. | ume | 2003-10-29 | 1 | -32/+16 |
* | make sure to accept only IPv6 packet. | ume | 2003-10-28 | 1 | -0/+3 |
* | cleanup use of m_tag. | ume | 2003-10-28 | 1 | -21/+21 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -56/+33 |
* | - change scope to zone. | ume | 2003-10-21 | 1 | -3/+3 |
* | - add dom_if{attach,detach} framework. | ume | 2003-10-17 | 1 | -6/+2 |
* | fix horribly botched MFp4 merge | sam | 2003-10-16 | 1 | -7/+7 |
* | pfil hooks can modify packet contents so check if the destination | sam | 2003-10-16 | 1 | -1/+11 |
* | fixed an endian bug on fragment header scanning | ume | 2003-10-10 | 1 | -1/+2 |
* | nuke SCOPEDROUTING. Though it was there for a long time, | ume | 2003-10-10 | 1 | -4/+0 |
* | - fix typo in comments. | ume | 2003-10-08 | 1 | -98/+73 |
* | return(code) -> return (code) | ume | 2003-10-06 | 1 | -17/+17 |
* | randomize IPv6 flowlabel when RANDOM_IP_ID is defined. | ume | 2003-10-01 | 1 | -4/+3 |
* | use arc4random() | ume | 2003-10-01 | 1 | -5/+2 |
* | o update PFIL_HOOKS support to current API used by netbsd | sam | 2003-09-23 | 1 | -23/+16 |
* | correct malloc flag argument | sam | 2003-03-12 | 1 | -1/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -22/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; instead | sam | 2003-01-06 | 1 | -3/+3 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -1/+1 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 1 | -1/+1 |
* | Tie new "Fast IPsec" code into the build. This involves the usual | sam | 2002-10-16 | 1 | -0/+6 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -38/+23 |
* | __FreeBSD__ is not a compiler constant. We must use | ume | 2002-05-31 | 1 | -1/+1 |