| Age | Commit message (Expand) | Author |
| 2014-01-25 | add a lint comment | christos |
| 2013-10-28 | add an alias for the linux name for the interface index | christos |
| 2013-10-05 | fix the source too, not just the doc. | 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 |
| 2012-10-25 | Move the prototype definition of ether_input() from if.h to if_ether.h. | msaitoh |
| 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 | Start to untangle the ifnet ioctls mess. | dyoung |
| 2011-08-12 | Declare if_free(). | dyoung |
| 2011-02-01 | Add a new AF/PF_ROUTE which is 64-bit clean which makes the routing socket | matt |
| 2011-01-18 | NPF checkpoint: | rmind |
| 2010-11-15 | Implement ifconfig linkstr as proposed on tech-net. | pooka |
| 2010-10-20 | Remove XXX comment with the text "going away soon". It was added | pooka |
| 2010-01-17 | Forward declare struct bpf_if and use that as the type for bpf_if | pooka |
| 2009-10-05 | Replace u_quad_t with uint64_t. u_quad_t is just a typedef for | dyoung |
| 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-01-11 | merge christos-time_t | christos |
| 2008-11-07 | *** Summary *** | 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 | 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-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | 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 | 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 | Add IFNET_FIRST(), IFNET_NEXT(), IFADDR_FIRST(), IFADDR_NEXT(), | dyoung |
| 2007-09-13 | Add a define for the ifru_space union member. | gdt |
| 2007-09-02 | Protect userland from ifreq_getaddr() w/ #ifdef _KERNEL. | dyoung |
| 2007-08-31 | Per discussion in 30 May 2007 on tech-net, add accessors for | dyoung |
| 2007-05-29 | Add a sockaddr_storage member to "struct ifreq" maintaining backwards | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-11-23 | implement ipv6 TSO. | yamt |
| 2006-11-13 | Add a source-address selection policy mechanism to the kernel. | dyoung |
| 2006-08-30 | fully initialize IF_CLONE_INITIALIZER | christos |
| 2006-06-25 | add a comment on if_agrprivate. | yamt |
| 2006-06-23 | remove dependency on "agr" to make "struct ifnet" independant of the | drochner |
| 2006-05-18 | Integrate Common Address Redundancy Procotol (CARP) from OpenBSD | liamjfoy |
| 2006-03-16 | Remove duplicate and slightly different declaration of ether_sprintf, which | christos |
| 2005-12-11 | ANSI function decls and application of static. | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-06 | make the ALTQ macros statement-line, by wrapping them in do {} while (0) | christos |
| 2005-07-27 | Add members ifr_buf, ifr_buflen to ifreq for specifying the location | dyoung |