summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2000-07-22Add a missing include when using this in user space.matt
2000-07-21add following two ioctls to handle WEP key for IEEE 802.11 wirelessonoe
2000-07-20Missing increment on ifp->if_pcount.pk
2000-07-20Add a SIOCGIFCLONERS ioctl, which fetches a list of networkthorpej
2000-07-19moved the check priviledge for SIOCS80211NWID from each driver to ifioctl().onoe
2000-07-18correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).itojun
2000-07-12NetBSD -> __NetBSD__ in an #ifdef, and nuke sc_bpf; there's one inthorpej
2000-07-06remove #ifdef __FreeBSD__ or __bsdi__, as netbsd if_gif.c diverged a littleitojun
2000-07-05Fix an omission in the gre cloning changes.thorpej
2000-07-05Make gre(4) a cloning network pseudo-device.thorpej
2000-07-05stf(4) is now a cloning network interface (although, only one is allowedthorpej
2000-07-05Fix a memory leak in the gif_clone_create() error path.thorpej
2000-07-05change the argument of SIOCS80211NWID and SIOCG80211NWID ioctls fromonoe
2000-07-04faith(4) is now a cloning pseudo-device.thorpej
2000-07-04Don't allow IFF_PROMISC to be changed directly by userspace. Itthorpej
2000-07-04Move ifpromimsc() to if.cthorpej
2000-07-04Oops, restrict SIOCIF{CREATE,DESTROY} to super-user.thorpej
2000-07-03don't include the config-generated headers if _LKM definedcgd
2000-07-02oops! include arp.h and ppp.h even if _LOCORE definedcgd
2000-07-02Reduce namespace pollution from netcciitt-landsommerfeld
2000-07-02Merge if_spppsubr.c PPP protocol declarations list with the one foundsommerfeld
2000-07-02Kwality control:cgd
2000-07-02Convert `gif' to be a cloning interface.thorpej
2000-07-02Add the notion of "cloning" of network pseudo-interface (e.g. `gif').thorpej
2000-07-01nuke sadb_x_ident_id, wihich violates pfkey standard.itojun
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26Define sa_family_t and use it for sdl_family.kleink
2000-06-20allow IPv[46]-over-IPv6 setting properly. sync with kame.itojun
2000-06-17Ansify before committing my next change.matt
2000-06-14Check the multicast bit in the header mbuf while interrupts are still blocked.mycroft
2000-06-12sync with almost-latest KAME IPsec. full changelog would be too bigitojun
2000-06-10update i-d #. (sync with kame)itojun
2000-06-09cleanup haeders.onoe
2000-05-28Ensure that all callers of pfind() can deal with pfind(0) returningjhawk
2000-05-28Fix bpf output on fddi to actually work. Make it compatible with ULTRIXmatt
2000-05-17improve duplicated 'gifconfig" check (fatal typo was there). sync with kame.itojun
2000-05-16propose better IPv6 ifid alternative to the peer, when ifid collidesitojun
2000-05-15backout previous (packed attribute to struct ifreq)itojun
2000-05-15add packed attribute to struct ifreq. this should avoid unaligned accessitojun
2000-05-14sync 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'tthorpej
2000-05-12Make BPF_BUFSIZE overridable: 8192 is smaller than MTU of some devices.jonathan
2000-05-04Change rt_refcnt from short to int, to allow more than 32k routes thruragge
2000-05-02IPv6CP support. if IPv6 link-local address is configured to the interface,itojun
2000-04-26ifa_ifwithnet(): for the netatalk case, don't blindly return the first matchbouyer
2000-04-21update comment (analysis on 04 draft)itojun
2000-04-19add net/if_stf.h and netinet/ip_encap.h (almost noone will include them though)itojun
2000-04-19introduce sys/netinet/ip_encap.c, to dispatch inbound packetsitojun
2000-04-19remove extra memory region kept by "struct pfil_head pfil_head_t;".itojun
2000-04-15Remove some routing specific sysctl function declarations fromsimonb