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
*
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
*
Fix the length calculation for the final block of a sendfile(2)
des
2013-09-10
1
-0
/
+12
*
- Use time_uptime instead of time_second in data structures for
hrs
2013-08-05
1
-9
/
+9
*
Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capable
hrs
2013-07-31
1
-0
/
+7
*
Correct the size of allocated memory to store array of counters.
ae
2013-07-09
1
-3
/
+4
*
Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.
ae
2013-07-09
1
-15
/
+20
*
- Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGE
hrs
2013-07-02
1
-0
/
+26
*
Really fix netmask address family this time.
melifaro
2013-05-19
1
-1
/
+1
*
Finish r85740 : Make IPv6 netmask has address family set.
melifaro
2013-05-19
1
-0
/
+1
*
Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Group
hrs
2013-05-04
1
-0
/
+14
*
Plug static llentry leak (ipv4 & ipv6 were affected).
oleg
2013-04-21
1
-8
/
+10
*
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
*
In additional to the tailq of IPv6 addresses add the hash table.
ae
2012-12-15
1
-10
/
+11
*
- Move definition of V_deembed_scopeid to scope6_var.h.
hrs
2012-12-05
1
-0
/
+2
*
Remove __P.
delphij
2012-10-22
1
-4
/
+4
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
1
-8
/
+1
*
Fix races between in_lltable_prefix_free(), lla_lookup(),
glebius
2012-08-02
1
-9
/
+9
*
Some more whitespace cleanup.
glebius
2012-08-01
1
-3
/
+3
*
Some style(9) and whitespace changes.
glebius
2012-07-31
1
-43
/
+40
*
As mentioned in the commit message of r237571 (copied from a prototype
bz
2012-07-08
1
-1
/
+3
*
Fix a LOR acquiring the if_afdata lock while holding an rtentry lock.
delphij
2012-06-25
1
-18
/
+16
*
Plug two interface address refcount leaks in early error return cases
bz
2012-06-05
1
-1
/
+6
*
When we return deprecated addresses, we need to reference them.
emax
2012-05-30
1
-3
/
+9
*
When using flowtable llentrys can outlive the interface with which they're as...
kmacy
2012-02-23
1
-15
/
+15
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-271
/
+278
*
Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().
bz
2012-01-24
1
-2
/
+2
[next]