summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-04-301-1/+1
|\
| * MFC r331436:kp2018-04-151-1/+1
| * Revert r330897:eadler2018-03-291-2/+0
| * Partial merge of the SPDX changeseadler2018-03-141-0/+2
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-02-191-48/+33
|\ \ | |/
| * MFC r328541:ae2018-02-191-13/+8
| * MFC r328876:ae2018-02-121-35/+25
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2017-05-111-29/+19
|\ \ | |/
| * MFC r304572 (by bz):ae2017-03-181-29/+19
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Otavio O Souza2017-02-091-44/+51
|\ \ | |/
| * MFC r309888:ae2017-01-241-33/+27
| * MFC r310258:ae2017-01-101-11/+24
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2017-01-091-4/+16
|\ \ | |/
| * MFC r309883:ae2017-01-081-4/+16
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Otavio O Souza2016-12-301-2/+2
|\ \ | |/
| * MFC r307726:tuexen2016-12-181-2/+2
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-08-171-0/+37
|\ \ | |/
| * MFC r302906:ae2016-08-141-0/+37
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-021-1/+25
|\ \ | |/
| * Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+25
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-141-1/+0
|\ \ | |/
| * Cleanup unneded include "opt_ipfw.h".ae2016-06-091-1/+0
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-061-1/+13
|\ \ | |/
| * Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.bz2016-06-031-1/+13
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-021-2/+4
|\ \ | |/
| * The pr_destroy field does not allow us to run the teardown code in abz2016-06-011-2/+4
* | Importing pfSense patch pfil.diffLuiz Otavio O Souza2016-04-151-0/+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
OpenPOWER on IntegriCloud