| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -1/+4 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -1/+2 |
* | Replace the last susers calls in netinet6/ with privilege checks. | bz | 2008-01-24 | 1 | -10/+10 |
* | un-__P() | obrien | 2008-01-08 | 1 | -1/+1 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | Remove more dup'd code | julian | 2007-12-06 | 1 | -21/+0 |
* | remove duped code | julian | 2007-12-06 | 1 | -26/+1 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -3/+3 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -72/+30 |
* | fixed memory leak for IPv6 multicast membership information associated | jinmei | 2007-06-02 | 1 | -19/+16 |
* | simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK with | jinmei | 2007-06-02 | 1 | -6/+3 |
* | do not directly call rtfree() to meet an assumption in the callee. | jinmei | 2007-05-25 | 1 | -6/+9 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | bms | 2007-02-24 | 1 | -1/+1 |
* | In ip6_sprintf print the addresses in a more common/readable | bz | 2006-12-16 | 1 | -4/+18 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -20/+21 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -17/+41 |
* | fixed a bug that IPv6 packets arriving to stf are not accepted. | suz | 2006-09-22 | 1 | -2/+6 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 1 | -6/+0 |
* | Fix spurious warnings from neighbor discovery when working with IPv6 over | gnn | 2006-06-08 | 1 | -8/+40 |
* | Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing th... | gnn | 2006-02-08 | 1 | -1/+1 |
* | statically configured IPv6 address is properly added/deleted now | suz | 2005-10-31 | 1 | -75/+51 |
* | fixed a compilation failure on amd64/sparc64/ia64 | suz | 2005-10-22 | 1 | -2/+2 |
* | sync with KAME regarding NDP | suz | 2005-10-21 | 1 | -80/+322 |
* | added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate... | suz | 2005-10-19 | 1 | -0/+1 |
* | sync with KAME in the following points: | suz | 2005-10-19 | 1 | -24/+19 |
* | IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR, | obrien | 2005-09-07 | 1 | -4/+4 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -2/+2 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -136/+187 |
* | Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interface | iedowse | 2005-06-02 | 1 | -4/+8 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 1 | -2/+35 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 1 | -7/+0 |
* | 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 |