aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* There are three places where we return from a function which entered anJonathan T. Looney2018-10-091-1/+1
* After r338257 is was possible to trigger a KASSERT() in ud6_output()Bjoern A. Zeeb2018-10-021-1/+13
* Update udp6_output() inp locking to avoid concurrency issues withBjoern A. Zeeb2018-09-191-13/+37
* Unbreak RSS builds after r338257. Folding both RSS blocks togetherBjoern A. Zeeb2018-08-241-0/+1
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2018-08-231-205/+201
* Add a dtrace provider for UDP-Lite.Michael Tuexen2018-07-311-6/+22
* Add missing dtrace probes for received UDP packets.Michael Tuexen2018-07-201-0/+1
* fix 335919 - check "last" not "inp" where appropriateMatt Macy2018-07-041-2/+2
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-3/+4
* udp6_input: validate inpcb before useMatt Macy2018-07-031-7/+16
* mechanical CK macro conversion of inpcbinfo listsMatt Macy2018-06-121-1/+1
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-061-1/+1
* Revert r332894 at the request of the submitter.Sean Bruno2018-04-241-1/+1
* Load balance sockets with new SO_REUSEPORT_LB optionSean Bruno2018-04-231-1/+1
* Remove some unneccessary variable sets in IPv6 code, as detected byJonathan T. Looney2018-03-241-1/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-4/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Enforce the limit on ICMP messages before doing work to formulate theJonathan T. Looney2017-05-301-4/+0
* The connect() system call should return -1 and set errno to EAFNOSUPPORTMichael Tuexen2017-05-221-0/+9
* Rework r316770 to make it protocol independent and general, like weAndrey V. Elsukov2017-04-141-3/+0
* Clear h/w csum flags on mbuf handled by UDP.Andrey V. Elsukov2017-04-131-0/+3
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-03-061-10/+24
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Committed without approval from mentor.Ermal Luçi2017-02-121-24/+10
* Revert r313527Ermal Luçi2017-02-101-10/+5
* Correct missed variable name.Ermal Luçi2017-02-101-5/+10
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-02-101-10/+24
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-8/+7
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-151-1/+2
* Fix L2 caching for UDP over IPv6Mike Karels2016-08-241-1/+1
* Disable L2 caching for UDP over IPv6Mike Karels2016-08-201-1/+1
* Cleanup unneded include "opt_ipfw.h".Andrey V. Elsukov2016-06-091-1/+0
* Use correct order of source and destination address and port.Michael Tuexen2016-04-291-3/+3
* Complete the UDP tunneling of ICMP msgs to those protocolsRandall Stewart2016-04-281-0/+23
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* FreeBSD previously provided route caching for TCP (and UDP). Re-addGeorge V. Neville-Neil2016-03-241-2/+2
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().Alexander V. Chernikov2016-01-101-8/+2
* Remove 'struct route_int6' argument from in6_selectsrc() andAlexander V. Chernikov2016-01-031-1/+1
* Compare mbuf pointer to NULL rather than to 0.Bjoern A. Zeeb2015-09-211-1/+1
* In the UDP over IPv6 implementation several cases are using the wrong protocol,Bjoern A. Zeeb2015-09-211-12/+26
* remove a left-over after r220463 empty #ifdef INET check.Bjoern A. Zeeb2015-08-281-2/+0
* get_inpcbinfo() and get_pcblist() are UDP local functions andBjoern A. Zeeb2015-08-271-10/+10
* Call the new RSS hash calculation function to correctly calculate a hashAdrian Chadd2015-08-251-10/+27
* Fix inverted logic bug that David Wolfskill found (thanks David!)Randall Stewart2015-07-221-1/+1
* When a tunneling protocol is being used with UDP we must release theRandall Stewart2015-07-211-9/+15
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-1/+2
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesAdrian Chadd2014-12-311-1/+1
* Do not count security policy violation twice.Andrey V. Elsukov2014-12-111-1/+0
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-1/+0
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-6/+0