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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a missing newline to a log message.
markj
2016-02-12
1
-1
/
+1
*
Rename the flags field of struct nd_defrouter to "raflags".
markj
2016-02-12
3
-9
/
+9
*
Simplify defrtrlist_update() slightly in preparation for future changes.
markj
2016-02-12
1
-28
/
+23
*
Remove a bogus comment from nd6_na_input().
markj
2016-02-12
1
-6
/
+0
*
Remove superfluous return statements from the neighbour discovery code.
markj
2016-02-12
3
-6
/
+0
*
Fix style around allocations from M_IP6NDP.
markj
2016-02-12
2
-9
/
+6
*
Remove some unreferenced NDP debug variable definitions.
markj
2016-02-12
1
-5
/
+0
*
Merge SVN r295220 (bz) from projects/vnet/
dteske
2016-02-11
1
-1
/
+3
*
These files were getting sys/malloc.h and vm/uma.h with header pollution
glebius
2016-02-01
2
-0
/
+2
*
MFP r287070,r287073: split radix implementation and route table structure.
melifaro
2016-01-25
3
-24
/
+25
*
Fix rte refcount leak in ip6_forward().
melifaro
2016-01-20
1
-2
/
+5
*
Verify the packet length in sctp6_input().
glebius
2016-01-14
1
-1
/
+4
*
Bring RADIX_MPATH support to new routing KPI to ease migration.
melifaro
2016-01-11
1
-0
/
+7
*
Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().
melifaro
2016-01-10
7
-88
/
+121
*
Do not hold ifaddr reference for the whole icmp6_reflect() exec time.
melifaro
2016-01-10
1
-16
/
+21
*
Remove prefix check from in6_addroute().
melifaro
2016-01-09
1
-29
/
+1
*
Remove sys/eventhandler.h from net/route.h
melifaro
2016-01-09
1
-0
/
+1
*
Finish r293098: make ip6_getpmtu() and ip6_getpmtu_ctl() use new routing API
melifaro
2016-01-04
1
-20
/
+22
*
Add rib_lookup_info() to provide API for retrieving individual route
melifaro
2016-01-04
2
-36
/
+43
*
Remove 'struct route_int6' argument from in6_selectsrc() and
melifaro
2016-01-03
7
-53
/
+29
*
Handle IPV6_PATHMTU option by spliting ip6_getpmtu_ctl() from ip6_getpmtu().
melifaro
2016-01-03
2
-32
/
+96
*
Use lltable_get_ifp() instead of direct access to lltable fields.
melifaro
2016-01-01
1
-2
/
+4
*
Implement interface link header precomputation API.
melifaro
2015-12-31
6
-26
/
+108
*
Add the appropriate case statement for IPV6_BINDMULTI so the option can be
jtl
2015-12-30
1
-0
/
+1
*
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
*
Remove superfluous return (1) missed in r292601.
bz
2015-12-23
1
-1
/
+0
*
Since r256624 we've been leaking routing table allocations
bz
2015-12-22
1
-0
/
+1
*
Revert r292275 & r292379
smh
2015-12-17
5
-166
/
+30
*
Fix issues introduced by r292275
smh
2015-12-16
2
-1
/
+3
*
Provide additional lle data in IPv6 lltable dump used by ndp(8).
melifaro
2015-12-16
2
-3
/
+10
*
Fix lagg failover due to missing notifications
smh
2015-12-15
5
-30
/
+164
*
inet6: Do not assume every interface has ip6 enabled.
kp
2015-12-14
2
-0
/
+4
*
Remove LLE read lock from IPv6 fast path.
melifaro
2015-12-13
3
-37
/
+191
*
Use correct lookup key for gif route lookups.
melifaro
2015-12-09
1
-2
/
+2
*
Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),
melifaro
2015-12-09
5
-58
/
+49
*
Merge helper fib* functions used for basic lookups.
melifaro
2015-12-08
5
-16
/
+351
*
Fix the allocation of outgoing streams:
tuexen
2015-12-06
1
-1
/
+1
*
mld_v2_dispatch_general_query() is used by mld_fasttimo_vnet() to send
ae
2015-12-01
1
-0
/
+10
*
Add new rt_foreach_fib_walk_del() function for deleting route entries
melifaro
2015-11-30
2
-21
/
+19
*
Overhaul if_enc(4) and make it loadable in run-time.
ae
2015-11-25
1
-3
/
+27
*
in6_mc_get: Fix recursion on if_addr_lock on malloc failure
cem
2015-11-19
1
-2
/
+2
*
Bring back the ability of passing cached route via nd6_output_ifp().
melifaro
2015-11-15
4
-7
/
+7
*
This fixes several places where callout_stops return is examined. The
rrs
2015-11-13
2
-2
/
+2
*
Unify setting lladdr for AF_INET[6].
melifaro
2015-11-07
3
-12
/
+7
*
[netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...
adrian
2015-11-06
5
-8
/
+146
*
Use m_cat() to reassembly IPv6 packets.
melifaro
2015-10-27
1
-2
/
+2
*
Invoke lle_event for new entry iff it has lladdr set.
melifaro
2015-10-04
1
-2
/
+4
*
Simplify if (lladdr) condition in nd6_cache_lladdr():
melifaro
2015-10-04
1
-8
/
+5
*
Eliminate nd6_llinfo_settimer(). All consumers were converted to
melifaro
2015-10-04
2
-13
/
+2
[next]