aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* udp: honor IPV6_TCLASS cmsg for UDP/IPv4 packetsMichael Tuexen2025-10-311-0/+17
* udp: honor IPV6_TCLASS socket option for UDP/IPv4 packetsMichael Tuexen2025-10-311-0/+12
* UDP-Lite: export pcblist via sysctl interfaceMichael Tuexen2025-10-311-0/+5
* UDP: let udp_pcblist() support UDP and UDP-LiteMichael Tuexen2025-10-231-7/+8
* udp: use appropriate error countersMichael Tuexen2025-09-051-1/+5
* sctp, tcp, udp: improve deferred computation of checksumsTimo Völker2025-09-051-0/+6
* udp: Fix a typo in a source code commentGordon Bergling2025-08-201-1/+1
* udp: Fix a inpcb refcount leak in the tunnel receive pathMark Johnston2025-08-121-3/+8
* netinet: Fix getcred sysctl handlers to do nothing if no input is givenMark Johnston2025-04-061-0/+2
* udp: Do not recursively enter net epochZhenlei Huang2025-03-131-4/+2
* netinet: Make in_ifhasaddr() return boolZhenlei Huang2025-03-071-1/+1
* udp: Add a sysctl to modify listening socket FIB inheritanceMark Johnston2025-02-211-10/+30
* inpcb: Add a flags parameter to in_pcbbind()Mark Johnston2025-02-211-2/+2
* udp: Prefer memcpy() over bcopy()Zhenlei Huang2024-12-061-2/+2
* udplite: make socketoption available on IPv6 socketsMichael Tuexen2024-01-111-0/+8
* udplite: fix checksum computation on the sender sideMichael Tuexen2024-01-111-14/+15
* Fix udp IPv4-mapped addressRichard Kümmel2024-01-101-4/+4
* inpcb: reoder inpcb destructionGleb Smirnoff2024-01-091-1/+0
* udp: fix sending of IPv4-mapped addressesMichael Tuexen2023-10-131-2/+17
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* inpcb: use family specific sockaddr argument for bind functionsGleb Smirnoff2023-02-151-3/+3
* netinet: don't return conflicting inpcb in in_pcbconnect_setup()Gleb Smirnoff2023-02-031-2/+1
* inpcb: use family specific sockaddr argument for connect functionsGleb Smirnoff2023-02-031-2/+2
* pcb: Move an assignment into in_pcbdisconnect()Mark Johnston2023-02-031-3/+0
* udp: add protocol method declarations to udp_var.hGleb Smirnoff2022-12-071-3/+0
* udp: inline udp_output() into udp_send()Gleb Smirnoff2022-12-071-35/+24
* udp: embed inpcb into udpcbGleb Smirnoff2022-12-071-42/+6
* udp: destroy UDP and UDP-Lite inpcbinfos in single SYSUNINITGleb Smirnoff2022-12-071-9/+1
* inpcb: allow to provide protocol specific pcb sizeGleb Smirnoff2022-12-021-3/+3
* udp[6]_multi_input: Don't unlock freed inp.John Baldwin2022-11-301-1/+0
* netinet*: remove PRC_ constants and streamline ICMP processingGleb Smirnoff2022-10-041-13/+11
* netinet*: remove dead code from TCP, UDP, SCTP control inputGleb Smirnoff2022-10-041-42/+23
* netinet: filter out invalid ICMP responses in ip_icmp()Gleb Smirnoff2022-10-041-3/+0
* netinet*: de-void control input IP protocol methodsGleb Smirnoff2022-10-041-14/+12
* udp: typedef udp tunneling functions to functions, not pointersGleb Smirnoff2022-10-041-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-5/+16
* udp: call UDP methods from UDP over IPv6 directlyGleb Smirnoff2022-08-161-3/+6
* inpcb: gather v4/v6 handling code into in_pcballoc() from protocolsGleb Smirnoff2022-08-101-1/+0
* sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff2022-05-171-2/+3
* udp: allow udp_tun_func_t() to indicate it did not eat the packetKristof Provost2022-04-121-2/+4
* netinet: allow UDP tunnels to be removedKristof Provost2022-02-161-2/+2
* inpcb: use global UMA zones for protocolsGleb Smirnoff2022-01-031-33/+6
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-031-7/+4
* udp: use appropriate pcbinfo when signalling EHOSTDOWNMichael Tuexen2022-01-011-1/+1
* udp: Fix a use-after-free in udp_multi_input()Mark Johnston2021-12-161-2/+2
* ifnet_byindex() actually requires network epochGleb Smirnoff2021-12-061-5/+6
* udp_detach(): fix set but not used warningGleb Smirnoff2021-12-031-2/+0
* udp_multi_input(): the UDP header is only needed for probesGleb Smirnoff2021-12-031-0/+2
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-162/+143