| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -4/+1 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -1/+4 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -8/+8 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -2/+6 |
* | Remove duplicate extern declarations to silence warnings. | alfred | 2002-03-19 | 1 | -1/+0 |
* | Initialise the intrq_present fields at runtime, not link time. This allows | msmith | 2002-01-08 | 1 | -1/+1 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 1 | -4/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -0/+1 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -1/+0 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -278/+555 |
* | M_COPY_PKTHDR has to be done before MCLGET. | ume | 2001-05-22 | 1 | -4/+5 |
* | Fix typo in previous commit. | ume | 2001-04-20 | 1 | -1/+1 |
* | - Fix to receive icmp6 echo reply within the host itself to ff02::1. | ume | 2001-04-19 | 1 | -2/+32 |
* | - correct logic of per-address input packet counts for lo0 | ume | 2001-04-05 | 1 | -16/+29 |
* | Make per-address input packet counts for lo0 work. | ume | 2001-03-28 | 1 | -6/+22 |
* | Merge from kame (1.175 -> 1.176): | kuriyama | 2001-03-16 | 1 | -1/+27 |
* | Yikes, these files bogusly #include "loop.h" but didn't use the value. | peter | 2001-01-29 | 1 | -2/+0 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -0/+1 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Augment the 'ifaddr' structure with a 'struct if_data' to keep | joe | 2000-10-19 | 1 | -0/+5 |
* | Make ip6fw as loadable module. | ume | 2000-09-23 | 1 | -10/+2 |