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