summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* V_loif is not an array but a pure pointer, so treat it as such.zec2009-06-011-1/+1
* Remove an #undef MIN that slipped under the radar and led me tozec2009-06-011-9/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-013-17/+29
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-012-8/+8
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentpjd2009-06-013-2/+21
* Place hostnames and similar information fully under the prison system.jamie2009-05-292-37/+42
* Merge final round of MLD changes from p4:bms2009-05-275-166/+371
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-273-15/+31
* Implement UDP control block support.bz2009-05-231-25/+30
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELbz2009-05-231-2/+9
* Pullup from p4 tip:bms2009-05-211-22/+15
* Pullup svn source to p4 top of tree:bms2009-05-211-15/+35
* When an interface address is removed and the last prefixqingli2009-05-201-0/+25
* Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier.bz2009-05-181-0/+3
* This patch resolves the following issues:qingli2009-05-181-1/+196
* Implement RFC 5095 more fully. Rather than marking this no-op code asimp2009-05-092-35/+3
* Remove unnecessary CURVNET_SET() calls where curvnet context iszec2009-05-061-19/+1
* Silence unsolicited spam printed out when KTR_MLD happens to bekan2009-05-051-1/+1
* Change the curvnet variable from a global const struct vnet *,zec2009-05-055-23/+37
* Make indentation more uniform accross vnet container structs.zec2009-05-021-90/+90
* Limit scope of acquisition of INP_RLOCK for multicast input filterbms2009-05-011-5/+5
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-308-25/+18
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-2916-1085/+3689
* Add MLDv2 protocol header, but do not connect it to the build.bms2009-04-291-0/+112
* Import IPv6 SSM module but do not connect it to the build.bms2009-04-291-0/+2625
* Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routersbms2009-04-291-12/+19
* In preparation for turning on options VIMAGE in next commits,zec2009-04-262-4/+3
* Compare protosw pointer with NULL.bz2009-04-231-1/+1
* Assert the interface address list lock in IFP_TO_IA6(), as it willrwatson2009-04-202-2/+5
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-206-20/+20
* Acquire interface address list lock around access to if_addrhead,rwatson2009-04-204-8/+40
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-206-29/+21
* Close some but not all writer-writer races when maintaining IPv6rwatson2009-04-201-1/+18
* Lock interface address lists before iterating over them in nd6.rwatson2009-04-201-0/+5
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-162-3/+3
* add an llentry to struct route{_in6} to allow it to be passed around withkmacy2009-04-151-0/+1
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-126-42/+42
* Commit file omitted in r190962:rwatson2009-04-121-10/+10
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+19
* First pass at separating per-vnet initializer functionszec2009-04-064-15/+40
* Introduce a number of changes to the MROUTING code.bms2009-03-192-130/+268
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-153-6/+0
* Correct a number of evolved problems with inp_vflag and inp_flags:rwatson2009-03-151-4/+4
* On architectures with strict alignment requirements compensatemarius2009-03-071-4/+18
* Start removing IPv6 Type 0 Routing header code.bz2009-03-032-167/+25
* Add size-guards evaluated at compile-time to the main struct vnet_*bz2009-03-011-0/+3
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-2712-0/+15
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-1/+1
* Assert the radix head lock in in6_rtqkill().rwatson2009-02-231-0/+2
* Try to remove/assimilate as much of formerly IPv4/6 specificbz2009-02-083-6/+4
OpenPOWER on IntegriCloud