summaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-171-0/+1
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-132-8/+10
* Remove unnecessary #ifdef lines and code.Marko Zec2009-06-121-7/+0
* Prevent integer overflow in direct pipe write code from circumventingColin Percival2009-06-101-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-0813-16/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-087-7/+55
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-071-2/+16
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-054-5/+0
* V_loif is not an array but a pure pointer, so treat it as such.Marko Zec2009-06-011-1/+1
* Remove an #undef MIN that slipped under the radar and led me toMarko Zec2009-06-011-9/+0
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-013-17/+29
* Reimplement the netisr framework in order to support parallel netisrRobert Watson2009-06-012-8/+8
* - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistentPawel Jakub Dawidek2009-06-013-2/+21
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-292-37/+42
* Merge final round of MLD changes from p4:Bruce M Simpson2009-05-275-166/+371
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-273-15/+31
* Implement UDP control block support.Bjoern A. Zeeb2009-05-231-25/+30
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELBjoern A. Zeeb2009-05-231-2/+9
* Pullup from p4 tip:Bruce M Simpson2009-05-211-22/+15
* Pullup svn source to p4 top of tree:Bruce M Simpson2009-05-211-15/+35
* When an interface address is removed and the last prefixQing Li2009-05-201-0/+25
* Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier.Bjoern A. Zeeb2009-05-181-0/+3
* This patch resolves the following issues:Qing Li2009-05-181-1/+196
* Implement RFC 5095 more fully. Rather than marking this no-op code asWarner Losh2009-05-092-35/+3
* Remove unnecessary CURVNET_SET() calls where curvnet context isMarko Zec2009-05-061-19/+1
* Silence unsolicited spam printed out when KTR_MLD happens to beAlexander Kabaev2009-05-051-1/+1
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-055-23/+37
* Make indentation more uniform accross vnet container structs.Marko Zec2009-05-021-90/+90
* Limit scope of acquisition of INP_RLOCK for multicast input filterBruce M Simpson2009-05-011-5/+5
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-308-25/+18
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-2916-1077/+3681
* Add MLDv2 protocol header, but do not connect it to the build.Bruce M Simpson2009-04-291-0/+112
* Import IPv6 SSM module but do not connect it to the build.Bruce M Simpson2009-04-291-0/+2625
* Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routersBruce M Simpson2009-04-291-12/+19
* In preparation for turning on options VIMAGE in next commits,Marko Zec2009-04-262-4/+3
* Compare protosw pointer with NULL.Bjoern A. Zeeb2009-04-231-1/+1
* Assert the interface address list lock in IFP_TO_IA6(), as it willRobert Watson2009-04-202-2/+5
* Prefer structure fields (ifa_link) to macro aliases for themRobert Watson2009-04-206-20/+20
* Acquire interface address list lock around access to if_addrhead,Robert Watson2009-04-204-8/+40
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyRobert Watson2009-04-206-29/+21
* Close some but not all writer-writer races when maintaining IPv6Robert Watson2009-04-201-1/+18
* Lock interface address lists before iterating over them in nd6.Robert Watson2009-04-201-0/+5
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-162-3/+3
* add an llentry to struct route{_in6} to allow it to be passed around withKip Macy2009-04-151-0/+1
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-126-42/+42
* Commit file omitted in r190962:Robert Watson2009-04-121-10/+10
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+19
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-064-15/+40
* Introduce a number of changes to the MROUTING code.Bruce M Simpson2009-03-192-130/+268
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson2009-03-153-6/+0