summaryrefslogtreecommitdiff
path: root/sys/netiso/if_eon.c
AgeCommit message (Expand)Author
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
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-07-29fix null pointer deref. from ho@openbsditojun
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDslukem
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-01-17correct typecast for eonrtrequest 3rd arg.itojun
2001-01-17pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).itojun
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej
2000-03-30Remove register declarations.augustss
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
1999-12-24make sure we do not pass bogus socket pointer to IPv4 IPsec.itojun
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-03-04adjust format args for compiler changesmjacob
1998-07-05defopt EON.jonathan
1998-03-01Merge with Lite2 + local changesfvdl
1998-01-28Use offsetof() from libkern.hthorpej
1998-01-16return an error if given an ioctl which isn't recognized. (Fixescgd
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-11-23Cast the printf("%ld", sizeof) in eoniphdr to long.veego
1996-11-13fix -Wformat problemscgd
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
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-04-13fix screw-up in the prototyping changes: print pointers with %p, NOTcgd
1996-02-13netiso prototypes and fixes to get -DTUBA to compile.christos
1995-06-13Clean this up a bit. Use queue.h more; de-uglify casts.mycroft
1995-06-13Update to match data structure changes.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-02-11Nuke if_init.mycroft
1994-01-16pull in <machine/cpu.h>, rather than <machine/mtpr.h> for soft intr stuffcgd
1994-01-10Make this compile again after netinet changes.mycroft
1993-12-18Canonicalize all #includes.mycroft
1993-05-20file header cleanup and rcsid additionscgd
1993-04-09added netccitt, netiso, and netns support, from (currentlycgd