aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-041-15/+11
* netinet*: remove dead code from TCP, UDP, SCTP control inputGleb Smirnoff2022-10-041-60/+28
* netinet*: de-void control input IP protocol methodsGleb Smirnoff2022-10-041-23/+16
* netinet6: retire ip6protosw.hGleb Smirnoff2022-10-041-1/+0
* netinet6: Remove a double word in a source code commentGordon Bergling2022-09-101-1/+1
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-171-16/+28
* protosw: separate pr_input and pr_ctlinput out of protoswGleb Smirnoff2022-08-171-0/+9
* udp: call UDP methods from UDP over IPv6 directlyGleb Smirnoff2022-08-161-26/+11
* inpcb: gather v4/v6 handling code into in_pcballoc() from protocolsGleb Smirnoff2022-08-101-4/+0
* sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff2022-05-171-2/+3
* udp6: allow udp_tun_func_t() to indicate it did not eat the packetKristof Provost2022-04-221-3/+5
* udp6: remove assignments not being usedMichael Tuexen2022-01-011-5/+0
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-145/+136
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-136/+145
* SMR protection for inpcbsGleb Smirnoff2021-12-021-144/+135
* inpcb: reduce some aliased functions after removal of PCBGROUP.Gleb Smirnoff2021-12-021-1/+1
* blackhole(4): disable for locally originated TCP/UDP packetsGleb Smirnoff2021-11-031-1/+2
* socket: Implement SO_RERRORRoy Marples2021-07-281-1/+1
* Enter the net epoch before calling ip6_setpktoptsRyan Stone2021-06-041-7/+2
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-031-1/+11
* [udp6] fix possible panic due to lack of locking.Andrey V. Elsukov2021-02-111-33/+28
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-1/+1
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-1/+1
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-181-31/+11
* Add a knob to allow zero UDP checksums for UDP/IPv6 traffic on the given UDP ...Navdeep Parhar2020-09-181-1/+14
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* IPV6_PKTINFO support for v4-mapped IPv6 socketsBjoern A. Zeeb2020-08-071-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+4
* Fix NOINET builds.Navdeep Parhar2020-01-311-0/+2
* Enter network epoch when calling in_pcbconnect() for IPv6 mapped to IPv4Gleb Smirnoff2020-01-221-0/+3
* vnet: virtualise more network stack sysctls.Bjoern A. Zeeb2020-01-081-1/+1
* Remove useless NULL checkKristof Provost2019-12-051-2/+1
* Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros.Bjoern A. Zeeb2019-12-011-5/+7
* netinet6: Remove PULLDOWN_TESTs.Bjoern A. Zeeb2019-11-151-8/+6
* netinet*: update *mp to pass the proper value backBjoern A. Zeeb2019-11-121-1/+9
* Now with epoch synchronized PCB lookup tables we can greatly simplifyGleb Smirnoff2019-11-071-76/+24
* Since r353292 on input path we are always in network epoch, whenGleb Smirnoff2019-11-071-0/+3
* Remove unnecessary recursive epoch enter via INP_INFO_RLOCKGleb Smirnoff2019-11-071-8/+4
* Ensure that the flags indicating IPv4/IPv6 are not changed by failingMichael Tuexen2019-10-241-4/+27
* r348494 fixes a race in udp_output(). The same race exists inMichael Tuexen2019-07-131-0/+15
* 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