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
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
2
-3
/
+3
*
Remove unused variable.
ae
2013-04-24
2
-3
/
+0
*
Plug static llentry leak (ipv4 & ipv6 were affected).
oleg
2013-04-21
1
-8
/
+10
*
Fix build after r249543.
tijl
2013-04-16
1
-1
/
+1
*
Fix accounting after the r249528, also add several another counters to
ae
2013-04-16
1
-1
/
+12
*
Use IP6S_M2MMAX macro.
ae
2013-04-16
1
-3
/
+1
*
Replace hardcoded numbers.
ae
2013-04-16
1
-8
/
+12
*
The source address selection algorithm tries to apply several rules
ae
2013-04-15
1
-10
/
+7
*
Free memory after deleting an address policy entry.
ae
2013-04-12
1
-0
/
+1
*
Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.
ae
2013-04-09
11
-91
/
+92
*
Clean up some unused leftover code.
kevlo
2013-03-22
1
-8
/
+0
*
Remove unused global variables.
kevlo
2013-03-22
1
-15
/
+0
*
- Use m_getcl() instead of hand allocating.
glebius
2013-03-15
4
-104
/
+51
*
- Use m_getcl() instead of hand allocating.
glebius
2013-03-15
4
-33
/
+22
*
Use m_getcl() instead of hand made allocation.
glebius
2013-03-15
1
-10
/
+5
*
Take the inpcb rlock before calculating checksum, it was accidentally
ae
2013-03-12
1
-1
/
+1
*
Generate lle_event in the IPv6 neighbor discovery code too.
np
2013-01-26
2
-0
/
+7
*
Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. It
np
2013-01-25
1
-1
/
+1
*
Simplify in6_setscope() function to get better performance.
ae
2013-01-10
1
-46
/
+17
*
Remove unneeded variable.
ae
2013-01-09
1
-6
/
+1
*
Add no_prefer_iface option.
ume
2013-01-09
2
-4
/
+7
*
The in6_setscope() function determines the scope zone id of an address
ae
2013-01-09
1
-14
/
+15
*
Temporarily revert rev 244678. This is causing loopback problems with
peter
2013-01-03
1
-9
/
+0
*
The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notify
glebius
2012-12-25
1
-0
/
+9
*
When we have some address to forward (e.g. it was specified with ipfw fwd),
ae
2012-12-19
1
-7
/
+9
*
Make dst_sa initialization only when it is actually needed.
ae
2012-12-19
1
-9
/
+12
*
The selectroute functions does own account of EHOSTUNREACH errors,
ae
2012-12-19
1
-8
/
+0
*
Use M_PROTO7 flag for M_IP6_NEXTHOP, because M_PROTO2 was used for
ae
2012-12-17
1
-1
/
+1
*
In additional to the tailq of IPv6 addresses add the hash table.
ae
2012-12-15
3
-10
/
+40
*
Fix problem in r238990. The LLE_LINKED flag should be tested prior to
glebius
2012-12-13
1
-2
/
+8
*
- Move definition of V_deembed_scopeid to scope6_var.h.
hrs
2012-12-05
3
-0
/
+16
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
10
-51
/
+51
*
Remove opt_inet.h, it isn't required here.
ae
2012-11-20
1
-1
/
+0
*
Check if an extracted zoneid is equal to the non-zero sin6_scope_id only when
hrs
2012-11-18
1
-6
/
+8
*
Add support for SCTP/UDP/IPV6.
tuexen
2012-11-17
2
-2
/
+8
*
Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing
ae
2012-11-16
5
-18
/
+18
*
if_afdata lock was converted from mutex to rwlock a long ago, so we can
ae
2012-11-14
1
-14
/
+15
*
SCOPE6_LOCK protects V_sid_default, no need to acquire it without
ae
2012-11-14
1
-9
/
+0
*
zoneid has unsigned type.
ae
2012-11-14
1
-1
/
+1
*
Use consistent style.
obrien
2012-11-13
1
-3
/
+2
*
Remove the recently added sysctl variable net.pfil.forward.
ae
2012-11-02
5
-13
/
+12
*
Whitespace changes due to upstream integration of SCTP changes in the
tuexen
2012-10-29
1
-14
/
+8
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
4
-18
/
+10
*
Remove __P.
delphij
2012-10-22
18
-285
/
+285
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-6
/
+0
*
Eliminate code checking if found IPv6 rte is dynamic. IPv6 redirects
melifaro
2012-10-22
1
-156
/
+0
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
6
-70
/
+10
*
Cleanup documentation: cloning route support has been removed in r186119.
melifaro
2012-10-13
1
-13
/
+0
*
Revert previous commit...
kevlo
2012-10-10
3
-3
/
+3
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
3
-3
/
+3
[next]