summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r304572 (by bz):ae2017-03-181-29/+19
* MFC r309888:ae2017-01-241-33/+27
* MFC r310258:ae2017-01-101-11/+24
* MFC r309883:ae2017-01-081-4/+16
* MFC r307726:tuexen2016-12-181-2/+2
* MFC r302906:ae2016-08-141-0/+37
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+25
* Cleanup unneded include "opt_ipfw.h".ae2016-06-091-1/+0
* Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.bz2016-06-031-1/+13
* The pr_destroy field does not allow us to run the teardown code in abz2016-06-011-2/+4
* Mfp4 @180378:bz2016-03-221-34/+1
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-251-3/+27
* [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...adrian2015-11-061-7/+81
* Add support for receiving flowtype, flowid and RSS bucket information as part...adrian2015-09-061-0/+39
* Implement RSS hashing/re-hashing for IPv6 ingress packets.adrian2015-08-291-4/+12
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-2/+4
* Fix deadlock in IPv6 PCB code.ae2015-03-041-13/+16
* Remove ip6_getdstifaddr() and all functions to work with auxiliary data.ae2014-11-081-304/+24
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-14/+10
* Unify sa_equal() macro usage.melifaro2014-04-261-3/+0
* Remove unused variable.ae2014-04-171-3/+0
* Drop packets to multicast address whose scop field contains theae2014-02-131-1/+12
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-071-24/+0
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - Utilize counter(9) to accumulate statistics on interface addresses. Addglebius2013-10-151-4/+6
* Remove useless check of ia6 against NULL, right after dereferencing it.glebius2013-10-151-2/+2
* 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
OpenPOWER on IntegriCloud