summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Indentation issues.pfg2016-04-201-2/+1
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-3/+0
* Overhaul if_gre(4).ae2014-11-071-0/+11
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-82/+85
* Remove VNET_SYSCTL_ARG(). The generic sysctl(9) code handles that.glebius2014-11-071-4/+0
* Finish r274118: remove useless fields from struct domain.melifaro2014-11-061-2/+0
* Make checks for rt_mtu generic:melifaro2014-11-061-1/+2
* Change pr_output's prototype to avoid the need for explicit casts.kevlo2014-08-151-6/+6
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-7/+7
* Minor style cleanups.kevlo2014-04-071-1/+1
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-071-0/+13
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-071-14/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-6/+8
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-041-0/+6
* Remove unused global variables.kevlo2013-03-221-15/+0
* o Convert IPv6 read-only stats sysctls to the read-write ones.maxim2011-12-191-3/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEhrs2011-09-131-0/+5
* The socket API only specifies SCTP for SOCK_SEQPACKET andtuexen2011-07-121-31/+19
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-0/+11
* Add FEATURE() definitions for IPv4 and IPv6 so that we can usebz2011-05-251-0/+1
* MFp4 CH=191760,191770:bz2011-04-201-0/+9
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-17/+0
* MFp4 CH180235:bz2010-08-091-0/+17
* Add flowtable support to IPv6kmacy2010-05-091-0/+15
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-31/+53
* Garbage collect references to the no longer implemented tcp_fasttimo().bz2010-01-171-1/+0
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-2/+6
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-1/+1
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-10/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-116/+119
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+9
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+4
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-0/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Put a global variables, which were virtualized but formerlybz2008-12-111-2/+0
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-3/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-2/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-49/+32
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-78/+81
* Default to ignoring potentially evil IPv6 Neighbor Solicitationcperciva2008-10-021-0/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-7/+8
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-131-0/+8
* un-__P()obrien2008-01-081-1/+1
OpenPOWER on IntegriCloud