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
*
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
*
Remove the stale XXX rt_newaddrmsg comment.
pluknet
2012-01-24
1
-4
/
+0
*
Remove unnecessary line break.
bz
2012-01-24
1
-2
/
+1
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
1
-20
/
+20
*
Use correct locking when traversing interface address list.
glebius
2012-01-04
1
-4
/
+2
*
Grab a reference on the matching interface address (ifa) in the handling
jhb
2012-01-03
1
-2
/
+10
*
Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops that
jhb
2012-01-03
1
-2
/
+2
*
Use queue(3) macros instead of home-rolled versions in several places in
jhb
2011-12-29
1
-3
/
+2
*
Provide ABI compatibility shim to enable configuring of addresses
glebius
2011-12-21
1
-1
/
+8
*
A major overhaul of the CARP implementation. The ip_carp.c was started
glebius
2011-12-16
1
-1
/
+23
*
A default route learned from the RAs could be deleted manually
qingli
2011-11-11
1
-1
/
+1
*
The code change made in r226040 was incomplete and resulted in
qingli
2011-10-16
1
-3
/
+6
*
Restore functions in6_ifaddloop() and in6_ifremloop() that were
glebius
2011-10-13
1
-68
/
+85
*
The IFA_RTSELF instead of the IFA_ROUTE flag should be checked to
qingli
2011-10-05
1
-2
/
+2
*
Add an in6_localip() helper function as in6_localaddr() is not doing what
bz
2011-08-20
1
-0
/
+21
*
Permit ARP to proceed for IPv4 host routes for which the gateway is the
zec
2011-07-08
1
-2
/
+0
[next]