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