| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2014-01-03 | missed one inet6 check | pooka |
| 2014-01-02 | Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only. | pooka |
| 2013-10-19 | adjust previous; old_link_state is also used in INET6. | mrg |
| 2013-10-19 | Ifdef a variable like its use | martin |
| 2013-10-06 | remove unrelated diff. | christos |
| 2013-10-05 | Add SIOCGIFINDEX from Ty Sarna and Matthew Sporleder. | christos |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind |
| 2013-06-20 | Move the detaching and making tentative addresses out if in6_if_up | roy |
| 2013-06-11 | When an interface link state changes to down, mark all attached IPv6 | roy |
| 2013-03-10 | allow cloners as modules. | christos |
| 2012-11-01 | Fix a bug that SIOCZIFDATA clears if_lastchage by zero. | msaitoh |
| 2012-02-03 | PR/45764, PR/45914 | christos |
| 2011-12-28 | Fix ifpromisc() regression: if ifpromisc(ifp, 1) is called, do set | dyoung |
| 2011-11-27 | We need a cv_destroy() here too. Fixes LOCKDEBUG panic on interface detachment. | jakllsch |
| 2011-11-16 | Before freeing an ifnet_lock, destroy its mutex. Should help with | dyoung |
| 2011-10-28 | Userland may not change the IFF_CANTCHANGE flags, however, the kernel | dyoung |
| 2011-10-25 | Document the ifioctl locking in comments. | dyoung |
| 2011-10-19 | Fix userland compilation: pull the ifioctl lock-related data members | dyoung |
| 2011-10-19 | Extract subroutines ifioctl_enter() and ifioctl_exit(). | dyoung |
| 2011-10-19 | Start to untangle the ifnet ioctls mess. | dyoung |
| 2011-08-12 | Define if_free() for ixg(4) to use. | dyoung |
| 2011-01-18 | NPF checkpoint: | rmind |
| 2010-11-15 | Implement ifconfig linkstr as proposed on tech-net. | pooka |
| 2010-11-06 | remove unused variables. | christos |
| 2010-11-06 | PR/44054: Onno van der Linden: Stacksmashing in handling of ioctl OOSIO* | christos |
| 2010-11-02 | PR/44030: Onno van der Linden: ifreqn2o gets called with the parameters the | christos |
| 2010-09-23 | prevent integer oveflow. From Maksymilian Arciemowicz | christos |
| 2010-06-12 | Correct the argument order of ifreqn2o conversion. | skrll |
| 2010-06-02 | Prevent if_detach() from crashing while it walks the routing table | dyoung |
| 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 |