| Age | Commit message (Expand) | Author |
| 2001-12-21 | comment and whitespace. sync with kame | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-11-07 | do not grab packet to joined multicast group, when ip6_dst and in6p_laddr | itojun |
| 2001-11-04 | Convert netinet to not use the internal <sys/queue.h> field names | matt |
| 2001-11-02 | array boundary overflow on the use of IPv4 mapped address. from simonb | itojun |
| 2001-10-29 | Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h> | simonb |
| 2001-10-24 | remove unused codepath (unifdef -UUDP6) | itojun |
| 2001-10-15 | implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt. | itojun |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-07-25 | allocate ipsec policy buffer attached to pcb in in*_pcballoc, before | itojun |
| 2001-07-25 | g/c #if 0'ed fragment. sync with kame. | itojun |
| 2001-07-17 | Add missing counting up of ``socket buffer is full'' counter when | enami |
| 2001-07-03 | call in{,6}_pcbpurgeif0() before in{,6}_purgeif(). | itojun |
| 2001-06-27 | fix udp reception to sockets bound to linklocal address (like fe80::1%lo0). | itojun |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-05-31 | missing opt_inet.h | soda |
| 2001-05-08 | correct 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-04 | more on previous (udp4 multicast fix) | itojun |
| 2000-12-04 | fix multicast inbound packet processing. | itojun |
| 2000-10-17 | be more friendly with INET-less build. | itojun |
| 2000-08-30 | minor typo. s/iPsec/IPsec/ | itojun |
| 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 |