| Age | Commit message (Expand) | Author |
| 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 |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-04-10 | fix possible typo in comment. | enami |
| 2001-04-10 | Add a PFIL_HOOKS filtering point to every network interface. | thorpej |
| 2001-04-07 | ether_*() functions belong in if_ether.h, not if.h. | thorpej |
| 2001-01-17 | move forward decl of rt_addrinfo upwards. | itojun |
| 2001-01-17 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | itojun |
| 2001-01-17 | Fix a rather annoying problem where the sockaddr_dl which holds | thorpej |
| 2000-12-23 | Fix a silly bug in the ALTQ version of IFQ_DEQUEUE(). | thorpej |
| 2000-12-18 | Add an "ifr_dlt" alias for the union in struct ifreq. | thorpej |
| 2000-12-18 | Always pull in DLT_* constants. | thorpej |
| 2000-12-18 | Add a if_dlt member, used so that userland can query the DLT_* of an | thorpej |
| 2000-12-18 | Commit to the ALTQ glue. | thorpej |
| 2000-12-14 | Fix braino in IF_PURGE(). | thorpej |
| 2000-12-14 | Oops, forgot IFQ_POLL() in the ALTQ case. | thorpej |
| 2000-12-13 | First step at integrating ALTQ -- IFQ_*() glue macros that select | thorpej |
| 2000-10-11 | Change the if_reset vector to if_init, and add an if_stop. if_stop | thorpej |
| 2000-07-20 | Add a SIOCGIFCLONERS ioctl, which fetches a list of network | thorpej |
| 2000-07-04 | Don't allow IFF_PROMISC to be changed directly by userspace. It | thorpej |
| 2000-07-02 | Add the notion of "cloning" of network pseudo-interface (e.g. `gif'). | thorpej |
| 2000-05-15 | backout previous (packed attribute to struct ifreq) | itojun |
| 2000-05-15 | add packed attribute to struct ifreq. this should avoid unaligned access | itojun |
| 2000-03-29 | Extern the declarations of ifindex2ifnet and if_index. | simonb |
| 2000-03-22 | remove if_withname, which was merged in by mistake during KAME merge. | itojun |
| 2000-03-06 | - Add link status to if_data, so that routing daemons and other interested | thorpej |
| 2000-03-06 | Make pre-1.5 compatibility structures being defined conditional on _KERNEL | kleink |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 1999-12-13 | sync IPv6 part with latest KAME tree. IPsec part is left unmodified | itojun |
| 1999-11-19 | Update protocoles and interfaces stats counters to 64bit. | bouyer |
| 1999-10-26 | Up the size of the ifa_flags and ifa_refcnt from shorts to ints. Now will | wrstuden |
| 1999-09-29 | const poison ifunit(). | thorpej |
| 1999-09-21 | Add a ifru_value (unsigned int) as a generic value. | matt |
| 1999-07-03 | Add namespace protection, using XNS5.2 D2.0 as a reference (which effectively | kleink |
| 1999-07-01 | IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628. | itojun |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1999-03-27 | Added per-addr input/output statistics. Currently just support netatalk | aidan |
| 1999-03-10 | Const poison ether_ifattach(). | thorpej |
| 1999-03-10 | Const poison ether_sprintf(). | thorpej |
| 1998-05-22 | Add an if_drain to the ifnet structure (call when the system is low | matt |
| 1998-05-14 | Driver for Essential Communications' RoadRunner HIPPI (800 Mb/sec network) | kml |
| 1998-03-01 | Merge with Lite2 + local changes | fvdl |
| 1997-10-02 | Reimplement a test for broadcast addresses advertized, which was left out | is |
| 1997-04-08 | prevent multiple inclusions | chuck |
| 1997-03-17 | BSD/OS-style network interface media selection, implemented by | thorpej |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1997-01-15 | fix alignment again for m68k | gwr |