| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | move in6_addmulti()/in6_delmulti() into mld6.c | ume | 2004-03-04 | 1 | -90/+0 |
* | missing splx(). | ume | 2004-03-04 | 1 | -1/+3 |
* | - stlye and comments | ume | 2004-03-03 | 1 | -15/+16 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 1 | -0/+3 |
* | Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6 | cperciva | 2004-02-24 | 1 | -1/+2 |
* | try rtinit() only when the route is not installed. | ume | 2004-01-10 | 1 | -2/+5 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | sam | 2003-11-08 | 1 | -1/+1 |
* | byebye in6_ifawithscope(). it was a function for old source | ume | 2003-11-05 | 1 | -282/+0 |
* | use nd6log(). | ume | 2003-11-04 | 1 | -30/+24 |
* | add management part of address selection policy described in | ume | 2003-10-30 | 1 | -0/+8 |
* | correct LOR by using a local variable to hold result | sam | 2003-10-29 | 1 | -3/+5 |
* | - change scope to zone. | ume | 2003-10-21 | 1 | -7/+13 |
* | correct linkmtu handling. | ume | 2003-10-20 | 1 | -2/+5 |
* | nuke duplicate function and unused function. | ume | 2003-10-17 | 1 | -41/+3 |
* | revert wrongly dropped null check by previous commit. | ume | 2003-10-17 | 1 | -0/+2 |
* | - add dom_if{attach,detach} framework. | ume | 2003-10-17 | 1 | -32/+53 |
* | nuke SCOPEDROUTING. Though it was there for a long time, | ume | 2003-10-10 | 1 | -19/+0 |
* | - fix typo in comment. | ume | 2003-10-07 | 1 | -111/+78 |
* | return(code) -> return (code) | ume | 2003-10-06 | 1 | -61/+61 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -25/+31 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of | ru | 2002-12-25 | 1 | -5/+1 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+4 |
* | Lock up ifaddr reference counts. | hsu | 2002-12-18 | 1 | -4/+4 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -22/+23 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Fix warnings caused by discarding const. | alfred | 2002-02-27 | 1 | -3/+3 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+9 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | When global anycast address was assigned to lo0, wrong source | ume | 2001-08-03 | 1 | -3/+5 |
* | do not M_WAITOK in in6_update_ifa(), since this function can be called | ume | 2001-07-15 | 1 | -1/+6 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -5/+0 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -550/+977 |
* | workaround; be sure to initialize nd6 interface information when IPv6 | itojun | 2001-01-18 | 1 | -0/+8 |
* | correct rtentry reference count in in6_ifloop_request(). | itojun | 2000-07-12 | 1 | -3/+5 |
* | Suppress a warning message about trigraphs. | grog | 2000-07-07 | 1 | -1/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -427/+541 |
* | Permit site local addr in IPv6 source address selection rule. | shin | 2000-02-07 | 1 | -2/+23 |
* | Added ip6_forwarding check when prefix related ioctl is called. | shin | 2000-01-27 | 1 | -0/+2 |
* | Change struct sockaddr_storage member name, because following change | shin | 2000-01-13 | 1 | -9/+9 |
* | prevent kernel panic at suspend/resume. | shin | 2000-01-03 | 1 | -1/+1 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -17/+14 |
* | Just to avoid warning message about trigraph. | shin | 1999-11-30 | 1 | -1/+1 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -0/+1879 |