aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for IPv6 to ipfw fwd:Bjoern A. Zeeb2011-08-201-0/+31
* Add the missing call to ip6_ipsec_filtertunnel() to be able to controlBjoern A. Zeeb2011-06-081-0/+7
* Fix more continuous/contiguous typos (cf. r215955)Rebecca Cran2010-11-271-2/+2
* MFp4 CH=183052 183053 183258:Bjoern A. Zeeb2010-09-021-0/+58
* Since r186119 IP6 input counters for octets and packets were notBjoern A. Zeeb2010-07-211-3/+47
* allocate ipv6 flows from the ipv6 flow zoneKip Macy2010-05-161-1/+1
* do a proper fixKip Macy2010-05-131-1/+1
* fix compile error on some builds by doing the equivalent ofKip Macy2010-05-131-1/+1
* boot time size the flowtableKip Macy2010-05-101-3/+15
* Add flowtable support to IPv6Kip Macy2010-05-091-0/+13
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-95/+12
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in orderEdward Tomasz Napierala2010-01-081-1/+1
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-111-10/+11
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-2/+2
* When multiple interfaces exist in the system, with each interface havingQing Li2009-08-261-2/+25
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Garbage collect vnet module registrations that have neither constructorsRobert Watson2009-07-201-20/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-10/+10
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-34/+26
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingRobert Watson2009-06-251-0/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsRobert Watson2009-06-241-1/+3
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-3/+12
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+11
* V_loif is not an array but a pure pointer, so treat it as such.Marko Zec2009-06-011-1/+1
* Reimplement the netisr framework in order to support parallel netisrRobert Watson2009-06-011-6/+8
* Merge final round of MLD changes from p4:Bruce M Simpson2009-05-271-2/+14
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-2/+3
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-21/+8
* Compare protosw pointer with NULL.Bjoern A. Zeeb2009-04-231-1/+1
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+19
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-8/+23
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Remove the single global unlocked route cache ip6_forward_rtBjoern A. Zeeb2009-02-011-48/+32
* Remove 4 entirely unsued ip6 variables.Bjoern A. Zeeb2009-01-301-5/+0
* Correct variable name in comment.Bjoern A. Zeeb2008-12-221-1/+1
* Only unlock the llentry if it is actually valid.Bjoern A. Zeeb2008-12-181-1/+2
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-151-5/+5
* This main goals of this project are:Qing Li2008-12-151-1/+22
* Second round of putting global variables, which were virtualizedBjoern A. Zeeb2008-12-131-4/+2
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+8
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-4/+83
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+7
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-76/+77
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()Bjoern A. Zeeb2008-08-161-6/+14
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyRobert Watson2008-07-041-1/+1
* Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6Robert Watson2008-07-031-2/+0
* Set the IPv6 netisr handler as NETISR_MPSAFE on the basis that, despiteRobert Watson2008-07-021-1/+1
* Factor out the v4-only vs. the v6-only inp_flags processing inBjoern A. Zeeb2008-05-241-16/+33