summaryrefslogtreecommitdiff
path: root/sys/netiso
AgeCommit message (Expand)Author
2000-06-26Define sa_family_t, and use it for siso_family.kleink
2000-06-26Define sa_family_t, and use it for seon_family.kleink
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
2000-02-26more careful about AF on ctlinput. (saw panic in the past with kame/netbsd141)itojun
2000-02-25clear m_pkthdr for M_PKTHDR mbuf, so that we do not get panic withitojun
2000-02-02PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4thorpej
2000-02-01First-draft if_detach() implementation, originally from Bill Studnemund,thorpej
2000-01-08allow delivery of routing protocol pdus to `raw' sockets even when thechopps
1999-12-24make sure we do not pass bogus socket pointer to IPv4 IPsec.itojun
1999-12-04CL* discarding.ragge
1999-07-12Back out previous. I was getting bitten by a bug in make(1), which isthorpej
1999-07-11Only include opt_*.h if we're building a kernel.thorpej
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-07-01add PR_LISTEN to protocols which support listen(2)darrenr
1999-06-30add multicast address like everyone else, using if_ioctlchopps
1999-04-14don't check for ether_output, instead use if_type == IFT_ETHERchopps
1999-04-05add note about who uses this codechopps
1999-04-01add back the SIOCxxx_ISO ioctl's that were eroneously removed previouslychopps
1999-03-12exterminate ovbcopy. patches provided by Erik Bertelsen, pr-7145perry
1999-03-04adjust format args for compiler changesmjacob
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-01-31Fix prototypes for iso_gethostbyname and iso_gethostbyaddrchristos
1999-01-14Domains are associated with protocol families, not address families.thorpej
1998-10-20vax -> __vax__ (and mips to __mips__ in ultrix_misc.c)matt
1998-09-13Fix ' ' -> '\t'christos
1998-09-05Assign copyright to TNF.christos
1998-08-25Add some braces to make egcs happy.thorpej
1998-07-05defopt ISO TPIP.jonathan
1998-07-05defopt CCITT.jonathan
1998-07-05defopt EON.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-05-11Nuke TUBA per my note to tech-net; there's no reason to keep it around.thorpej
1998-05-06Use macros from tcp_timer.h to manipulate TCP timers, so that theirthorpej
1998-04-17fix egcs warningdrochner
1998-03-01Remove extraneous files from Lite2 merge.fvdl
1998-03-01Merge with Lite2 + local changesfvdl
1998-03-01Import 4.4BSD-Lite for referencefvdl
1998-02-14Fix variable declarations: register -> register int.kleink
1998-01-28Use offsetof() from libkern.hthorpej
1998-01-16return an error if given an ioctl which isn't recognized. (Fixescgd
1998-01-09Make this compile in light of recent socket queue data structure change.thorpej
1997-11-03Make these structures packed, so that at least with our compiler, fixedis
1997-10-26use CPPFLAGS instead of CFLAGSlukem
1997-10-10Add hooks to use the kernel random system to generate TCP sequence numbers.explorer
1997-09-08eliminate non-comment text after #endifs; from Dave Sainty in PR kern/4091mikel
1997-07-28Add variable `hdroptlen'. See file `netinet/tcp_input.c', Rev. 1.30hannken
1997-07-23Pull SYN_cache_branch down to the main line.thorpej