summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
14 daysUse mutex of receive socket buffer to protect so_oobmark.Alexander Bluhm
2024-11-08TCP send and receive space update are MP safe.Alexander Bluhm
2024-11-08Use PCB iterator for raw IPv6 input loop.Alexander Bluhm
2024-11-05Use PCB iterator for raw IP input deliver loop.Alexander Bluhm
2024-11-05Replace rwlock with iterator in UDP input multicast loop.Alexander Bluhm
2024-11-03Clear UDP checksum out flag when stripping UDP header.Alexander Bluhm
2024-10-13remove unneeded timeout.h includeJonathan Gray
2024-08-26Rearrange #ifdef TCP_SIGNATURE to keep braces balanced.Alexander Bluhm
2024-08-22Unlock unlock ipip_sysctl().Vitaliy Makkoveev
2024-08-21Revert previous. It was committed mistakenly.Vitaliy Makkoveev
2024-08-21Unlock ipip_sysctl().Vitaliy Makkoveev
2024-08-20Unlock etherip_sysctl().Vitaliy Makkoveev
2024-08-20Unlock igmp_sysctl(), pfsync_sysctl() and rip6_sysctl(). Each of them isVitaliy Makkoveev
2024-08-16Introduce PR_MPSYSCTL flag to mark mp-safe (*pr_sysctl)() handlers andVitaliy Makkoveev
2024-08-12Run network protocol timer without kernel lock.Alexander Bluhm
2024-08-06Unlock `udpctl_vars'.Vitaliy Makkoveev
2024-08-06Unlock sysctl net.inet.ip.directed-broadcast.Alexander Bluhm
2024-07-26Run UDP input on multiple CPU in parallel.Alexander Bluhm
2024-07-20Unlock udp(4) somove().Vitaliy Makkoveev
2024-07-19Unlock sysctl net.inet.ip.redirect and net.inet6.ip6.redirect.Alexander Bluhm
2024-07-19Relax socket lock assertion in UDP input and send.Alexander Bluhm
2024-07-14Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.Alexander Bluhm
2024-07-13Add condition to ip_gre.c in files.Alexander Bluhm
2024-07-13Mark IP protocol GRE as MP safe from socket layer.Alexander Bluhm
2024-07-12Remove internet PCB mutex.Alexander Bluhm
2024-07-12Run sysctl net.inet.ip.forwarding without net lock.Alexander Bluhm
2024-07-02Read IPsec forwarding information once.Alexander Bluhm
2024-06-24Explicitly allocate stack memory for ICMP payload in IPv4 forward.Alexander Bluhm
2024-06-20Read IPv6 forwarding value only once while processing a packet.Alexander Bluhm
2024-06-20Do not send ICMP redirect if IP forwarding is IPsec only.Alexander Bluhm
2024-06-07Read IP forwarding variables only once.Alexander Bluhm
2024-06-07remove MAXBUFSIZ define, unused since rev 1.33Jonathan Gray
2024-06-07remove unused packet header length definesJonathan Gray
2024-05-17IPv6 has to use ip6_defhlim, not ip_defttl.Alexander Bluhm
2024-05-16Fix IPsec in use with IP forwarding 2 logic.Alexander Bluhm
2024-05-14Sanity check for TSO payload length in TCP chopper.Alexander Bluhm
2024-05-13remove prototypes with no matching functionJonathan Gray
2024-05-08Fix route leak in ip input.Alexander Bluhm
2024-04-19Merge IPv4 and IPv6 options in inpcb.Alexander Bluhm
2024-04-17Use struct ipsec_level within inpcb.Alexander Bluhm
2024-04-16Use route cache function in IP input.Alexander Bluhm
2024-04-15Delete unused inp_csumoffset define.Alexander Bluhm
2024-04-14Run raw IP input in parallel.Alexander Bluhm
2024-04-13correct indentationJonathan Gray
2024-04-12Split single TCP inpcb table into IPv4 and IPv6 parts.Alexander Bluhm
2024-04-12Fix race between rip_input() and soisdisconnected().Alexander Bluhm
2024-04-10Make TCP debug code MP safe.Alexander Bluhm
2024-04-10Move global variables for TCP debug onto the tcp_input() stack.Alexander Bluhm
2024-04-09Plug route leak in IP output.Alexander Bluhm
2024-04-06IP multicast sysctl mrtmfc must not write outside of allocation.Alexander Bluhm