ae 7a82e24551 MFC r273087 (with modifications):
Overhaul if_gif(4):
   o convert to if_transmit;
   o use rmlock to protect access to gif_softc;
   o use sx lock to protect from concurrent ioctls;
   o remove a lot of unneeded and duplicated code;
   o remove cached route support (it won't work with concurrent io);
   o style fixes.

MFC r273090:
  Move memset under ifdef INET6.

MFC r273091:
  Add more ifdefs. SIOC*_IN6 are defined only with INET6.

MFC r273121:
  Add inet/inet6 to the dependency list. Without them if_gif is useless.

MFC r273209 by bz:
  After r273087,r273090,r273091,r273121 changes to gif(4) try to fix
  NOIP builds for real.

MFC r273587:
  Remove redundant check and m_pullup() call.
2014-12-23 16:33:44 +00:00
..
2014-12-16 11:53:45 +00:00
2014-10-06 17:08:19 +00:00
2014-12-23 16:33:44 +00:00
2014-12-23 16:33:44 +00:00
2014-11-06 09:16:52 +00:00
2014-10-09 02:49:33 +00:00
2014-10-09 02:49:33 +00:00
2014-09-06 04:39:26 +00:00
2014-10-06 17:08:19 +00:00
2014-11-05 09:23:29 +00:00
2014-04-24 11:12:53 +00:00
2014-11-20 18:49:11 +00:00
2014-11-05 09:23:29 +00:00
2014-03-12 08:15:15 +00:00
2014-01-28 00:30:17 +00:00
2014-11-05 09:23:29 +00:00
2014-11-05 09:23:29 +00:00
2014-10-09 23:25:57 +00:00
2014-06-30 16:56:12 +00:00
2014-09-06 04:39:26 +00:00
2014-09-06 04:39:26 +00:00
2014-09-18 08:58:22 +00:00
2014-11-08 02:53:55 +00:00