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
*
Fix r281649: don't call in6_clearscope() twice.
glebius
2015-04-17
1
-1
/
+1
*
Provide functions to determine presence of a given address
glebius
2015-04-17
2
-0
/
+31
*
Fix a possible refcount leak in regen_tmpaddr().
markj
2015-04-13
1
-4
/
+3
*
Fix the IPV6_MULTICAST_IF sockopt handling. RFC 3493 says when the
ae
2015-04-10
1
-5
/
+9
*
Fix the check for maximum mbuf's size needed to send ND6 NA and NS.
ae
2015-04-09
1
-15
/
+6
*
Evaluate packet size after the firewall had its chance
kp
2015-04-07
1
-33
/
+34
*
Mitigate Local Denial of Service with IPv6 Router Advertisements
delphij
2015-04-07
1
-2
/
+10
*
o Make net.inet6.ip6.mif6table return special API structure, that doesn't
glebius
2015-04-06
2
-3
/
+42
*
Remove duplicate code
kp
2015-04-06
1
-15
/
+2
*
Preserve IPv6 fragment IDs accross reassembly and refragmentation
kp
2015-04-01
2
-4
/
+6
*
Move ip6_sprintf() declaration from in6_var.h to in6.h. This is a simple
glebius
2015-03-24
2
-1
/
+1
*
To avoid a possible race, release the reference to ifa after return
ae
2015-03-19
1
-1
/
+1
*
tcp6_ctlinput() doesn't pass MTU value to in6_pcbnotify().
ae
2015-03-06
1
-1
/
+1
*
- Implement loopback probing state in enhanced DAD algorithm.
hrs
2015-03-05
3
-10
/
+52
*
Fix deadlock in IPv6 PCB code.
ae
2015-03-04
4
-36
/
+25
*
Create nd6_ns_output_fib() function with extra argument fibnum. Use it
ae
2015-03-03
1
-8
/
+21
*
Nonce has to be non-NULL for DAD even if net.inet6.ip6.dad_enhanced=0.
hrs
2015-03-03
1
-5
/
+3
*
Implement Enhanced DAD algorithm for IPv6 described in
hrs
2015-03-02
3
-44
/
+116
*
Now that all users of _WANT_IFADDR are fixed, remove this crutch and
glebius
2015-02-19
1
-2
/
+2
*
- Rename 'struct mld_ifinfo' into 'struct mld_ifsoftc', since it really
glebius
2015-02-19
3
-74
/
+96
*
Widen _KERNEL ifdef to hide more kernel network stack structures from userland.
glebius
2015-02-19
1
-3
/
+0
*
Use new struct mbufq instead of struct ifqueue to manage packet queues in
glebius
2015-02-19
4
-60
/
+48
*
Factor out ip6_fragment() function, to be used in IPv6 stack and pf(4).
glebius
2015-02-16
2
-48
/
+64
*
Move ip6_deletefraghdr() to frag6.c.
glebius
2015-02-16
2
-24
/
+24
*
Factor out ip6_deletefraghdr() function, to be shared between IPv6
glebius
2015-02-16
3
-19
/
+33
*
This fixes a bug in the way that the LLE timers for nd6
rrs
2015-02-09
2
-4
/
+22
*
Print IPv6 address in log message instead of address of pointer.
ae
2015-02-05
1
-1
/
+2
*
Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific
adrian
2015-01-18
5
-3
/
+155
*
Do not go one layer down to check ifqueue length. First, not all drivers
glebius
2015-01-12
1
-14
/
+0
*
Minimize the usage of SCTP_BUF_IS_EXTENDED.
tuexen
2015-01-10
1
-7
/
+1
*
* Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4:
melifaro
2015-01-09
1
-13
/
+0
*
Add forgotten definition for nd6_output_ifp().
melifaro
2015-01-08
1
-0
/
+2
*
* Use newly-created nd6_grab_holdchain() function to retrieve lle
melifaro
2015-01-08
3
-207
/
+101
*
To ease changes to underlying mbuf structure and the mbuf allocator, reduce
rwatson
2015-01-05
3
-5
/
+5
*
Migrate the RSS IPv6 hash code to use pointers to the v6 addresses
adrian
2014-12-31
2
-3
/
+3
*
Extern declarations in C files loses compile-time checking that
ae
2014-12-25
2
-9
/
+0
*
Remove in_gif.h and in6_gif.h files. They only contain function
ae
2014-12-23
2
-48
/
+9
*
Plug a memory leak in an error code path.
tuexen
2014-12-17
1
-1
/
+4
*
Do not count security policy violation twice.
ae
2014-12-11
2
-3
/
+0
*
Use ipsec6_in_reject() to simplify ip6_ipsec_fwd() and ip6_ipsec_input().
ae
2014-12-11
2
-49
/
+20
*
Remove flag/flags argument from the following functions:
ae
2014-12-11
4
-12
/
+8
*
Move ip_ipsec_fwd() from ip_input() into ip_forward().
ae
2014-12-11
1
-24
/
+11
*
Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of its
ae
2014-12-11
1
-21
/
+5
*
Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB and
ae
2014-12-11
1
-47
/
+16
*
Revert r275695: nd6_dad_find() was already correct.
markj
2014-12-11
1
-3
/
+2
*
Fix a bug in r266857: nd6_dad_find() must return NULL if it doesn't find
markj
2014-12-11
1
-2
/
+3
*
Add refcounting to IPv6 DAD objects and simplify the DAD code to fix a
markj
2014-12-08
3
-90
/
+64
*
This is the SCTP specific companion of
tuexen
2014-12-04
1
-9
/
+4
*
Remove unneded check. No need to do m_pullup to the size that we prepended.
ae
2014-12-02
1
-2
/
+0
*
Remove route chaching support from ipsec code. It isn't used for some time.
ae
2014-12-02
2
-10
/
+0
[next]