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
*
MFC r306792-r306795, r306826, r306828:
markj
2016-10-19
2
-47
/
+23
*
MFC r306459:
ae
2016-10-06
1
-1
/
+1
*
MFC r306046:
markj
2016-10-04
1
-108
/
+51
*
MFC r306285:
markj
2016-10-02
4
-12
/
+12
*
MFC r304713:
karels
2016-09-21
2
-1
/
+11
*
MFC r303626 (by gallatin)
hiren
2016-08-29
2
-11
/
+14
*
MFC r304545: Disable L2 caching for UDP over IPv6
karels
2016-08-20
1
-1
/
+1
*
MFC r302906:
ae
2016-08-14
2
-1
/
+41
*
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
*
MFC r302784:
dim
2016-07-16
1
-2
/
+2
*
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
*
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
*
Introduce a per-VNET flag to enable/disable netisr prcessing on that VNET.
bz
2016-06-03
1
-1
/
+13
*
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
*
Plug route reference underleak that happens with FLOWTABLE after r297225.
glebius
2016-05-27
1
-1
/
+5
*
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
*
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
*
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
*
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
*
Remove obsolescent comments from nd6_purge().
markj
2016-05-09
1
-18
/
+2
*
Clean up callers of nd6_prelist_add().
markj
2016-05-07
2
-19
/
+8
*
Remove two useless local variables from prelist_update().
markj
2016-05-07
1
-14
/
+7
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
9
-13
/
+13
*
When a client uses UDP encapsulation and lists IP addresses in the INIT
tuexen
2016-05-01
1
-1
/
+3
*
Use correct order of source and destination address and port.
tuexen
2016-04-29
1
-3
/
+3
*
Complete the UDP tunneling of ICMP msgs to those protocols
rrs
2016-04-28
1
-0
/
+23
*
in_lltable_alloc and in6 copy: Don't leak LLE in error path
cem
2016-04-26
1
-4
/
+15
*
Fixes the comment to reflect the code.
loos
2016-04-25
1
-2
/
+1
*
Indentation issues.
pfg
2016-04-20
1
-2
/
+1
*
kernel: use our nitems() macro when it is available through param.h.
pfg
2016-04-19
1
-1
/
+1
*
Address issues found by the XCode code analyzer.
tuexen
2016-04-18
1
-2
/
+1
*
Fix the ICMP6 handling for SCTP.
tuexen
2016-04-16
2
-198
/
+168
*
sys/net* : for pointers replace 0 with NULL.
pfg
2016-04-15
5
-10
/
+10
*
Fix regression introduced in r296986.
ae
2016-04-08
1
-1
/
+1
[next]