summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
AgeCommit message (Expand)Author
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-07-19Enable IP_MINTTL option for SOCK_DGRAM sockets.minskim
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-01-19Provide compatibility to the old timeval SCM_TIMESTAMP messages.christos
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-26udp_init: don't forget to allocate udp6stat_percpu.yamt
2008-04-24Merge the socket locking patch:ad
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-15Make udp6 stats per-cpu.thorpej
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-04-06Change UDP stats from a structure to an array of uint64_t's.thorpej
2007-11-27require that the options argument is the right size, not that it is greaterchristos
2007-09-02m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...).dyoung
2007-09-02m_copy() was deprecated, apparently, long ago. m_copy(...) ->dyoung
2007-06-27Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4).degroote
2007-05-12Use sockaddr_in_init().dyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-14Remove ifndef COMPAT_42. No objections in tech-net.rpaulo
2006-11-10udp_ctloutput: plug a memory leak.yamt
2006-11-10remove some __unused in function parameters.yamt
2006-11-10udp_ctloutput: remove unnecessary goto and break.yamt
2006-11-10udp_ctloutput: ansify.yamt
2006-10-12- sprinkle __unused on function decls.christos
2006-10-10change the MOWNER_INIT define to take two args; fix extant struct mownerdogcow
2006-10-05Protect calls to pool_put/pool_get that may occur in interrupt contexttls
2006-07-23Use the LWP cached credentials where sane.ad
2006-02-23Handle IPSEC_NAT_T in the FAST_IPSEC case.christos
2006-01-21Better support of IPv6 scoped addresses.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-12-09Fix a bug in ESP over UDP: because udp4_espinudp() called m_pullup, itmanu
2005-11-15Pass the current process structure to in_pcbconnect() so that it candsl
2005-09-03udp4_espinudp(): don't assume that the Non-ESP marker (or UDP payload)kleink
2005-08-10move {tcp,udp}_do_loopback_cksum back to tcp/udpyamt
2005-08-10device independent part of ipv6 rx checksum offloading.yamt
2005-08-05Add sysctls for IP, ICMP, TCP, and UDP statistics.elad
2005-04-29Fix memory leakmanu
2005-04-25Don't sleep when handling ESP over UDP packets.manu
2005-04-23Enhance IPSEC_NAT_T so that it can work with multiple machines behind themanu
2005-04-18fix problems related to loopback interface checksum omission. PR/29971.yamt
2005-03-11Revert the change that made kern.file2 and net.*.*.pcblist into nodesatatat
2005-03-10Change types of kern.file2 and net.*.*.pcblist to NODEatatat
2005-03-09Add the following nodes to the sysctl tree:atatat
2005-02-26nuke trailing whitespaceperry
2005-02-12Add support for IPsec Network Address Translator traversal (NAT-T), asmanu