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
*
MFC r306285:
markj
2016-10-02
1
-6
/
+6
*
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
1
-1
/
+1
*
Remove the SIOCSIFALIFETIME_IN6 ioctl.
pfg
2016-06-13
1
-44
/
+0
*
Remove an always-false error check in the AIFADDR_IN6 handler.
markj
2016-05-15
1
-2
/
+1
*
Clean up callers of nd6_prelist_add().
markj
2016-05-07
1
-8
/
+0
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
1
-1
/
+1
*
in_lltable_alloc and in6 copy: Don't leak LLE in error path
cem
2016-04-26
1
-4
/
+15
*
sys/net* : for pointers replace 0 with NULL.
pfg
2016-04-15
1
-1
/
+1
*
Fix the lladdr copy in in6_lltable_dump_entry() after r292978.
markj
2016-03-30
1
-1
/
+1
*
Ternary operator has lower priority than OR.
glebius
2016-02-17
1
-1
/
+1
*
Implement interface link header precomputation API.
melifaro
2015-12-31
1
-1
/
+9
*
This code is not in modules that need KPI stability so no need to use
bz
2015-12-30
1
-2
/
+2
*
in6_if2idlen: treat bridge(4) interfaces like other Ethernet interfaces
wollman
2015-12-28
1
-0
/
+1
*
Revert r292275 & r292379
smh
2015-12-17
1
-1
/
+1
*
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
[next]