| Age | Commit message (Expand) | Author |
| 2000-07-24 | Drop packet, increment udps_badlen if the udp header length field | sommerfeld |
| 2000-07-07 | sync with kame. | itojun |
| 2000-07-06 | remove unnecessary #include <netkey/key_debug.h>. from kame. | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-30 | Delete reduncdant decl of inetctlerrmap - it's in <netinet/in_var.h>. | simonb |
| 2000-03-22 | Make IPKDB working again. | ws |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-29 | avoid copy-overwrite-copy on incoming udp4 checksum. use in4_cksum | itojun |
| 2000-02-11 | don't increase both "no port on broadcast packet" and "no port" stat. | itojun |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 2000-01-31 | destination port == 0 is illegal based on RFC768. | itojun |
| 2000-01-06 | remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec | itojun |
| 2000-01-06 | make IPV6_BINDV6ONLY setsockopt available. it controls behavior of | itojun |
| 1999-12-22 | drop IPv6 packets with v4 mapped address on src/dst. they are illegal | itojun |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-09-13 | - Call in{,6}_pcbdetach if ipsec initialization is failed during PRU_ATTACH. | itojun |
| 1999-08-09 | return with doing nothing from xx_ctlinput(), when sa->sa_family | itojun |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-06 | for incoming broadcasts, strip IP/UDP header correctly | drochner |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-01-19 | Don't screw with ip_len; just subtract from it where we actually use the | mycroft |
| 1999-01-19 | Don't overwrite the checksum fields when checking them. There's no reason to | mycroft |
| 1999-01-11 | Fix byte order and ip_len inconsistencies in ICMP reply code. Also, fix | thorpej |
| 1998-01-05 | Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changes | thorpej |
| 1997-09-12 | Adjust packet len in mbuf header for incoming broadcasts. | drochner |
| 1997-07-28 | Make the following tunable via sysctl, inspired by BSD/OS: | thorpej |
| 1997-06-24 | Don't adjust ip->ip_len before calling icmp_error(); icmp_error() already | thorpej |
| 1997-01-11 | Implement the IP_RECVIF socket option: supply a datagram packet's incoming | thorpej |
| 1996-10-25 | In udp_output(), sanity check the length of the packet to be transmitted. | thorpej |
| 1996-10-16 | Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDB | ws |
| 1996-09-30 | Add (and change) machine independent files for KGDB support | ws |
| 1996-09-16 | Make sure the sin_zero fields are filled. | mycroft |
| 1996-09-15 | Hash unconnected PCBs. | mycroft |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-05-23 | udp_output() doesn't actually take control data, so don't pretend it does. | mycroft |
| 1996-05-23 | Make sure the control mbufs are freed in all cases. | mycroft |
| 1996-05-23 | Fix a race condition in PRU_DISCONNECT. | mycroft |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-05-20 | if the sender set a cksum, check it, regardless if we care to | mrg |
| 1996-03-16 | Fix printf format args. | christos |
| 1996-02-13 | netinet prototypes | christos |
| 1996-01-31 | Build a hash table of PCBs. Hash function needs tweaking. | mycroft |
| 1995-11-21 | make netinet work on systems where pointers and longs are 64 bits | cgd |
| 1995-08-12 | splnet --> splsoftnet | mycroft |
| 1995-06-26 | fix typo | cgd |
| 1995-06-18 | convert pcb lists to CIRCLEQs, so that the end can be looked at more | cgd |
| 1995-06-12 | Fix bogon in previous. | mycroft |