| Age | Commit message (Expand) | Author |
| 2000-06-28 | remove include of <vm/vm.h> | mrg |
| 2000-05-10 | add missing boundary checks to ip options processing. | itojun |
| 2000-04-13 | Copy M_BCAST and M_MCAST flags when fragmenting a packet (else | is |
| 2000-03-31 | Since last duplicate prototype cleanup, we need to include | jdolecek |
| 2000-03-30 | Remove register declarations. | augustss |
| 2000-03-22 | tabify a line. | itojun |
| 2000-03-01 | introduce m->m_pkthdr.aux to hold random data which needs to be passed | itojun |
| 2000-02-20 | pass "struct pfil_head *" to pfil_add_hook and pfil_remove hook rather | darrenr |
| 2000-02-17 | Change the use of pfil hooks. There is no longer a single list of all | darrenr |
| 2000-01-31 | bring in latest KAME ipsec tree. | itojun |
| 1999-12-20 | avoid shared cluster mbuf overwrite on multicast packet loopback. | itojun |
| 1999-12-13 | Handle packets to 255.255.255.255 like multicast packets. Fixes PR 7682 by | is |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-07-09 | defopt IPSEC and IPSEC_ESP (both into opt_ipsec.h). | thorpej |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-06-07 | oops. move sendit: above the PFIL_HOOKS so that multicast traffic is filtere... | mrg |
| 1999-05-04 | Don't let packets with a Class-D source address escape the host. | hwr |
| 1999-03-27 | Added per-addr input/output statistics. Currently just support netatalk | aidan |
| 1999-03-12 | exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145 | perry |
| 1999-01-19 | There's just no plausible reason to byte-swap ip_id internally. It's opaque. | mycroft |
| 1999-01-11 | Fix byte order and ip_len inconsistencies in ICMP reply code. Also, fix | thorpej |
| 1998-12-19 | Reverse the copyright-notice-swap. It went against existing practice. | thorpej |
| 1998-10-26 | Fix a buglet when looking up an interface for multicast: | ws |
| 1998-10-20 | vax -> __vax__ (and mips to __mips__ in ultrix_misc.c) | matt |
| 1998-09-30 | Switch order of TNF and UCB copyrights so UCB copyright is first; this seems ... | tls |
| 1998-08-09 | defopt PFIL_HOOKS. | mrg |
| 1998-07-17 | Fix PR5508: ipfil cut-through forwarding causes panic | sommerfe |
| 1998-04-28 | Only transmit fragments if the send queue of interface can actually hold | matt |
| 1998-03-24 | Ensure that we take the IP option length into account when we calculate | kml |
| 1998-03-19 | convert pfil(9) in and out lists from <sys/queue.h> LISTs to TAILQs, and | mrg |
| 1998-02-15 | Add correct copyright notice for IP address hash change. This code is donate... | tls |
| 1998-02-13 | Change list of interface IP addresses to a hash. Improves performance on hos... | tls |
| 1998-02-13 | Fix variable declarations: register -> register int. | kleink |
| 1998-01-12 | Use option header file for MROUTING | scottr |
| 1998-01-07 | add the following, derived from FreeBSD: | lukem |
| 1997-10-14 | Add support for returning maximum supported MTU when ip_output fails with | matt |
| 1997-04-15 | Move the mtod calls *after* we've made sure that the packet has passed the | christos |
| 1997-02-18 | pseudo-device ipfilter brings in PFIL_HOOKS. | mrg |
| 1997-01-11 | Implement the IP_RECVIF socket option: supply a datagram packet's incoming | thorpej |
| 1996-12-20 | always reassign ip after calling function. | mrg |
| 1996-12-20 | in pfil_hooks: always reassign ip after calling hook. | mrg |
| 1996-10-22 | Fix a panic from the pfil_hooks. | veego |
| 1996-10-11 | Fix a mbuf leak in ip_output(). | is |
| 1996-09-14 | move the packet filter hooks in to a saner location. while i'm here, rename | mrg |
| 1996-09-09 | Add in_nullhost() and in_hosteq() macros, to hide some protocol | mycroft |
| 1996-09-06 | add packet filter interface code. see pfil(9) for more details. you | mrg |
| 1996-02-26 | two more local addr changes, all done differently now (idea from charles) | mrg |
| 1996-02-13 | netinet prototypes | christos |
| 1995-07-01 | null mbuf pointer could cause system crash; avoid it. From | cgd |
| 1995-06-12 | Various cleanup, including: | mycroft |