| Age | Commit message (Expand) | Author |
| 2003-12-12 | Make fast-ipsec and ipflow (Fast Forwarding) interoperate. | scw |
| 2003-12-08 | Add new field ipq_nfrags to struct ipq. Maintain count of fragments | jonathan |
| 2003-12-06 | Replace the single global IP reassembly list/listhead, with a | jonathan |
| 2003-11-26 | define RANDOM_IP_ID by default (unifdef -DRANDOM_IP_ID). | itojun |
| 2003-11-25 | knf | itojun |
| 2003-11-17 | Revert the (default) ip_id algorithm to the pre-randomid algorithm, | jonathan |
| 2003-09-06 | randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability | itojun |
| 2003-08-19 | make ip_fragment public (it is for coming PF integration) | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Protect opt_*.h includes by _KERNEL_OPT | martin |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-15 | Change the way multicasts are kept. They now use a hash table in the same | matt |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-01-28 | success, not sucess. Noted by mjl. | wiz |
| 2002-09-11 | correct signedness mixup in pointer passing. sync w/kame | itojun |
| 2002-06-30 | Changes to allow the IPv4 and IPv6 layers to align headers themseves, | thorpej |
| 2002-05-07 | Change struct ipqe to use TAILQ's instead of LIST's (primarily for TCP's | matt |
| 2001-12-21 | have rip_ctlinput to notify routing changes to raw sockets | itojun |
| 2001-03-02 | increase ipstat.ips_badaddr if the packet fails to pass address checks. | itojun |
| 2001-01-13 | allow IP_MULTICAST_IF and IP_ADD/DROP_MEMBERSHIP to specify interface | itojun |
| 2000-10-17 | Add an IP_MTUDISC flag to the flags that can be passed to | thorpej |
| 2000-08-25 | Add new sysctl variables "net.inet.ip.lowportmin" and | tron |
| 2000-03-30 | Delete redundant decl of ip_gif_ttl - it's in <netinet/in_gif.h>. | simonb |
| 1999-11-20 | Add the `packed' attribute to structures which describe wire protocol data. | thorpej |
| 1999-11-19 | Update protocoles and interfaces stats counters to 64bit. | bouyer |
| 1999-07-06 | sync with KAME/NetBSD 1.4, SNAP kit 19990705. | itojun |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1998-10-08 | Use the pool allocator for ipflow entries. | thorpej |
| 1998-10-08 | Use the pool allocator for ipqent structures. | thorpej |
| 1998-06-02 | In addition to the IP flow hash table, put the flows on a list. The table | thorpej |
| 1998-05-11 | Back out previous. This problem was already fixed in a different way. | thorpej |
| 1998-05-11 | Let usr.sbin/tcpdump build again. | matt |
| 1998-05-04 | Default IP flow to being enabled. Add a sysctl to control the maximum | matt |
| 1998-04-30 | Need <net/route.h> | thorpej |
| 1998-04-29 | Add support for "fast" forwarding. Add hooks in if_ethersubr.c and | matt |
| 1998-04-29 | New TCP reassembly code. The new code reduces the memory needed by | matt |
| 1998-04-29 | Add support for deletion of routes added by path MTU discovery; | kml |
| 1998-03-24 | Ensure that we take the IP option length into account when we calculate | kml |
| 1998-02-10 | add/cleanup multiple inclusion protection. | perry |
| 1998-01-05 | Finishing merging 4.4BSD-Lite2 netinet. At this point, the only changes | thorpej |
| 1998-01-05 | enhance ephemeral port allocation code: | lukem |
| 1997-10-18 | change sysctl net.inet.icmp.mtudisc to net.inet.ip.mtudisc | kml |
| 1997-10-14 | Define IP_RETURNMTU. (Matt missed this part of his diff, I guess :-) | thorpej |
| 1997-06-24 | Eliminate use of dtom() from the network code, allowing more flexible | thorpej |
| 1997-01-11 | Implement the IP_RECVIF socket option: supply a datagram packet's incoming | thorpej |
| 1996-10-25 | Make length and offset fields unsigned. From Kevin M. Lahey <kml@nas.nasa.gov> | thorpej |
| 1996-05-22 | Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ... | mycroft |
| 1996-02-13 | netinet prototypes | christos |