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-10-30 08:04:48 +00:00
2014-06-06 17:42:55 +00:00
2014-12-23 16:33:44 +00:00
2014-12-23 16:33:44 +00:00
2014-02-03 03:31:35 +00:00
2014-05-26 22:54:15 +00:00
2014-05-26 22:54:15 +00:00
2014-04-04 10:33:59 +00:00
2014-10-09 23:45:26 +00:00
2014-10-30 13:53:57 +00:00
2014-04-07 12:50:08 +00:00
2014-05-16 05:05:53 +00:00
2014-10-09 23:46:17 +00:00
2014-10-09 23:45:26 +00:00
2014-05-26 22:54:15 +00:00
2014-09-18 08:58:22 +00:00
2014-09-18 09:49:49 +00:00
2014-09-18 09:49:49 +00:00
2013-12-03 20:55:37 +00:00
2014-09-18 09:49:49 +00:00
2014-09-18 08:58:22 +00:00
2014-10-19 11:31:23 +00:00
2014-08-22 20:01:35 +00:00
2014-10-19 11:31:23 +00:00
2014-10-19 11:31:23 +00:00
2014-09-18 09:49:49 +00:00
2014-10-12 17:45:22 +00:00
2014-10-12 17:42:32 +00:00
2014-09-18 09:49:49 +00:00
2014-08-22 20:22:12 +00:00
2014-08-22 20:22:12 +00:00
2014-09-18 09:49:49 +00:00
2014-09-18 08:58:22 +00:00
2014-08-22 20:01:35 +00:00
2014-08-22 20:26:20 +00:00
2014-10-12 17:39:37 +00:00
2014-08-22 19:43:27 +00:00
2014-08-22 20:26:20 +00:00
2014-09-18 09:49:49 +00:00
2014-08-22 19:49:43 +00:00
2014-10-30 08:04:48 +00:00
2014-11-03 12:38:29 +00:00
2014-11-19 09:03:12 +00:00
2014-11-03 12:38:29 +00:00
2014-08-16 14:03:00 +00:00
2014-11-08 02:53:55 +00:00