summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/icmp6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313025, r313395, r314113, r314442, r315458, r315656asomers2017-04-171-2/+2
* MFC r307726:tuexen2016-12-181-1/+1
* MFC r306459:ae2016-10-061-1/+1
* MFC r306046:markj2016-10-041-108/+51
* MFC r303626 (by gallatin)hiren2016-08-291-3/+1
* Use Node Information flag names instead of hard-coding their values.markj2016-05-151-1/+3
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().melifaro2016-01-101-13/+9
* Do not hold ifaddr reference for the whole icmp6_reflect() exec time.melifaro2016-01-101-16/+21
* Remove 'struct route_int6' argument from in6_selectsrc() andmelifaro2016-01-031-5/+1
* Implement interface link header precomputation API.melifaro2015-12-311-1/+1
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),melifaro2015-12-091-19/+10
* Fix the handling of IPv6 On-Link Redirects.vangyzen2015-09-141-11/+23
* Move comment to the right position.bz2015-07-031-1/+2
* Remove unneded check. No need to do m_pullup to the size that we prepended.ae2014-12-021-2/+0
* Remove route chaching support from ipsec code. It isn't used for some time.ae2014-12-021-9/+0
* Consistently use if_link.glebius2014-11-101-2/+2
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-16/+0
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.ae2014-11-081-34/+14
* When deciding whether to call m_pullup() even though there is adequaterwatson2014-10-121-1/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Initialize inc_fibnum for properly handling ICMP6_PACKET_TOO_BIG errorsae2013-10-251-0/+1
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-2/+2
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-2/+7
* Use ICMP6STAT_INC() macro for ICMPv6 errors accounting.ae2013-06-191-17/+17
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-46/+25
* - Use m_getcl() instead of hand allocating.glebius2013-03-151-20/+13
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-19/+19
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-161-2/+2
* Remove __P.delphij2012-10-221-6/+6
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-4/+0
* MFp4 bz_ipv6_fast:bz2012-05-251-2/+2
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-7/+11
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-5/+5
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-1/+1
* Fix a bug where TAILQ_FIRST(&V_ifnet) was accessed without holding thejhb2011-12-241-1/+2
* In icmp6_redirect_input:glebius2011-11-071-11/+6
* Remove a couple of write-only variables.pluknet2011-11-031-7/+0
* The IPv6 code was influx at the time of r196865 due to the L2/L3qingli2011-10-161-4/+0
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+4
* After some off-list discussion, revert a number of changes to thedim2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-2/+2
* Fix mbuf leakages and remove unneccessary duplicate mbuf frees.anchie2010-08-191-13/+7
* MFp4: anchie_soc2009 branch:anchie2010-08-191-14/+111
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-15/+6
* Correct a typo.bz2010-01-061-1/+1
* Explicitly compare to a return code.bz2009-10-141-1/+1
* This patch fixes an address scope violation. Considering theqingli2009-09-051-0/+4
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-6/+6
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
OpenPOWER on IntegriCloud