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
/
in6.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide additional lle data in IPv6 lltable dump used by ndp(8).
melifaro
2015-12-16
1
-2
/
+9
*
Fix lagg failover due to missing notifications
smh
2015-12-15
1
-1
/
+1
*
inet6: Do not assume every interface has ip6 enabled.
kp
2015-12-14
1
-0
/
+2
*
Remove LLE read lock from IPv6 fast path.
melifaro
2015-12-13
1
-2
/
+11
*
Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),
melifaro
2015-12-09
1
-11
/
+12
*
This fixes several places where callout_stops return is examined. The
rrs
2015-11-13
1
-1
/
+1
*
Unify setting lladdr for AF_INET[6].
melifaro
2015-11-07
1
-2
/
+2
*
rtsock requests for deleting interface address lles started to return EPERM
melifaro
2015-09-27
1
-0
/
+2
*
* Do more fine-grained locking: call eventhandlers/free_entry
melifaro
2015-09-14
1
-37
/
+39
*
Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.
hrs
2015-09-10
1
-2
/
+0
*
Do not add IN6_IFF_TENTATIVE when ND6_IFF_NO_DAD.
hrs
2015-09-10
1
-4
/
+6
*
Do not skip entries without LLE_VALID flag.
melifaro
2015-09-05
1
-2
/
+2
*
Make in6ifa_ifpwithaddr() take const param.
melifaro
2015-09-05
1
-3
/
+2
*
Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state in
melifaro
2015-08-31
1
-0
/
+3
*
- Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopback
hrs
2015-08-24
1
-13
/
+8
*
* Split allocation and table linking for lle's.
melifaro
2015-08-20
1
-13
/
+2
*
Use single 'lle_timer' callout in lltable instead of
melifaro
2015-08-11
1
-2
/
+2
*
Store addresses instead of sockaddrs inside llentry.
melifaro
2015-08-11
1
-13
/
+7
*
MFP r276712.
melifaro
2015-08-11
1
-12
/
+24
*
Partially merge r274887,r275334,r275577,r275578,r275586 to minimize
melifaro
2015-08-10
1
-71
/
+93
*
Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT.
marius
2015-08-08
1
-4
/
+2
*
MFP r274553:
melifaro
2015-08-08
1
-58
/
+113
*
Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
ae
2015-07-29
1
-11
/
+17
*
Invoke LLE event handler when entry is deleted.
ae
2015-07-20
1
-0
/
+1
*
Move RTM announces into generic code to be independent from Layer2 code.
ae
2015-05-29
1
-0
/
+2
*
Remove #ifdef IFT_FOO.
glebius
2015-05-02
1
-9
/
+0
*
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
1
-0
/
+30
*
- Implement loopback probing state in enhanced DAD algorithm.
hrs
2015-03-05
1
-1
/
+2
*
This fixes a bug in the way that the LLE timers for nd6
rrs
2015-02-09
1
-2
/
+1
*
Print IPv6 address in log message instead of address of pointer.
ae
2015-02-05
1
-1
/
+2
*
Remove link-local multicast routes remnants from in6_purgeaddr.
ae
2014-11-10
1
-39
/
+5
*
Consistently use if_link.
glebius
2014-11-10
1
-1
/
+1
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
1
-28
/
+12
*
Make checks for rt_mtu generic:
melifaro
2014-11-06
1
-0
/
+7
*
Fix a bug which prevented ND6_IFF_IFDISABLED flag from clearing when
hrs
2014-11-02
1
-26
/
+24
*
Do not automatically install routes to link-local and interface-local multicast
ae
2014-10-27
1
-207
/
+34
*
Remove unused function.
ae
2014-10-27
1
-14
/
+0
*
Add const qualifier to in6_addrhash() function.
ae
2014-09-11
1
-0
/
+23
*
Add some missing checks for unsupported interfaces (e.g. pflog(4)) when
markj
2014-08-22
1
-16
/
+11
*
Garbage collect couple of unused fields from struct ifaddr:
glebius
2014-07-29
1
-3
/
+0
*
Further rework netinet6 address handling code:
melifaro
2014-01-19
1
-129
/
+104
*
Add in6_prepare_ifra() function to ease preparing in-kernel IPv6
melifaro
2014-01-18
1
-0
/
+21
*
Do some style(9) not done in r260851 to improve readability.
melifaro
2014-01-18
1
-45
/
+40
*
Split in6_update_ifa() into smaller pieces leaving functionality intact.
melifaro
2014-01-18
1
-78
/
+131
*
Introduce IN6_MASK_ADDR() macro to unify various hand-rolled code
melifaro
2014-01-08
1
-5
/
+3
*
Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called with
ae
2014-01-03
1
-0
/
+1
*
Remove never used ioctls that originate from KAME. The proof
glebius
2013-11-11
1
-293
/
+0
*
Include necessary headers that now are available due to pollution
glebius
2013-10-28
1
-0
/
+1
*
Remove ifa_init() and provide ifa_alloc() that will allocate and setup
glebius
2013-10-15
1
-4
/
+1
[next]