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
*
To ease changes to underlying mbuf structure and the mbuf allocator, reduce
rwatson
2015-01-05
3
-5
/
+5
*
Migrate the RSS IPv6 hash code to use pointers to the v6 addresses
adrian
2014-12-31
2
-3
/
+3
*
Extern declarations in C files loses compile-time checking that
ae
2014-12-25
2
-9
/
+0
*
Remove in_gif.h and in6_gif.h files. They only contain function
ae
2014-12-23
2
-48
/
+9
*
Plug a memory leak in an error code path.
tuexen
2014-12-17
1
-1
/
+4
*
Do not count security policy violation twice.
ae
2014-12-11
2
-3
/
+0
*
Use ipsec6_in_reject() to simplify ip6_ipsec_fwd() and ip6_ipsec_input().
ae
2014-12-11
2
-49
/
+20
*
Remove flag/flags argument from the following functions:
ae
2014-12-11
4
-12
/
+8
*
Move ip_ipsec_fwd() from ip_input() into ip_forward().
ae
2014-12-11
1
-24
/
+11
*
Remove PACKET_TAG_IPSEC_IN_DONE mbuf tag lookup and usage of its
ae
2014-12-11
1
-21
/
+5
*
Remove check for presence of PACKET_TAG_IPSEC_PENDING_TDB and
ae
2014-12-11
1
-47
/
+16
*
Revert r275695: nd6_dad_find() was already correct.
markj
2014-12-11
1
-3
/
+2
*
Fix a bug in r266857: nd6_dad_find() must return NULL if it doesn't find
markj
2014-12-11
1
-2
/
+3
*
Add refcounting to IPv6 DAD objects and simplify the DAD code to fix a
markj
2014-12-08
3
-90
/
+64
*
This is the SCTP specific companion of
tuexen
2014-12-04
1
-9
/
+4
*
Remove unneded check. No need to do m_pullup to the size that we prepended.
ae
2014-12-02
1
-2
/
+0
*
Remove route chaching support from ipsec code. It isn't used for some time.
ae
2014-12-02
2
-10
/
+0
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
3
-5
/
+4
*
Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -
melifaro
2014-11-27
2
-4
/
+6
*
Skip L2 addresses lookups for p2p interfaces.
ae
2014-11-24
1
-3
/
+2
*
Finish r274175: do control plane MTU tracking.
melifaro
2014-11-17
1
-11
/
+0
*
We don't return sp pointer, thus NULL assignment isn't needed.
ae
2014-11-12
1
-4
/
+0
*
Kill custom in_matroute() radix mathing function removing one rte mutex lock.
melifaro
2014-11-11
2
-22
/
+3
*
Add sa6_checkzone_ifp() function. It checks correctness of struct
ae
2014-11-10
2
-0
/
+22
*
* Make nd6_dad_duplicated() constant.
melifaro
2014-11-10
2
-35
/
+32
*
Remove link-local multicast routes remnants from in6_purgeaddr.
ae
2014-11-10
1
-39
/
+5
*
Consistently use if_link.
glebius
2014-11-10
4
-6
/
+6
*
For now handle only multicast addresses, we still use routes to
ae
2014-11-10
1
-9
/
+9
*
Use embedded scope zone id to determine outgoing interface for link-local
ae
2014-11-09
1
-1
/
+13
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
10
-103
/
+14
*
Remove unused 'struct route *' argument from nd6_output_flush().
melifaro
2014-11-09
3
-5
/
+5
*
Remove ip6_getdstifaddr() and all functions to work with auxiliary data.
ae
2014-11-08
4
-391
/
+40
*
Overhaul if_gre(4).
ae
2014-11-07
2
-0
/
+162
*
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
glebius
2014-11-07
7
-93
/
+96
*
Remove VNET_SYSCTL_ARG(). The generic sysctl(9) code handles that.
glebius
2014-11-07
1
-4
/
+0
*
Finish r274118: remove useless fields from struct domain.
melifaro
2014-11-06
1
-2
/
+0
*
Make checks for rt_mtu generic:
melifaro
2014-11-06
5
-4
/
+22
*
Remove old hack abusing domattach from NFS code.
melifaro
2014-11-05
1
-9
/
+2
*
Fix a bug which prevented ND6_IFF_IFDISABLED flag from clearing when
hrs
2014-11-02
1
-26
/
+24
*
Remove redundant code.
ae
2014-10-30
1
-65
/
+4
*
Move ifq drain into in6m_purge().
ae
2014-10-30
1
-3
/
+2
*
Fix mbuf leak in IPv6 multicast code.
ae
2014-10-30
1
-0
/
+3
*
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
2
-15
/
+0
*
Remove redundant check and m_pullup() call.
ae
2014-10-24
1
-2
/
+0
*
Overhaul if_gif(4):
ae
2014-10-14
2
-267
/
+47
*
When deciding whether to call m_pullup() even though there is adequate
rwatson
2014-10-12
3
-9
/
+8
*
Add context pointer and source address to the UDP tunnel callback
bryanv
2014-10-10
1
-1
/
+2
*
Add missing UDP multicast receive dtrace probes
bryanv
2014-10-09
1
-0
/
+2
*
Move the calls to u_tun_func() into udp6_append()
bryanv
2014-10-09
1
-32
/
+12
[next]