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
/
nd6.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix condition.
ae
2014-07-11
1
-1
/
+1
*
Make nd6_gctimer tunable.
ume
2014-06-23
1
-0
/
+2
*
Fix unintended KBI change from r264905. Add _fib versions of
asomers
2014-05-29
1
-1
/
+1
*
Fix subnet and default routes on different FIBs on the same subnet.
asomers
2014-04-24
1
-1
/
+1
*
Further simplify nd6_output_lle.
melifaro
2014-02-13
1
-72
/
+127
*
Simplify nd6_output_lle:
melifaro
2014-02-10
1
-29
/
+14
*
Unlock entry before retry.
ae
2014-02-07
1
-0
/
+1
*
Take exclusive lock only when lle isn't NULL. We don't need write access
ae
2014-02-02
1
-1
/
+1
*
Further rework netinet6 address handling code:
melifaro
2014-01-19
1
-0
/
+57
*
lla_lookup() does modification only when LLE_CREATE is specified.
ae
2014-01-02
1
-5
/
+5
*
Use an RLOCK here instead of an RWLOCK - matching all the other calls
adrian
2014-01-01
1
-2
/
+2
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Implement the ip, tcp, and udp DTrace providers. The probe definitions use
markj
2013-08-25
1
-0
/
+5
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
1
-2
/
+1
*
Return 0 in nbi->expire when la_expire == 0. Conversion from time_uptime to
hrs
2013-08-17
1
-1
/
+5
*
Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6,
hrs
2013-08-06
1
-5
/
+8
*
- Use time_uptime instead of time_second in data structures for
hrs
2013-08-05
1
-5
/
+5
*
Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capable
hrs
2013-07-31
1
-0
/
+4
*
- Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE
hrs
2013-07-02
1
-6
/
+18
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-2
/
+2
*
Clean up some unused leftover code.
kevlo
2013-03-22
1
-8
/
+0
*
Generate lle_event in the IPv6 neighbor discovery code too.
np
2013-01-26
1
-0
/
+4
*
Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. It
np
2013-01-25
1
-1
/
+1
*
Fix problem in r238990. The LLE_LINKED flag should be tested prior to
glebius
2012-12-13
1
-2
/
+8
*
Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doing
ae
2012-11-16
1
-6
/
+6
*
Remove __P.
delphij
2012-10-22
1
-2
/
+2
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
1
-12
/
+0
*
MFp4 bz_ipv6_fast:
bz
2012-05-25
1
-18
/
+15
*
Rewrite nd6_sysctl_{d,p}rlist() to avoid misaligned accesses to char arrays
marius
2012-05-20
1
-104
/
+77
*
In nd6_options() ignore the RFC 6106 options completely rather than printing
bz
2012-03-04
1
-0
/
+8
*
Remove a redundant check.
hrs
2012-03-02
1
-10
/
+0
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-1
/
+4
*
Remove unused variable.
pluknet
2012-01-25
1
-2
/
+0
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
1
-8
/
+8
*
Use queue(3) macros instead of home-rolled versions in several places in
jhb
2011-12-29
1
-48
/
+24
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-3
/
+0
*
A default route learned from the RAs could be deleted manually
qingli
2011-11-11
1
-0
/
+40
*
Fix a problem that an interface unexpectedly becomes IFF_UP by
hrs
2011-10-16
1
-26
/
+29
*
Fix an obvious bug from r186196 shadowing a variable, not correctly
bz
2011-09-30
1
-4
/
+5
*
Do not activate automatic LL addr configuration when 0/1->1 transition of
hrs
2011-06-06
1
-1
/
+3
*
- Make the code more proactively clear an ND6_IFF_IFDISABLED flag when
hrs
2011-06-06
1
-0
/
+30
*
- Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.
hrs
2011-06-06
1
-8
/
+8
*
- Merge changes to the base system to support OFED. These include
jeff
2011-03-21
1
-0
/
+1
*
Loosen the locking in nd6-free() again after r216022 to avoid
bz
2010-12-07
1
-13
/
+24
*
Plug well observed races on la_hold entries with the callout handler.
bz
2010-11-29
1
-38
/
+64
*
After some off-list discussion, revert a number of changes to the
dim
2010-11-22
1
-3
/
+3
*
Do not initialize flag variables before needed.
bz
2010-11-17
1
-6
/
+7
*
No need to re-initialize the callout. We initially do it in in6_lltable_new()
bz
2010-11-17
1
-3
/
+1
*
Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout
dim
2010-11-14
1
-3
/
+3
[next]