summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
AgeCommit message (Expand)Author
2001-12-21comment and whitespace. sync with kameitojun
2001-11-13add RCSIDslukem
2001-11-07do not grab packet to joined multicast group, when ip6_dst and in6p_laddritojun
2001-11-04Convert netinet to not use the internal <sys/queue.h> field namesmatt
2001-11-02array boundary overflow on the use of IPv4 mapped address. from simonbitojun
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-10-24remove unused codepath (unifdef -UUDP6)itojun
2001-10-15implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.itojun
2001-09-17Split the pre-computed ifnet checksum flags into Tx and Rx directions.thorpej
2001-07-25allocate ipsec policy buffer attached to pcb in in*_pcballoc, beforeitojun
2001-07-25g/c #if 0'ed fragment. sync with kame.itojun
2001-07-17Add missing counting up of ``socket buffer is full'' counter whenenami
2001-07-03call in{,6}_pcbpurgeif0() before in{,6}_purgeif().itojun
2001-06-27fix udp reception to sockets bound to linklocal address (like fe80::1%lo0).itojun
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-05-31missing opt_inet.hsoda
2001-05-08correct faith prefix determination. use sys/netinet/if_faith.c:faithprefix()itojun
2001-01-24- record IPsec packet history into m_aux structure.itojun
2000-12-04more on previous (udp4 multicast fix)itojun
2000-12-04fix multicast inbound packet processing.itojun
2000-10-17be more friendly with INET-less build.itojun
2000-08-30minor typo. s/iPsec/IPsec/itojun
2000-07-24Drop packet, increment udps_badlen if the udp header length fieldsommerfeld
2000-07-07sync with kame.itojun
2000-07-06remove unnecessary #include <netkey/key_debug.h>. from kame.itojun
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-03-30Remove register declarations.augustss
2000-03-30Delete reduncdant decl of inetctlerrmap - it's in <netinet/in_var.h>.simonb
2000-03-22Make IPKDB working again.ws
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
2000-02-29avoid copy-overwrite-copy on incoming udp4 checksum. use in4_cksumitojun
2000-02-11don't increase both "no port on broadcast packet" and "no port" stat.itojun
2000-02-02PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4thorpej
2000-02-01First-draft if_detach() implementation, originally from Bill Studnemund,thorpej
2000-01-31bring in latest KAME ipsec tree.itojun
2000-01-31destination port == 0 is illegal based on RFC768.itojun
2000-01-06remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsecitojun
2000-01-06make IPV6_BINDV6ONLY setsockopt available. it controls behavior ofitojun
1999-12-22drop IPv6 packets with v4 mapped address on src/dst. they are illegalitojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-09-13- Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH.itojun
1999-08-09return with doing nothing from xx_ctlinput(), when sa->sa_familyitojun
1999-07-09defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h).thorpej
1999-07-06for incoming broadcasts, strip IP/UDP header correctlydrochner
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-01-19Don't screw with ip_len; just subtract from it where we actually use themycroft
1999-01-19Don't overwrite the checksum fields when checking them. There's no reason tomycroft
1999-01-11Fix byte order and ip_len inconsistencies in ICMP reply code. Also, fixthorpej
1998-01-05Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changesthorpej
1997-09-12Adjust packet len in mbuf header for incoming broadcasts.drochner