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
/
udp6_usrreq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific
adrian
2015-01-18
1
-1
/
+2
*
Migrate the RSS IPv6 hash code to use pointers to the v6 addresses
adrian
2014-12-31
1
-1
/
+1
*
Do not count security policy violation twice.
ae
2014-12-11
1
-1
/
+0
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
1
-1
/
+0
*
Renove faith(4) and faithd(8) from base. It looks like industry
melifaro
2014-11-09
1
-6
/
+0
*
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
*
Fix a bug introduced in
tuexen
2014-10-07
1
-1
/
+1
*
UPD and UDPLite require a checksum. So check for it.
tuexen
2014-10-03
1
-0
/
+8
*
Check for UDP/IPv6 packets that the length in the UDP header is at least
tuexen
2014-10-02
1
-12
/
+3
*
Fix the checksum computation for UDPLite/IPv6. This requires the
tuexen
2014-10-02
1
-5
/
+10
*
The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommend
tuexen
2014-10-01
1
-2
/
+2
*
If the checksum coverage field in the UDPLITE header is the length
tuexen
2014-09-30
1
-2
/
+3
*
When plen != ulen, it should only be checked when this is UDP.
kevlo
2014-09-30
1
-1
/
+1
*
Add basic RSS awareness for the UDPv6 send path.
adrian
2014-09-09
1
-0
/
+24
*
Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.
kevlo
2014-04-07
1
-44
/
+124
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-1
/
+0
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Implement the ip, tcp, and udp DTrace providers. The probe definitions use
markj
2013-08-25
1
-2
/
+6
*
Remove the large part of struct ipsecstat. Only few fields of this
ae
2013-07-23
1
-1
/
+1
*
Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statistics
ae
2013-06-20
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Remove the recently added sysctl variable net.pfil.forward.
ae
2012-11-02
1
-2
/
+2
*
Remove the IPFIREWALL_FORWARD kernel option and make possible to turn
ae
2012-10-25
1
-6
/
+4
*
Mechanically remove the last stray remains of spl* calls from net*/*.
andre
2012-10-18
1
-2
/
+0
*
It turns out that too many drivers are not only parsing the L2/3/4
bz
2012-05-28
1
-2
/
+2
*
MFp4 bz_ipv6_fast:
bz
2012-05-25
1
-5
/
+16
*
Add support for IPv6 to ipfw fwd:
bz
2011-08-20
1
-3
/
+41
*
Add _mbuf() variants of various inpcb-related interfaces, including lookup,
rwatson
2011-06-04
1
-2
/
+2
*
Decompose the current single inpcbinfo lock into two locks:
rwatson
2011-05-30
1
-34
/
+44
*
Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 only
bz
2011-04-30
1
-0
/
+6
*
Remove a check in udp6_send() that prevented v4-mapped v6 addresses from
bz
2011-04-09
1
-13
/
+0
*
After r219579 and r219779 unbreak v4-mapped v6 sockets for UDP
bz
2011-04-09
1
-13
/
+11
*
Push a possible "unbind" in some situation from in6_pcbsetport() to
bz
2011-03-12
1
-1
/
+4
*
Add flowtable support to IPv6
kmacy
2010-05-09
1
-0
/
+2
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-19
/
+0
*
Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory
bz
2009-06-23
1
-3
/
+6
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Implement UDP control block support.
bz
2009-05-23
1
-25
/
+30
*
Limit scope of acquisition of INP_RLOCK for multicast input filter
bms
2009-05-01
1
-5
/
+5
*
Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:
bms
2009-04-29
1
-6
/
+34
*
Commit file omitted in r190962:
rwatson
2009-04-12
1
-10
/
+10
*
Don't bother null-checking the thread pointer before the prison checks
jamie
2009-02-05
1
-27
/
+22
*
Standardize the various prison_foo_ip[46] functions and prison_if to
jamie
2009-02-05
1
-10
/
+6
*
Addresses Roberts comments on comments. Also adds
rrs
2009-01-06
1
-7
/
+3
*
Add the ability of an alternate transport protocol
rrs
2009-01-06
1
-2
/
+44
*
Another step assimilating IPv[46] PCB code:
bz
2008-12-17
1
-1
/
+1
*
Another step assimilating IPv[46] PCB code - directly use
bz
2008-12-15
1
-9
/
+9
[next]