summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r298398:Luiz Otavio O Souza2016-05-121-2/+2
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-3/+0
* Importing pfSense patch IPSEC_sysctl.RELENG_10.diffRenato Botelho2015-08-171-0/+3
* Importing pfSense patch pfil.RELENG_10.diffRenato Botelho2015-08-171-0/+4
* MFC r279588:ae2015-03-121-13/+16
* MFC r264582:ae2014-04-241-3/+0
* Merge r261582, r261601, r261610, r261613, r261627, r261640, r261641, r261823,glebius2014-03-041-24/+0
* MFC r261835:ae2014-02-201-1/+12
* Unregister inet/inet6 pfil hooks on vnet destroy.trociny2013-09-131-0/+4
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+5
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-1/+5
* Use IP6S_M2MMAX macro.ae2013-04-161-3/+1
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-39/+40
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-16/+6
* Use m_getcl() instead of hand made allocation.glebius2013-03-151-10/+5
* In additional to the tailq of IPv6 addresses add the hash table.ae2012-12-151-0/+5
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-4/+4
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-161-2/+2
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-3/+2
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-2/+2
* Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (iftuexen2012-06-121-25/+65
* Plug reference leak.emax2012-06-031-10/+14
* MFp4 bz_ipv6_fast:bz2012-05-251-63/+80
* MFp4 bz_ipv6_fast:bz2012-05-251-3/+6
* Allow to configure net.inet6.ip6.{accept_rtadv,no_radr} by the loader tunableshrs2012-03-021-0/+2
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-2/+2
* Add support for IPv6 to ipfw fwd:bz2011-08-201-0/+31
* Add the missing call to ip6_ipsec_filtertunnel() to be able to controlbz2011-06-081-0/+7
* Fix more continuous/contiguous typos (cf. r215955)brucec2010-11-271-2/+2
* MFp4 CH=183052 183053 183258:bz2010-09-021-0/+58
* Since r186119 IP6 input counters for octets and packets were notbz2010-07-211-3/+47
* allocate ipv6 flows from the ipv6 flow zonekmacy2010-05-161-1/+1
* do a proper fixkmacy2010-05-131-1/+1
* fix compile error on some builds by doing the equivalent ofkmacy2010-05-131-1/+1
* boot time size the flowtablekmacy2010-05-101-3/+15
* Add flowtable support to IPv6kmacy2010-05-091-0/+13
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-95/+12
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in ordertrasz2010-01-081-1/+1
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-10/+11
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-2/+2
* When multiple interfaces exist in the system, with each interface havingqingli2009-08-261-2/+25
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-201-20/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-10/+10
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-34/+26
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-0/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-1/+3
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-3/+12
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
OpenPOWER on IntegriCloud