| Age | Commit message (Expand) | Author |
| 2001-12-02 | Add an #if defined(INET) ... around if_detach_queues's declaration to match the | abs |
| 2001-11-27 | Make it compile in the absence of networks. Closes PR 14274 (mine). | augustss |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-05 | Switch to using queue access macros instead of refering to the member | matt |
| 2001-09-17 | Split the pre-computed ifnet checksum flags into Tx and Rx directions. | thorpej |
| 2001-08-02 | fix logic to free up ifqueue on if_detach(). prev pointer was incorrectly set. | itojun |
| 2001-07-29 | make sure to cleanup software interrupt queues (like ipintrq) | itojun |
| 2001-07-28 | indent fix | itojun |
| 2001-07-24 | clear ifindex2ifnet[] on if_detach. | itojun |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-06-14 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | itojun |
| 2001-06-07 | make ifioctl() compat lkm friendly. | mrg |
| 2001-06-02 | Implement support for IP/TCP/UDP checksum offloading provided by | thorpej |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-04-10 | Add a PFIL_HOOKS filtering point to every network interface. | thorpej |
| 2001-03-03 | Add some missing ALTQ initialization, pointed out by | thorpej |
| 2001-02-20 | add SIOC[SG]LIFPHYADDR ioctl. greatly simplify tunnel address settings. | itojun |
| 2001-01-29 | if_alloc_sadl(): if the interface already has a link name, free | thorpej |
| 2001-01-17 | configure sdl_alen properly | 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-18 | Add SIOCGIFDLT, which will fetch the data link type (DLT_* constant) | thorpej |
| 2000-12-18 | Commit to the ALTQ glue. | thorpej |
| 2000-12-14 | Change an if_qflush() to an IFQ_PURGE() to deal with ALTQ correctly. | thorpej |
| 2000-12-13 | In if_qflush(), use IFQ_PURGE() rathen than an open-coded version. | thorpej |
| 2000-12-12 | Only allow superuser to change 802.11 power params. | thorpej |
| 2000-10-11 | Change the if_reset vector to if_init, and add an if_stop. if_stop | thorpej |
| 2000-10-07 | repair SIOCGIFP{DST,SRC}ADDR. | itojun |
| 2000-10-04 | ifp->if_ioctl may be NULL, so check it for SIOCSIFPHY*. | itojun |
| 2000-10-04 | Make sure we're super-user for SIOCSIFPHYADDR, SIOCDIFPHYADDR, | thorpej |
| 2000-10-01 | Change the behavior of ifpromisc() slightly. If interface is not IFF_UP, | thorpej |
| 2000-09-29 | - Figure out how long if list buffer needs to be if it's too short (fixes | mellon |
| 2000-07-21 | add following two ioctls to handle WEP key for IEEE 802.11 wireless | onoe |
| 2000-07-20 | Missing increment on ifp->if_pcount. | pk |
| 2000-07-20 | Add a SIOCGIFCLONERS ioctl, which fetches a list of network | thorpej |
| 2000-07-19 | moved the check priviledge for SIOCS80211NWID from each driver to ifioctl(). | onoe |
| 2000-07-04 | Move ifpromimsc() to if.c | thorpej |
| 2000-07-04 | Oops, restrict SIOCIF{CREATE,DESTROY} to super-user. | thorpej |
| 2000-07-02 | Add the notion of "cloning" of network pseudo-interface (e.g. `gif'). | thorpej |
| 2000-04-26 | ifa_ifwithnet(): for the netatalk case, don't blindly return the first match | bouyer |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 2000-03-30 | Delete redundant decls of if_slowtimo and if_null{output,input,start, | simonb |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 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-02-06 | In if_detach(), call PRU_PURGEIF for *every* protocol within a domain | thorpej |
| 2000-02-05 | fix route cleanup on interface removal. (not sure why -Wall did not catch it) | itojun |
| 2000-02-02 | PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4 | thorpej |
| 2000-02-01 | First-draft if_detach() implementation, originally from Bill Studnemund, | thorpej |
| 1999-09-29 | const poison ifunit(). | thorpej |