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
*
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
*
- Make the code more proactively clear an ND6_IFF_IFDISABLED flag when
hrs
2011-06-06
1
-1
/
+25
*
The statically configured (permanent) ARP entries are removed when an
qingli
2011-05-20
1
-2
/
+8
*
- Merge changes to the base system to support OFED. These include
jeff
2011-03-21
1
-0
/
+1
*
Plug well observed races on la_hold entries with the callout handler.
bz
2010-11-29
1
-1
/
+3
*
Fix our version of IPv6 address representation.
alfred
2010-05-19
1
-2
/
+19
*
Provide 32bit compat for SIOCGDEFIFACE_IN6.
kib
2010-04-27
1
-0
/
+25
*
Plug reference leaks in the link-layer code ("new-arp") that previously
bz
2010-04-11
1
-1
/
+5
*
The proxy arp entries could not be added into the system over the
qingli
2009-12-30
1
-4
/
+12
*
Use the correct option name in the preprocessor command to enable
qingli
2009-10-23
1
-1
/
+1
*
Self pointing routes are installed for configured interface addresses
qingli
2009-09-15
1
-39
/
+5
*
Improve flexibility of receiving Router Advertisement and
hrs
2009-09-12
1
-1
/
+8
*
The addresses that are assigned to the loopback interface
qingli
2009-09-05
1
-4
/
+7
*
This patch fixes the following issues:
qingli
2009-09-05
1
-4
/
+7
*
Use locks specific to the lltable code, rather than borrow the ifnet
rwatson
2009-08-25
1
-1
/
+1
*
Rework global locks for interface list and index management, correcting
rwatson
2009-08-23
1
-8
/
+3
*
A piece of code was added to install a host route when an IPv6 interface
qingli
2009-08-12
1
-12
/
+3
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
This patch does the following:
qingli
2009-07-27
1
-2
/
+6
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-9
/
+0
*
This patch adds a host route to an interface address (that is assigned
qingli
2009-07-12
1
-0
/
+46
*
In in6_update_ifa(), jump to 'cleanup' rather than returning directly
rwatson
2009-06-27
1
-4
/
+7
*
Add address list locking for in6_ifaddrhead/ia_link: as with locking
rwatson
2009-06-25
1
-4
/
+17
*
Clean up reference management in in6_update_ifa and in6_unlink_ifa, and
rwatson
2009-06-25
1
-7
/
+3
*
Convert netinet6 to using queue(9) rather than hand-crafted linked lists
rwatson
2009-06-24
1
-31
/
+11
*
Modify most routines returning 'struct ifaddr *' to return references
rwatson
2009-06-23
1
-37
/
+86
*
Clean up common ifaddr management:
rwatson
2009-06-21
1
-3
/
+2
*
Prevent integer overflow in direct pipe write code from circumventing
cperciva
2009-06-10
1
-1
/
+1
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
Add hierarchical jails. A jail may further virtualize its environment
jamie
2009-05-27
1
-9
/
+2
*
When an interface address is removed and the last prefix
qingli
2009-05-20
1
-0
/
+25
*
This patch resolves the following issues:
qingli
2009-05-18
1
-1
/
+196
*
Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:
bms
2009-04-29
1
-34
/
+9
*
Prefer structure fields (ifa_link) to macro aliases for them
rwatson
2009-04-20
1
-10
/
+10
*
Acquire interface address list lock around access to if_addrhead,
rwatson
2009-04-20
1
-0
/
+2
*
Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually
rwatson
2009-04-20
1
-11
/
+10
*
Close some but not all writer-writer races when maintaining IPv6
rwatson
2009-04-20
1
-1
/
+18
*
Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced
rwatson
2009-03-15
1
-2
/
+0
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+1
*
Standardize the various prison_foo_ip[46] functions and prison_if to
jamie
2009-02-05
1
-5
/
+4
*
Like with r185713 make sure to not leak a lock as rtalloc1(9) returns
bz
2009-01-31
1
-3
/
+3
*
Revive the RTF_LLINFO flag in route.h. The kernel code is guarded
qingli
2009-01-12
1
-0
/
+4
*
Restrict arp, ndp and theoretically the FIB listing (if not
bz
2009-01-09
1
-0
/
+4
*
Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and related
bz
2009-01-09
1
-0
/
+4
*
Some modules such as SCTP supplies a valid route entry as an input argument
qingli
2009-01-03
1
-36
/
+15
*
This checkin addresses a couple of issues:
qingli
2008-12-26
1
-1
/
+1
[next]