summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
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
2009-07-25Instead of using the net.inet6.ip6.accept_rtadv sysctl for all devices,tonnerre
2009-05-26POOL_INIT -> pool_initpooka
2009-05-25Remove declaration of unused extern struct ifnet loif[NLOOP], whichpooka
2009-05-12Remove "privileged" variable, perform the kauth(9) call before we go intoelad
2009-05-12Implicit EPERM -> explicit EACCES.elad
2009-05-07Remove some more "priv" variable usage in favor of kauth(9) calls.elad
2009-05-06Remove some usage of "priv" and "privileged" variables and instead passelad
2009-05-02Replace wrong __UNCONST() use with a local variable.elad
2009-05-01Add missing paranthesis - from Kurt Lidl in PR port-vax/41316martin
2009-04-30Commit changes to netinet6/in6_src.c, forgot in previous commit:elad
2009-04-30- Make in6_pcbbind_{addr,port}() staticelad
2009-04-22Only check if the port is used if it was specified.elad
2009-04-20Replace KAUTH_GENERIC_ISSUSER with a better alternative.elad
2009-04-20Extract in6_pcbbind()'s guts into two new routines: in6_pcbbind_addr() andelad
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-04-18fix traversing of a control mbuf in the case that a message lendrochner
2009-04-14Don't set sin->sin_port and sin6->sin6_port to 0 before callingelad
2009-03-23Init ip6flow pool dynamically instead of using a linkset.liamjfoy
2009-03-19Correct two more bungled bcopy() -> memcpy() conversions.he
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-15ansify function definitionscegger
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-02-14make created and lastused time_t to avoid 2038 problems.christos
2009-02-05Use the in6_ifaddr ia_ifa member instead of casting from fromdyoung
2009-01-19Provide compatibility to the old timeval SCM_TIMESTAMP messages.christos
2009-01-15mention that you'll need to update compat if you change the size of in6_ifreq.christos
2009-01-15Emulate a couple more ioctls. Thanks to Matthias Drochner for pointing them out.christos
2009-01-15- switch the lifetime struct to time_t and provide compatibility for thechristos