index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet6
Commit message (
Expand
)
Author
Age
Files
Lines
*
pf: Fix possible incorrect IPv6 fragmentation
kp
2017-04-20
1
-0
/
+2
*
Fix a bug where existing v6 CARP alias addresses cannot be changed.
Luiz Otavio O Souza
2016-12-20
1
-2
/
+5
*
Fix a bug where existing CARP alias addresses cannot be changed.
Luiz Otavio O Souza
2016-12-20
1
-2
/
+2
*
ip[6]_tryforward does inbound and outbound packet firewall processing.
ae
2016-12-19
1
-11
/
+24
*
Add ip6_tryforward() - a run to completion forwarding implementation
ae
2016-12-19
3
-4
/
+312
*
Fix a deadlock with route change when the gateway address is non-local.
Luiz Otavio O Souza
2016-12-08
1
-1
/
+1
*
Merge remote-tracking branch 'origin/releng/11.0' into RELENG_2_4
Renato Botelho
2016-08-25
1
-1
/
+1
|
\
|
*
MFC r304546: Disable L2 caching for UDP over IPv6
karels
2016-08-22
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/stable/11' into devel-11
Renato Botelho
2016-08-08
2
-3
/
+11
|
\
\
|
|
/
|
*
MFC r303657:
ae
2016-08-05
1
-1
/
+2
|
*
MFC r303171: Fix per-connection L2 caching in fast path
karels
2016-08-03
1
-2
/
+9
*
|
Merge remote-tracking branch 'origin/stable/11' into devel-11
Renato Botelho
2016-07-19
1
-2
/
+2
|
\
\
|
|
/
|
*
MFC r302784:
dim
2016-07-16
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Luiz Otavio O Souza
2016-07-02
9
-30
/
+94
|
\
\
|
|
/
|
*
Don't consider the socket when processing an incoming ICMP/ICMP6 packet,
tuexen
2016-06-23
1
-2
/
+1
|
*
Fix the NULL pointer dereference for unresolved link layer entries in
ae
2016-06-22
1
-2
/
+8
|
*
Get closer to a VIMAGE network stack teardown from top to bottom rather
bz
2016-06-21
8
-26
/
+85
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-06-14
8
-53
/
+6
|
\
\
|
|
/
|
*
Remove the SIOCSIFALIFETIME_IN6 ioctl.
pfg
2016-06-13
2
-45
/
+0
|
*
Cleanup unneded include "opt_ipfw.h".
ae
2016-06-09
4
-4
/
+0
|
*
Make KASSERT message more useful by printing the variables on which
bz
2016-06-06
1
-1
/
+2
|
*
Move the callout_reset() to the end of the work not having it stick
bz
2016-06-06
1
-3
/
+4
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-06-06
1
-1
/
+13
|
\
\
|
|
/
|
*
Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.
bz
2016-06-03
1
-1
/
+13
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-06-02
10
-28
/
+36
|
\
\
|
|
/
|
*
This change re-adds L2 caching for TCP and UDP, as originally added in D4306
gnn
2016-06-02
5
-7
/
+24
|
*
Exploit r301213 to fix in6 ifaddr locking in pfxlist_onlink_check().
markj
2016-06-02
1
-5
/
+6
|
*
Always start IPv6 DAD asynchronously.
markj
2016-06-02
1
-7
/
+1
|
*
The pr_destroy field does not allow us to run the teardown code in a
bz
2016-06-01
3
-8
/
+4
|
*
Add PR_CONNREQUIRED for SOCK_STREAM sockets using SCTP.
tuexen
2016-05-30
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Luiz Otavio O Souza
2016-05-27
1
-1
/
+5
|
\
\
|
|
/
|
*
Plug route reference underleak that happens with FLOWTABLE after r297225.
glebius
2016-05-27
1
-1
/
+5
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-25
1
-12
/
+18
|
\
\
|
|
/
|
*
Mark the prefix and default router list sysctl handlers MPSAFE.
markj
2016-05-23
1
-6
/
+9
|
*
Acquire the nd6 lock in the prefix list sysctl handler.
markj
2016-05-23
1
-6
/
+9
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Luiz Otavio O Souza
2016-05-23
3
-11
/
+9
|
\
\
|
|
/
|
*
Remove ip6 adjusting from the place where pointer couldn't be changed.
ae
2016-05-20
1
-4
/
+1
|
*
Remove ip6 pointer initialization and strange check from the beginning
ae
2016-05-20
1
-7
/
+0
|
*
Move IPv6 malloc tag definitions into the IPv6 code.
markj
2016-05-20
3
-0
/
+8
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-19
1
-9
/
+10
|
\
\
|
|
/
|
*
Since PFIL can change destination address, use its always actual value
ae
2016-05-19
1
-8
/
+7
|
*
Call RO_RTFREE() when we have detected the change of destination
ae
2016-05-17
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-16
3
-72
/
+96
|
\
\
|
|
/
|
*
Use Node Information flag names instead of hard-coding their values.
markj
2016-05-15
1
-1
/
+3
|
*
Add sysctl descriptions for net.inet6.ip6 and net.inet6.icmp6.
markj
2016-05-15
1
-69
/
+92
|
*
Remove an always-false error check in the AIFADDR_IN6 handler.
markj
2016-05-15
1
-2
/
+1
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-11
1
-18
/
+2
|
\
\
|
|
/
|
*
Remove obsolescent comments from nd6_purge().
markj
2016-05-09
1
-18
/
+2
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-09
9
-44
/
+26
|
\
\
|
|
/
|
*
Clean up callers of nd6_prelist_add().
markj
2016-05-07
2
-19
/
+8
[next]