summaryrefslogtreecommitdiff
path: root/sys/netns
AgeCommit message (Expand)Author
2003-11-14s/in_ifaddr/in_ifaddrhead/. not really testeditojun
2003-10-03when dropping M_PKTHDR, need to free m_tag chain.itojun
2003-09-30Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSDchristos
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-15(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, ifjonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-26fix mistake in rev 1.30; needed to subtract ip header lenitojun
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-20Move the declaration and setting of the "param" variable insidesimonb
2003-01-20Remove variable that is only assigned too but not referenced.simonb
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-10-10Move netns config defns to netns/files.netns.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-08-08audit bitmask test mistake (s/&&/&/). from openbsditojun
2002-05-12More commons eliminated.matt
2002-05-12Eliminate use of commons.matt
2001-11-13add RCSIDslukem
2001-10-18Deprecate the "m_act" alias of "m_nextpkt" (m_act is a historicalthorpej
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-07-08Use SPPDEBUG not TCPDEBUG hereabs
2001-06-19Sprinkle couple of cosmetic changes - use 'extern' in headers, makejdolecek
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-03-21Add a protosw flag, PR_ABRTACPTDIS (Abort on Accept of Disconnectedthorpej
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej
2000-04-10remove unused macro.chs
2000-03-30Remove register declarations.augustss
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
2000-02-02PRU_PURGEADDR -> PRU_PURGEIF, per a discussion w/ itojun. In the IPv4thorpej
2000-02-02Grumble, forward decl for struct ifaddr.thorpej
2000-02-02remove ns_purgeaddr() prototype - it's in netns/ns_var.h (added by thorpej)itojun
2000-02-02Add missing prototype for ns_purgeaddr().thorpej
2000-02-02add missing prototype for if_detach.itojun
2000-02-01First-draft if_detach() implementation, originally from Bill Studnemund,thorpej
2000-02-01Improve the readability of one small piece of code.thorpej
1999-12-24make sure we do not pass bogus socket pointer to IPv4 IPsec.itojun
1999-10-25defopt the XNS protocol (options NS), clean up the use of relateddrochner
1999-09-10s/acknowledgment/acknowledgement/simonb
1999-07-01add PR_LISTEN to protocols which support listen(2)darrenr
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 comment and copyright spacing.christos
1998-09-09Add/move some Ethertypes, PR #5997, Heiko W.Rupp.thorpej
1998-09-05Assign copyright to TNF.christos
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-05-09Spelling error.kleink