aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Minor style cleanups.Kevin Lo2014-04-071-1/+1
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.Kevin Lo2014-04-071-0/+13
* o Revamp API between flowtable and netinet, netinet6.Gleb Smirnoff2014-02-071-14/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-6/+8
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-041-0/+6
* Remove unused global variables.Kevin Lo2013-03-221-15/+0
* o Convert IPv6 read-only stats sysctls to the read-write ones.Maxim Konovalov2011-12-191-3/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEHiroki Sato2011-09-131-0/+5
* The socket API only specifies SCTP for SOCK_SEQPACKET andMichael Tuexen2011-07-121-31/+19
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-061-0/+11
* Add FEATURE() definitions for IPv4 and IPv6 so that we can useBjoern A. Zeeb2011-05-251-0/+1
* MFp4 CH=191760,191770:Bjoern A. Zeeb2011-04-201-0/+9
* Allow carp(4) to be loaded as a kernel module. Follow precedent set byWill Andrews2010-08-111-17/+0
* MFp4 CH180235:Bjoern A. Zeeb2010-08-091-0/+17
* Add flowtable support to IPv6Kip Macy2010-05-091-0/+15
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-31/+53
* Garbage collect references to the no longer implemented tcp_fasttimo().Bjoern A. Zeeb2010-01-171-1/+0
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-2/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-1/+1
* sysctl_msec_to_ticks is used with both virtualized andBjoern A. Zeeb2009-07-211-10/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-116/+119
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-171-0/+1
* 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/+9
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+4
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-0/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+1
* Put a global variables, which were virtualized but formerlyBjoern A. Zeeb2008-12-111-2/+0
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-3/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-49/+32
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-78/+81
* Default to ignoring potentially evil IPv6 Neighbor SolicitationColin Percival2008-10-021-0/+4
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-7/+8
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-131-0/+8
* un-__P()David E. O'Brien2008-01-081-1/+1
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* Space cleanupXin LI2007-07-051-29/+29
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-6/+6
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-35/+8
* - Disabled responding to NI queries from a global address by default asJINMEI Tatuya2007-05-171-1/+2
* Reduce the default number of header options that the IPv6 protocolGeorge V. Neville-Neil2007-05-081-1/+1
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.Bruce M Simpson2007-02-241-1/+1
* Ok, here it is, we finally add SCTP to current. Note that thisRandall Stewart2006-11-031-0/+48
* Make net.inet6.ip6.auto_linklocal tunable. Someone may want toHajimu UMEMOTO2006-10-131-0/+1
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-93/+154