summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed comment placement.pluknet2015-12-241-2/+1
* get_inpcbinfo() and get_pcblist() are UDP local functions andbz2015-08-271-10/+10
* IPSEC, remove variable argument function its already due.eri2015-07-211-1/+2
* When a tunneling protocol is being used with UDP we must release therrs2015-07-211-11/+27
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-0/+1
* Do not count security policy violation twice.ae2014-12-111-1/+0
* MFp4: @181627rodrigc2014-12-061-3/+3
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-8/+4
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-2/+2
* Add context pointer and source address to the UDP tunnel callbackbryanv2014-10-101-2/+4
* Add missing UDP multicast receive dtrace probesbryanv2014-10-091-0/+3
* Check for mbuf copy failure when there are multiple multicast socketsbryanv2014-10-091-5/+4
* The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendtuexen2014-10-011-1/+1
* UDPLite requires a checksum. Therefore, discard a received packet iftuexen2014-09-301-2/+10
* If the checksum coverage field in the UDPLITE header is the lengthtuexen2014-09-301-2/+3
* Checksum coverage values larger than 65535 for UDPLite are invalid.tuexen2014-09-281-1/+1
* Calculate the RSS hash for outbound UDPv4 frames.adrian2014-09-091-0/+45
* Add support for receiving and setting flowtype, flowid and RSS bucketadrian2014-09-091-0/+46
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-20/+22
* Disable TX checksum offload for UDP-Lite completely. It wasn't used fortuexen2014-05-121-5/+9
* Whitespace change.tuexen2014-05-101-1/+1
* Fix a logic bug which prevented the sending of UDP packet with 0 checksum.tuexen2014-05-091-1/+2
* Remove a bogus re-assignment.kevlo2014-04-081-1/+0
* Minor style cleanups.kevlo2014-04-071-1/+1
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-071-53/+211
* - 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
* The second last argument of udp:::receive is supposed to contain themarkj2013-08-261-1/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+7
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-4/+4
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-5/+8
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-4/+4
* More warnings for zones that depend on the kern.ipc.maxsockets limit.pjd2012-12-081-0/+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
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-2/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-9/+9
* In ip_stripoptions():glebius2012-10-121-1/+1
* Add a cmsg of type IP_TOS for UDP/IPv4 sockets to specify the TOS byte.tuexen2012-06-121-1/+11
* MFp4 bz_ipv6_fast:bz2012-05-251-1/+3
* Export the udp_cksum sysctl for upcoming SCTP work. Rather than always,bz2012-03-271-4/+4
* Add support for IPv6 to ipfw fwd:bz2011-08-201-25/+35
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-1/+2
* 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-67/+69
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlybz2011-04-301-9/+25
* Refactor udp_input(), moving calls to u_tun_func() into udp_append().trasz2011-04-141-45/+17
* Oops, revert an accidental local change that got added indeischen2011-02-131-4/+0
* Allow the SO_SETFIB socket option to select the default (0)deischen2011-02-131-0/+4
OpenPOWER on IntegriCloud