summaryrefslogtreecommitdiff
path: root/sys/netns
AgeCommit message (Expand)Author
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
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-14Fix variable declarations: register -> register int.kleink
1997-07-18- Be more careful with type sizes (many u_long -> u_int32_t in protocolthorpej
1997-06-24Eliminate use of dtom() from the network code, allowing more flexiblethorpej
1997-03-29PR/3408: From Koji Imada: mv_faults on SPP connections.christos
1996-10-13backout previous kprintf changechristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-10-10- make this compile againchristos
1996-09-08Restructure ns_control() like other protocols.mycroft
1996-09-08Make sure the control mbufs are freed in all cases.mycroft
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-05-09Include <machine/cpu.h> to get setsoftnet().scottr
1996-05-07Changed struct ifnet to have a pointer to the softc of the underlyingthorpej
1996-03-27Fix(?) (I have no way to test this) netns crash when receiving PRC_REDIRECT'schristos
1996-03-14ns_cksum.c: Bring prototype into scope.christos
1996-02-18Fixed bug I introduced in the previous changes. In the ctlinput functions,christos
1996-02-13netns prototypeschristos
1995-08-17so_pcb should be a void *.mycroft
1995-08-16Allocate PCBs with malloc(), not mgetclr().mycroft