| Age | Commit message (Expand) | Author |
| 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 |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |
| 2005-06-19 | Use 'pattr' consistently in the IFQ_* macros. | peter |
| 2005-05-02 | split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx. | yamt |
| 2005-03-31 | factor out the interface queueing code into two functions. One used by | christos |
| 2005-03-20 | Fix the spelling of Bill Studenmund's name - noticed from the licences | agc |
| 2005-03-20 | Define IFFBITS and IFCAPBITS here in <net/if.h>. Taken from ifconfig. | thorpej |
| 2005-03-18 | add agr(4), a pseudo network device driver for link aggregation. | yamt |
| 2005-03-06 | Add beginning of TCP Segment Offload support. | matt |
| 2005-02-28 | Increase default value for IFQ_MAXLEN from 50 to 256. | jonathan |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-01-24 | Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. | matt |
| 2005-01-08 | constify broadcastaddr. | yamt |
| 2004-12-04 | Change ifc_destroy to return an int instead of void, so that it | peter |
| 2004-12-04 | Convert lo(4) to a clonable device. | peter |
| 2004-04-21 | Constify if.c radix.c and route.c (and fix related fallout). | matt |
| 2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | itojun |
| 2003-11-28 | s/netbsd.org/NetBSD.org/g | keihan |
| 2003-11-10 | Make per-protocol network input queue stats visible to userland via | jonathan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-03 | Make IFQ_MAXLEN possible to set as an config-file option. | ragge |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-30 | Expose IF_NAMESIZE for POSIX and X/Open applications. | bjh21 |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-03-05 | Fix the fallout from potr malloc changes | christos |
| 2003-02-26 | Add MBUFTRACE kernel option. | matt |
| 2003-02-01 | Add extensible malloc types, adapted from FreeBSD. This turns | thorpej |
| 2002-11-02 | /*CONTCOND*/ while (0)'ed macros | perry |
| 2002-08-26 | Fix signed/unsigned comparison warnings from GCC 3.3. | thorpej |
| 2002-08-09 | <net/if.h> needs <sys/socket.h> for struct sockaddr. | soren |
| 2002-06-23 | g/c last bit of old ipv6 prefix management. | itojun |
| 2002-06-11 | s/splimp/splnet/ in comment | pooka |
| 2002-05-27 | re-scan all ifnet after domaininit() for if_afdata initialization. | itojun |
| 2002-05-27 | framework to add af-dependent data structure to struct ifnet. | itojun |
| 2002-05-23 | Add SIOCGIFDATA and SIOCZIFDATA ioctl's to get interface data. (the Z | matt |
| 2002-03-17 | Make the 'ifnet' variable an extern and declare it in if.c. | simonb |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-06-14 | fix comment on ifi_lastchange, for 1.4 if_data | itojun |
| 2001-06-14 | update comment on if_lastchange | itojun |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |