summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_encap.c
AgeCommit message (Expand)Author
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2009-05-27Make it possible to register delayed radix tree head inits whichpooka
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2008-11-25Make dom_maxrtkey of inet/inet6domain the size of the ip_encap packpooka
2008-04-24Merge the socket locking patch:ad
2007-06-13Use LIST_FOREACH().dyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-05-28remove some dead codeliamjfoy
2005-12-11merge ktrace-lwp.christos
2005-06-06Since we decided "const struct mbuf *" would not do the right thing (tm),martin
2005-06-03Sprinkle some constmartin
2005-06-02Change the first argument of the encapsulation check function fromtron
2005-02-03ANSIfy function prototypes. (Still have about 3/5ths of the C files inperry
2005-02-02de-__P -- will ANSIfy .c files later.perry
2005-01-24To fix bad pointer dereference on start up when gif is used,enami
2005-01-24get zero-cleared field on malloc. kame-pr-856itojun
2004-08-17initialize max_keylen for ip_encap.c earlieritojun
2004-04-26Remove #else clause of __STDC__matt
2004-03-04No need to include netinet/ip_mroute.h twice.wiz
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-28Do the previous differently.mycroft
2003-10-25Fix uninitialized variable warningchristos
2003-01-21correct panic when ip-in-ip encapsulation is used. found by Masanori Kanaokaitojun
2003-01-17switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tagitojun
2002-11-25Avoid strict-alias warnings.thorpej
2002-07-31remove packed attribute as it will cause data be unaligneditojun
2002-06-09whitespaceitojun
2002-03-04The "gif*" tunnelling interface does everything ipip does.sommerfeld
2001-12-21use radix table for inbound tunnel lookup (would increase performanceitojun
2001-11-13add RCSIDslukem
2001-05-08pull encapsulated packet for vif* via ip_encap framework.itojun
2000-10-02fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.itojun
2000-07-05Make that note that we really should be checking the viftablethorpej
2000-07-05Use LIST_HEAD_INITIALIZER(), for correctness sake.thorpej
2000-04-19introduce sys/netinet/ip_encap.c, to dispatch inbound packetsitojun