summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
AgeCommit message (Expand)Author
1999-06-06avoid a future problem inside an #ifdef notyetTheo de Raadt
1999-03-27add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoingNiels Provos
1999-03-24Reworked udp_output() to minimize the number of if() statements needed to getcmetz
1999-02-17inet6 indentTheo de Raadt
1999-02-04report on no udp checksumTheo de Raadt
1999-01-15IN_MULTICAST takes network order addressesNiklas Hallqvist
1999-01-11Use bzero instead of memset in the kernelNiklas Hallqvist
1999-01-11netinet merge of NRL stuff. some indent and shrinkage needed; NRL/cmetzTheo de Raadt
1999-01-07in_pcblookup() now takes ptr to both ip address argumentsTheo de Raadt
1998-12-31mangle uh_sum as before, but recover it for icmp errorsTheo de Raadt
1998-12-28ensure the ip packet embedded inside an icmp packet has correct ip_len,Theo de Raadt
1998-05-18first step to the setsockopt/getsockopt interface as described inNiels Provos
1998-01-24sysctl for def sizes for tcp/udp send/recv queuesMichael Shalayeff
1997-09-07for broadcast/multicast packets, correct m_pkthdr.len on the way up to the so...Theo de Raadt
1997-08-09The list of tcp/udp ports not to allocate dynamically is nowTodd C. Miller
1997-07-24cmd is a u_longTheo de Raadt
1997-06-27udp icmp errors had ip_len 20 bytes too large; stevens p774; koji@math.human....Theo de Raadt
1997-02-16udp packets less than min udp packet length are bad; davem@jenolan.rutgers.eduTheo de Raadt
1997-01-26Make ip_len and ip_off unsigned values; don't transmit or accept packetsThorsten Lockert
1996-07-05release temporary binding if M_PREPEND fails; netbsd pr#2605; tegge@idt.unit....Theo de Raadt
1996-05-15let udpcksum control generation, but not cheking of udp cksums.Michael Shalayeff
1996-05-02udpcksum should never be off in the modern worldTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-14from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt