| Commit message (Expand) | Author | Age | Files | Lines |
* | Add MLDv2 protocol header, but do not connect it to the build. | bms | 2009-04-29 | 1 | -0/+112 |
* | Import IPv6 SSM module but do not connect it to the build. | bms | 2009-04-29 | 1 | -0/+2625 |
* | Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routers | bms | 2009-04-29 | 1 | -12/+19 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 2 | -4/+3 |
* | Compare protosw pointer with NULL. | bz | 2009-04-23 | 1 | -1/+1 |
* | Assert the interface address list lock in IFP_TO_IA6(), as it will | rwatson | 2009-04-20 | 2 | -2/+5 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 6 | -20/+20 |
* | Acquire interface address list lock around access to if_addrhead, | rwatson | 2009-04-20 | 4 | -8/+40 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 6 | -29/+21 |
* | Close some but not all writer-writer races when maintaining IPv6 | rwatson | 2009-04-20 | 1 | -1/+18 |
* | Lock interface address lists before iterating over them in nd6. | rwatson | 2009-04-20 | 1 | -0/+5 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 2 | -3/+3 |
* | add an llentry to struct route{_in6} to allow it to be passed around with | kmacy | 2009-04-15 | 1 | -0/+1 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 6 | -42/+42 |
* | Commit file omitted in r190962: | rwatson | 2009-04-12 | 1 | -10/+10 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+19 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 4 | -15/+40 |
* | Introduce a number of changes to the MROUTING code. | bms | 2009-03-19 | 2 | -130/+268 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 3 | -6/+0 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -4/+4 |
* | On architectures with strict alignment requirements compensate | marius | 2009-03-07 | 1 | -4/+18 |
* | Start removing IPv6 Type 0 Routing header code. | bz | 2009-03-03 | 2 | -167/+25 |
* | Add size-guards evaluated at compile-time to the main struct vnet_* | bz | 2009-03-01 | 1 | -0/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 12 | -0/+15 |
* | Shuffle the vimage.h includes or add where missing. | bz | 2009-02-27 | 1 | -1/+1 |
* | Assert the radix head lock in in6_rtqkill(). | rwatson | 2009-02-23 | 1 | -0/+2 |
* | Try to remove/assimilate as much of formerly IPv4/6 specific | bz | 2009-02-08 | 3 | -6/+4 |
* | Don't bother null-checking the thread pointer before the prison checks | jamie | 2009-02-05 | 1 | -27/+22 |
* | Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and of | jamie | 2009-02-05 | 1 | -7/+5 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 5 | -56/+44 |
* | When iterating through the list trying to find a router in | bz | 2009-02-04 | 1 | -1/+3 |
* | - Cleanup checksum code. | rrs | 2009-02-03 | 1 | -4/+17 |
* | Remove the single global unlocked route cache ip6_forward_rt | bz | 2009-02-01 | 5 | -134/+71 |
* | Remove unused local MACROs. | bz | 2009-01-31 | 2 | -3/+0 |
* | Coalesce two consecutive #ifdef IPSEC blocks. | bz | 2009-01-31 | 1 | -4/+1 |
* | Remove dead code from #if 0: | bz | 2009-01-31 | 1 | -4/+0 |
* | Like with r185713 make sure to not leak a lock as rtalloc1(9) returns | bz | 2009-01-31 | 4 | -7/+7 |
* | Remove 4 entirely unsued ip6 variables. | bz | 2009-01-30 | 3 | -16/+4 |
* | For consistency with prison_{local,remote,check}_ipN rename | bz | 2009-01-25 | 1 | -1/+1 |
* | remove too noisy DIAGNOSTIC code | sam | 2009-01-18 | 1 | -4/+0 |
* | Revive the RTF_LLINFO flag in route.h. The kernel code is guarded | qingli | 2009-01-12 | 1 | -0/+4 |
* | Restrict arp, ndp and theoretically the FIB listing (if not | bz | 2009-01-09 | 1 | -0/+4 |
* | Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and related | bz | 2009-01-09 | 1 | -0/+4 |
* | Addresses Roberts comments on comments. Also adds | rrs | 2009-01-06 | 1 | -7/+3 |
* | Add the ability of an alternate transport protocol | rrs | 2009-01-06 | 1 | -2/+44 |
* | Switch the last protosw* structs to C99 initializers. | bz | 2009-01-05 | 1 | -5/+9 |
* | Unlike with struct protosw, several instances of struct ip6protosw | rwatson | 2009-01-04 | 1 | -1/+0 |
* | struct ip6protosw is a copy of struct protosw, so remove pr_usrreq there | rwatson | 2009-01-04 | 1 | -5/+0 |
* | Some modules such as SCTP supplies a valid route entry as an input argument | qingli | 2009-01-03 | 1 | -36/+15 |
* | This checkin addresses a couple of issues: | qingli | 2008-12-26 | 1 | -1/+1 |