summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r304572 (by bz):ae2017-03-181-199/+25
* MFC r313401vangyzen2017-02-101-4/+4
* MFC: r306559rmacklem2016-10-201-1/+7
* Cleanup unneded include "opt_ipfw.h".ae2016-06-091-1/+0
* The pr_destroy field does not allow us to run the teardown code in abz2016-06-011-4/+7
* Complete the UDP tunneling of ICMP msgs to those protocolsrrs2016-04-281-2/+19
* netinet: for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* Fix compile errors after r297225:bz2016-03-241-1/+1
* FreeBSD previously provided route caching for TCP (and UDP). Re-addgnn2016-03-241-12/+30
* 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
OpenPOWER on IntegriCloud