--- - branch: MAIN date: Fri Jan 22 05:15:10 UTC 2016 files: - new: '1.84' old: '1.83' path: src/sys/net/if_stf.c pathrev: src/sys/net/if_stf.c@1.84 type: modified - new: '1.70' old: '1.69' path: src/sys/netinet/in_gif.c pathrev: src/sys/netinet/in_gif.c@1.70 type: modified - new: '1.49' old: '1.48' path: src/sys/netinet/ip_encap.c pathrev: src/sys/netinet/ip_encap.c@1.49 type: modified - new: '1.14' old: '1.13' path: src/sys/netinet/ip_encap.h pathrev: src/sys/netinet/ip_encap.h@1.14 type: modified - new: '1.135' old: '1.134' path: src/sys/netinet/ip_mroute.c pathrev: src/sys/netinet/ip_mroute.c@1.135 type: modified - new: '1.67' old: '1.66' path: src/sys/netinet6/in6_gif.c pathrev: src/sys/netinet6/in6_gif.c@1.67 type: modified - new: '1.34' old: '1.33' path: src/sys/netipsec/xform_ipip.c pathrev: src/sys/netipsec/xform_ipip.c@1.34 type: modified id: 20160122T051510Z.0a5ba6ebbf0825ca0d902974736a9395aaf104cd log: | Don't abuse struct protosw for ip_encap -- introduce struct encapsw. Mostly mechanical change to replace it, culling some now-needless boilerplate around all the users. This does not substantively change the ip_encap API or eliminate abuse of sketchy pointer casts -- that will come later, and will be easier now that it is not tangled up with struct protosw. module: src subject: 'CVS commit: src/sys' unixtime: '1453439710' user: riastradh