aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gif.h
Commit message (Expand)AuthorAgeFilesLines
* - Remove GIF_{SEND,ACCEPT}_REVETHIP.Hiroki Sato2015-09-101-4/+1
* Add an ability accept encapsulated packets from different sources by oneAndrey V. Elsukov2015-05-151-1/+3
* Move the recursion detection code into separate function gif_check_nesting().Andrey V. Elsukov2015-01-101-3/+0
* Extern declarations in C files loses compile-time checking thatAndrey V. Elsukov2014-12-251-0/+10
* Overhaul if_gif(4):Andrey V. Elsukov2014-10-141-33/+29
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-4/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-28/+2
* - Fix sanity check of GIFSOPTS ioctl.Hiroki Sato2009-06-091-2/+2
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-071-6/+20
* Make indentation more uniform accross vnet container structs.Marko Zec2009-05-021-5/+5
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-1/+1
* On architectures with strict alignment requirements compensateMarius Strobl2009-03-071-0/+2
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-1/+6
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+24
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-0/+1
* Add some initial locking to gif(4). It doesn't covers the whole driver,Gleb Smirnoff2006-01-301-1/+7
* Add RFC 3378 EtherIP support. This change makes it possible to add gifAndrew Thompson2005-12-211-0/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Properly detect loops by recording the interface pointer in an mtag.Ruslan Ermilov2004-04-051-0/+3
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-161-1/+5
* Restore original behaviour of recursion preventer.Maxim Sobolev2002-09-131-1/+0
* Make recursion prevention variable per-instance and remove XXX commentMaxim Sobolev2002-09-051-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-2/+2
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* Simplify the interface cloning framework by handling unitMaxime Henrion2002-03-111-1/+0
* /home/brooks/ng_gif.messageBrooks Davis2001-09-261-0/+9
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.Brooks Davis2001-09-261-3/+5
* gif(4) and stf(4) modernization:Brooks Davis2001-07-021-0/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-3/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-19/+33
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-3/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+71