summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix possible incorrect IPv6 fragmentationkp2017-04-201-0/+2
* Fix a bug where existing v6 CARP alias addresses cannot be changed.Luiz Otavio O Souza2016-12-201-2/+5
* Fix a bug where existing CARP alias addresses cannot be changed.Luiz Otavio O Souza2016-12-201-2/+2
* ip[6]_tryforward does inbound and outbound packet firewall processing.ae2016-12-191-11/+24
* Add ip6_tryforward() - a run to completion forwarding implementationae2016-12-193-4/+312
* Fix a deadlock with route change when the gateway address is non-local.Luiz Otavio O Souza2016-12-081-1/+1
* Merge remote-tracking branch 'origin/releng/11.0' into RELENG_2_4Renato Botelho2016-08-251-1/+1
|\
| * MFC r304546: Disable L2 caching for UDP over IPv6karels2016-08-221-1/+1
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-08-082-3/+11
|\ \ | |/
| * MFC r303657:ae2016-08-051-1/+2
| * MFC r303171: Fix per-connection L2 caching in fast pathkarels2016-08-031-2/+9
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-07-191-2/+2
|\ \ | |/
| * MFC r302784:dim2016-07-161-2/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-029-30/+94
|\ \ | |/
| * Don't consider the socket when processing an incoming ICMP/ICMP6 packet,tuexen2016-06-231-2/+1
| * Fix the NULL pointer dereference for unresolved link layer entries inae2016-06-221-2/+8
| * Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-218-26/+85
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-06-148-53/+6
|\ \ | |/
| * Remove the SIOCSIFALIFETIME_IN6 ioctl.pfg2016-06-132-45/+0
| * Cleanup unneded include "opt_ipfw.h".ae2016-06-094-4/+0
| * Make KASSERT message more useful by printing the variables on whichbz2016-06-061-1/+2
| * Move the callout_reset() to the end of the work not having it stickbz2016-06-061-3/+4
* | 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-0210-28/+36
|\ \ | |/
| * This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-025-7/+24
| * Exploit r301213 to fix in6 ifaddr locking in pfxlist_onlink_check().markj2016-06-021-5/+6
| * Always start IPv6 DAD asynchronously.markj2016-06-021-7/+1
| * The pr_destroy field does not allow us to run the teardown code in abz2016-06-013-8/+4
| * Add PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.tuexen2016-05-301-1/+1
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-271-1/+5
|\ \ | |/
| * Plug route reference underleak that happens with FLOWTABLE after r297225.glebius2016-05-271-1/+5
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-251-12/+18
|\ \ | |/
| * Mark the prefix and default router list sysctl handlers MPSAFE.markj2016-05-231-6/+9
| * Acquire the nd6 lock in the prefix list sysctl handler.markj2016-05-231-6/+9
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-05-233-11/+9
|\ \ | |/
| * Remove ip6 adjusting from the place where pointer couldn't be changed.ae2016-05-201-4/+1
| * Remove ip6 pointer initialization and strange check from the beginningae2016-05-201-7/+0
| * Move IPv6 malloc tag definitions into the IPv6 code.markj2016-05-203-0/+8
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-191-9/+10
|\ \ | |/
| * Since PFIL can change destination address, use its always actual valueae2016-05-191-8/+7
| * Call RO_RTFREE() when we have detected the change of destinationae2016-05-171-1/+3
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-163-72/+96
|\ \ | |/
| * Use Node Information flag names instead of hard-coding their values.markj2016-05-151-1/+3
| * Add sysctl descriptions for net.inet6.ip6 and net.inet6.icmp6.markj2016-05-151-69/+92
| * Remove an always-false error check in the AIFADDR_IN6 handler.markj2016-05-151-2/+1
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-111-18/+2
|\ \ | |/
| * Remove obsolescent comments from nd6_purge().markj2016-05-091-18/+2
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-099-44/+26
|\ \ | |/
| * Clean up callers of nd6_prelist_add().markj2016-05-072-19/+8
OpenPOWER on IntegriCloud