summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Use correct order of source and destination address and port.tuexen2016-04-291-3/+3
* Complete the UDP tunneling of ICMP msgs to those protocolsrrs2016-04-281-0/+23
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-241-2/+2
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().melifaro2016-01-101-8/+2
* Remove 'struct route_int6' argument from in6_selectsrc() andmelifaro2016-01-031-1/+1
* Compare mbuf pointer to NULL rather than to 0.bz2015-09-211-1/+1
* In the UDP over IPv6 implementation several cases are using the wrong protocol,bz2015-09-211-12/+26
* remove a left-over after r220463 empty #ifdef INET check.bz2015-08-281-2/+0
* get_inpcbinfo() and get_pcblist() are UDP local functions andbz2015-08-271-10/+10
* Call the new RSS hash calculation function to correctly calculate a hashadrian2015-08-251-10/+27
* Fix inverted logic bug that David Wolfskill found (thanks David!)rrs2015-07-221-1/+1
* When a tunneling protocol is being used with UDP we must release therrs2015-07-211-9/+15
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-1/+2
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesadrian2014-12-311-1/+1
* Do not count security policy violation twice.ae2014-12-111-1/+0
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-1/+0
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-6/+0
* Add context pointer and source address to the UDP tunnel callbackbryanv2014-10-101-1/+2
* Add missing UDP multicast receive dtrace probesbryanv2014-10-091-0/+2
* Move the calls to u_tun_func() into udp6_append()bryanv2014-10-091-32/+12
* Fix a bug introduced intuexen2014-10-071-1/+1
* UPD and UDPLite require a checksum. So check for it.tuexen2014-10-031-0/+8
* Check for UDP/IPv6 packets that the length in the UDP header is at leasttuexen2014-10-021-12/+3
* Fix the checksum computation for UDPLite/IPv6. This requires thetuexen2014-10-021-5/+10
* The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendtuexen2014-10-011-2/+2
* If the checksum coverage field in the UDPLITE header is the lengthtuexen2014-09-301-2/+3
* When plen != ulen, it should only be checked when this is UDP.kevlo2014-09-301-1/+1
* Add basic RSS awareness for the UDPv6 send path.adrian2014-09-091-0/+24
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-071-44/+124
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-2/+6
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-1/+1
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-2/+2
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-6/+4
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-2/+0
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-2/+2
* MFp4 bz_ipv6_fast:bz2012-05-251-5/+16
* Add support for IPv6 to ipfw fwd:bz2011-08-201-3/+41
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-2/+2
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-34/+44
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlybz2011-04-301-0/+6
* Remove a check in udp6_send() that prevented v4-mapped v6 addresses frombz2011-04-091-13/+0
* After r219579 and r219779 unbreak v4-mapped v6 sockets for UDPbz2011-04-091-13/+11
* Push a possible "unbind" in some situation from in6_pcbsetport() tobz2011-03-121-1/+4
* Add flowtable support to IPv6kmacy2010-05-091-0/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
OpenPOWER on IntegriCloud