| Age | Commit message (Expand) | Author |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-01 | Don't refer to extern tcbtable here, it is unused. | dyoung |
| 2011-05-24 | RA flood mitigation via a limit on accepted routes: | spz |
| 2011-05-17 | Add missing $NetBSD$ header. | dholland |
| 2011-05-04 | Invalidate the vestigital PCB at the top of in6_pcblookup_connect() to | dyoung |
| 2011-05-03 | Reduces the resources demanded by TCP sessions in TIME_WAIT-state using | dyoung |
| 2011-05-03 | *_drain() routines may be called with locks held, so instead of doing | dyoung |
| 2011-04-25 | undefer csum in looutput. | yamt |
| 2011-04-25 | ip6_undefer_csum: | yamt |
| 2011-04-25 | fix assertions | yamt |
| 2011-04-21 | Prune dead assignment, from Henning Petersen in PR 44890. | dholland |
| 2011-04-01 | mitigation for CVE-2011-1547 | spz |
| 2011-03-31 | Hide the radix-trie implementation of the forwarding table so that we | dyoung |
| 2011-02-06 | Delete unnecessary casts to void *. No functional change intended. Same | dyoung |
| 2011-01-22 | When deleting a fragment header use the simple copy operation only if it fits | mlelstv |
| 2010-12-11 | Add routines to calculate a checkesum if the driver concludes that the | matt |
| 2010-10-14 | Fixed mbuf leak possibility. | oki |
| 2010-09-12 | avoid NULL dereference in error case | drochner |
| 2010-08-24 | Make the EtherIP in IPv6 input path work. | jakllsch |
| 2010-08-20 | Remove stray { | joerg |
| 2010-08-20 | Consider a mapped IPv4 address of 0.0.0.0 as unspecified. This allows | joerg |
| 2010-08-14 | Fix some code paths where pointers are dereferenced after checking that | jym |
| 2010-07-27 | Make MRT6DEBUG compile on LP64 by using ptrdiff_t printf() format specifier. | jakllsch |
| 2010-07-15 | Under some circumstances, udp6_output() would call ip6_clearpktopts() | dyoung |
| 2010-07-15 | To help find the cause of kernel complaints such as "/netbsd: | dyoung |
| 2010-07-08 | Remove unnecessary casts from struct route * to struct route *. | dyoung |
| 2010-07-08 | Sprinkle const to prevent rip6_output() from re-assigning all but one of | dyoung |
| 2010-07-08 | Sprinkle 'const' to prevent udp6_output() from reassigning all but one | dyoung |
| 2010-04-22 | When choosing IPv6 source addresses, respect the ifaddr preference | dyoung |
| 2010-04-07 | ip6_sprintf: compress the zeros of representation of the IPv6 address. | oki |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-04 | Explicitly include opt_gateway.h when depending on GATEWAY. | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-30 | Collapse identical switch cases. | elad |
| 2009-11-11 | Clear cksum flags before any further processing like ip_forward does. | joerg |
| 2009-11-06 | Fix net.inet6.ip6.accept_rtadv and 'ndp -i <interface> accept_rtadv': | dyoung |
| 2009-10-18 | fix the sun2 case for real. | christos |
| 2009-10-12 | unbreak sun2. | christos |
| 2009-09-19 | backout the changes that establish a workqueue to synchronize the addresses | christos |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-09-11 | Make ifconfig(8) set and display preference numbers for IPv6 | dyoung |
| 2009-09-11 | Nothing uses sockaddr_in6_cmp() right now, and the generic | dyoung |
| 2009-08-31 | nd6_ifattach: fix a missing parens bug in rev.1.132. | yamt |
| 2009-08-21 | Fix error on kernels with options IPSEC without options IPSEC_ESP. | tsutsui |
| 2009-08-19 | - Newer gcc was throwning a 'dereferencing type-punned pointer will | seanb |
| 2009-08-13 | buildfix: if_indexlim is of type size_t | cegger |
| 2009-08-13 | Postpone to a workqueue adding link-local and loopback IPv6 addresses | dyoung |
| 2009-08-06 | Check if ndi is valid before use. | cegger |
| 2009-08-04 | Use malloc(...|M_ZERO) instead of malloc(...) followed by memset(,0,). | dyoung |
| 2009-07-30 | Fix typo in comment, s/SIOCSIFADDR/SIOCINITIFADDR/. | dyoung |