| Age | Commit message (Expand) | Author |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-11-22 | revert rev.1.72 as it isn't necessary. | yamt |
| 2005-05-06 | Add #include <sys/protosw.h> when _KERNEL | matt |
| 2005-04-29 | move decl of inetsw to its own header to avoid array of incomplete type. | yamt |
| 2005-04-07 | when doing TSO, avoid to use duplicated ip_id heavily. | yamt |
| 2004-12-15 | Don't perform checksums on loopback interfaces. They can be reenabled with | thorpej |
| 2004-04-22 | Constify protosw arrays. This can reduce the kernel .data section by | matt |
| 2004-04-21 | no space between function name and paren: foo (blah) -> foo(blah) | itojun |
| 2004-04-18 | De __P() | matt |
| 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 |