summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_encap.c
Commit message (Expand)AuthorAgeFilesLines
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-34/+15
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Lock down IP-layer encapsulation library:rwatson2004-03-101-51/+35
* Remove unused variables.phk2003-06-011-15/+3
* correct two more flag misuses; m_tag* use malloc flagssam2003-03-121-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Replace aux mbufs with packet tags:sam2002-10-161-24/+12
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+2
* Remove __P.alfred2002-03-191-5/+5
* Remove some un-needed code that was accidentally included injulian2001-09-071-15/+0
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-071-12/+3
* I really hope this is the right answer.julian2001-09-031-1/+3
* Call ip_input() instead of ipip_input()julian2001-09-031-1/+8
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-6/+11
* Somewhat modernize ip_mroute.c:fenner2001-07-251-15/+0
* Sync with recent KAME.ume2001-06-111-1/+13
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-0/+534
OpenPOWER on IntegriCloud