| Age | Commit message (Expand) | Author |
| 2010-01-28 | fix language | mbalmer |
| 2009-11-13 | Simplify ifreq_setaddr: | joerg |
| 2009-10-26 | buildfix: only declare sysctl_net_ifq_setup() if INET or INET6 is defined | cegger |
| 2009-10-03 | Move default network interface policy back to the subsystem. | elad |
| 2009-09-19 | Initialise index_gen_mtx before use. | skrll |
| 2009-09-16 | Replace a large number of link set based sysctl node creations with | pooka |
| 2009-09-15 | When working with address preferences, sockaddr_externalize() both | jakllsch |
| 2009-09-11 | Make ifconfig(8) set and display preference numbers for IPv6 | dyoung |
| 2009-08-13 | Use sysctl(9) to expose to userland each interface transmission | dyoung |
| 2009-02-12 | PR/40603: Christoph Badura: unprivileged users can add and delete interface | christos |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-24 | Do not gratuitously cast to void *. | dyoung |
| 2008-10-24 | Undo a change in my last commit that was not suppsoed to be committed. | dyoung |
| 2008-10-24 | Constify the rt_addrinfo argument to the ifa_rtrequest member | dyoung |
| 2008-06-18 | merge yamt-pf42 branch. | yamt |
| 2008-06-15 | - add if_alloc (ours just mallocs), and if_initname and use them (from FreeBSD) | christos |
| 2008-05-13 | Cosmetic; reduce excessive parenthesization. | dyoung |
| 2008-05-13 | Let us call ioctl(SIOC[ADG]LIFADDR) with a link-layer address on | dyoung |
| 2008-05-11 | Add kernel support for adding/removing link-layer addresses using | dyoung |
| 2008-04-29 | kern/38502 ifconfig wi0 hangs | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-24 | Make it compile if !COMPAT_OSOCK | martin |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-02-29 | Cosmetic: shorten staircases. Join some lines. | dyoung |
| 2008-02-07 | Make it compile w/o INET6 | martin |
| 2008-02-07 | Remove neticp (network info commpage) stuff that dyoung added | xtraeme |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-01-23 | Fix more fall-out from extracting ifioctl_common(): don't return | dyoung |
| 2008-01-22 | Functional: return ENTRESET from ifioctl_common(), if SIOCSIFCAP | dyoung |
| 2008-01-22 | Add missing break statement. | dyoung |
| 2008-01-22 | Take two steps toward adding and deleting link-layer addresses. | dyoung |
| 2007-12-20 | Constify struct ifnet->if_sadl and every use throughout the tree. | dyoung |
| 2007-12-20 | Poison struct route->ro_rt uses in the kernel by changing the name | dyoung |
| 2007-12-06 | Fix a serious regression: insert new ifaddrs at the end of if_addrlist, | dyoung |
| 2007-12-06 | Add ifa_insert() and ifa_remove() that add/remove an ifaddr to/from | dyoung |
| 2007-12-05 | Extract common code, creating a subroutine if_purgeaddrs(ifp, | dyoung |
| 2007-12-05 | Use IFADDR_EMPTY(). | dyoung |
| 2007-12-04 | Use IFADDR_FOREACH(). | dyoung |
| 2007-11-01 | Change a few malloc(9) + memset(3) pairs to malloc(..., ...|M_ZERO). | dyoung |
| 2007-10-11 | In ifreq_setaddr(), use the right buffer sizes for compat v. | dyoung |
| 2007-09-13 | Add a define for the ifru_space union member. | gdt |
| 2007-09-11 | Fix bug in SIOCGIFCONF where the wrong length was calculated for | gdt |
| 2007-09-01 | Fix compilation if !defined(INET6). Thanks, Geoff Wing, for the | dyoung |
| 2007-08-31 | Per discussion in 30 May 2007 on tech-net, add accessors for | dyoung |
| 2007-08-30 | Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool | dyoung |
| 2007-08-20 | Clean up net compat ioctls, and clean up handling of wireless ioctls. | skd |
| 2007-08-07 | In if_alloc_sadl(), use sockaddr_dl_init() and satocsdl(). Introduce | dyoung |
| 2007-07-19 | Take steps to hide the radix_node implementation of the forwarding table | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |