| Age | Commit message (Expand) | Author |
| 2000-07-22 | Add a missing include when using this in user space. | matt |
| 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-18 | correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces). | itojun |
| 2000-07-12 | NetBSD -> __NetBSD__ in an #ifdef, and nuke sc_bpf; there's one in | thorpej |
| 2000-07-06 | remove #ifdef __FreeBSD__ or __bsdi__, as netbsd if_gif.c diverged a little | itojun |
| 2000-07-05 | Fix an omission in the gre cloning changes. | thorpej |
| 2000-07-05 | Make gre(4) a cloning network pseudo-device. | thorpej |
| 2000-07-05 | stf(4) is now a cloning network interface (although, only one is allowed | thorpej |
| 2000-07-05 | Fix a memory leak in the gif_clone_create() error path. | thorpej |
| 2000-07-05 | change the argument of SIOCS80211NWID and SIOCG80211NWID ioctls from | onoe |
| 2000-07-04 | faith(4) is now a cloning pseudo-device. | thorpej |
| 2000-07-04 | Don't allow IFF_PROMISC to be changed directly by userspace. It | thorpej |
| 2000-07-04 | Move ifpromimsc() to if.c | thorpej |
| 2000-07-04 | Oops, restrict SIOCIF{CREATE,DESTROY} to super-user. | thorpej |
| 2000-07-03 | don't include the config-generated headers if _LKM defined | cgd |
| 2000-07-02 | oops! include arp.h and ppp.h even if _LOCORE defined | cgd |
| 2000-07-02 | Reduce namespace pollution from netcciitt-land | sommerfeld |
| 2000-07-02 | Merge if_spppsubr.c PPP protocol declarations list with the one found | sommerfeld |
| 2000-07-02 | Kwality control: | cgd |
| 2000-07-02 | Convert `gif' to be a cloning interface. | thorpej |
| 2000-07-02 | Add the notion of "cloning" of network pseudo-interface (e.g. `gif'). | thorpej |
| 2000-07-01 | nuke sadb_x_ident_id, wihich violates pfkey standard. | itojun |
| 2000-06-28 | <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | Define sa_family_t and use it for sdl_family. | kleink |
| 2000-06-20 | allow IPv[46]-over-IPv6 setting properly. sync with kame. | itojun |
| 2000-06-17 | Ansify before committing my next change. | matt |
| 2000-06-14 | Check the multicast bit in the header mbuf while interrupts are still blocked. | mycroft |
| 2000-06-12 | sync with almost-latest KAME IPsec. full changelog would be too big | itojun |
| 2000-06-10 | update i-d #. (sync with kame) | itojun |
| 2000-06-09 | cleanup haeders. | onoe |
| 2000-05-28 | Ensure that all callers of pfind() can deal with pfind(0) returning | jhawk |
| 2000-05-28 | Fix bpf output on fddi to actually work. Make it compatible with ULTRIX | matt |
| 2000-05-17 | improve duplicated 'gifconfig" check (fatal typo was there). sync with kame. | itojun |
| 2000-05-16 | propose better IPv6 ifid alternative to the peer, when ifid collides | itojun |
| 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-05-14 | sync IPv4 rogue address filter with RFC1122. (sync with kame) | itojun |
| 2000-05-12 | - Fix a bug in the double-loop version of ether_crc32_le() -- we're not't | thorpej |
| 2000-05-12 | Make BPF_BUFSIZE overridable: 8192 is smaller than MTU of some devices. | jonathan |
| 2000-05-04 | Change rt_refcnt from short to int, to allow more than 32k routes thru | ragge |
| 2000-05-02 | IPv6CP support. if IPv6 link-local address is configured to the interface, | itojun |
| 2000-04-26 | ifa_ifwithnet(): for the netatalk case, don't blindly return the first match | bouyer |
| 2000-04-21 | update comment (analysis on 04 draft) | itojun |
| 2000-04-19 | add net/if_stf.h and netinet/ip_encap.h (almost noone will include them though) | itojun |
| 2000-04-19 | introduce sys/netinet/ip_encap.c, to dispatch inbound packets | itojun |
| 2000-04-19 | remove extra memory region kept by "struct pfil_head pfil_head_t;". | itojun |
| 2000-04-15 | Remove some routing specific sysctl function declarations from | simonb |