freebsd-skq/sys
ae 6933957ccb MFC r266800 by vanhu:
IPv4-in-IPv6 and IPv6-in-IPv4 IPsec tunnels.
  For IPv6-in-IPv4, you may need to do the following command
  on the tunnel interface if it is configured as IPv4 only:
  ifconfig <interface> inet6 -ifdisabled

  Code logic inspired from NetBSD.
  PR: kern/169438

MC r266822 by bz:
  Use IPv4 statistics in ipsec4_process_packet() rather than the IPv6
  version.  This also unbreaks the NOINET6 builds after r266800.

MFC r268083 by zec:
  The assumption in ipsec4_process_packet() that the payload may be
  only IPv4 is wrong, so check the IP version before mangling the
  payload header.

MFC r272394:
  Do not strip outer header when operating in transport mode.
  Instead requeue mbuf back to IPv4 protocol handler. If there is one extra IP-IP
  encapsulation, it will be handled with tunneling interface. And thus proper
  interface will be exposed into mbuf's rcvif. Also, tcpdump that listens on tunneling
  interface will see packets in both directions.

PR:		194761
2014-11-05 09:23:29 +00:00
..
amd64 MFC r273666. 2014-10-29 01:54:37 +00:00
arm MFC r273288: 2014-10-29 16:41:20 +00:00
boot MFC: r268474 and r268476 (by imp) 2014-11-03 12:07:04 +00:00
bsm Change the cap_rights_t type from uint64_t to a structure that we can extend 2013-09-05 00:09:56 +00:00
cam MFC r273809: 2014-11-03 03:45:41 +00:00
cddl MFC r273026: 2014-11-02 19:16:41 +00:00
compat MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
conf MFC r271159, r271168 and r271680: 2014-10-31 07:33:56 +00:00
contrib MFC r262606, r262607, r262608, r262609, r262610, r269528, r269609, r271133: 2014-10-26 23:37:24 +00:00
crypto MFC r267815: 2014-06-30 09:51:27 +00:00
ddb MFC r272958, r273006: 2014-10-18 19:22:59 +00:00
dev MFC r271946 and r272595: 2014-11-03 12:38:29 +00:00
fs MFC r273727: 2014-11-03 10:30:44 +00:00
gdb
geom MFC r272746: 2014-10-29 11:07:40 +00:00
gnu MFC r271143, r271151: Reimport dts from vendor branch after proper trim. 2014-10-26 23:45:33 +00:00
i386 MFC r272761: 2014-10-15 14:07:24 +00:00
ia64 Make sure all memory updates are made visible before we let go 2014-09-22 20:10:45 +00:00
isa
kern [SA-14:25] Fix kernel stack disclosure in setlogin(2) / getlogin(2). 2014-11-04 23:29:57 +00:00
kgssapi
libkern MFC r270096: 2014-08-31 21:18:23 +00:00
mips MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
modules MFC r271159, r271168 and r271680: 2014-10-31 07:33:56 +00:00
net MFC r271946 and r272595: 2014-11-03 12:38:29 +00:00
net80211 MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
netatalk Merge r262763, r262767, r262771, r262806 from head: 2014-03-21 15:15:30 +00:00
netgraph MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
netinet MFC r271946 and r272595: 2014-11-03 12:38:29 +00:00
netinet6 MFC r266800 by vanhu: 2014-11-05 09:23:29 +00:00
netipsec MFC r266800 by vanhu: 2014-11-05 09:23:29 +00:00
netipx MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
netnatm Fix the length calculation for the final block of a sendfile(2) 2013-09-10 10:05:59 +00:00
netpfil MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
netsmb MFC r264494: 2014-05-02 21:30:59 +00:00
nfs MFC r267479: 2014-06-22 21:26:46 +00:00
nfsclient MFC: r259084 2013-12-30 21:17:20 +00:00
nfsserver MFC r268114: 2014-07-21 22:21:09 +00:00
nlm MFC r262991: 2014-03-26 23:57:09 +00:00
ofed MFC r271946 and r272595: 2014-11-03 12:38:29 +00:00
opencrypto MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2014-01-17 10:58:59 +00:00
pc98 MFC: r272258 2014-11-03 11:21:43 +00:00
pci MFC r263957: 2014-04-14 04:51:59 +00:00
powerpc MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
rpc MFC: r268115 2014-08-01 21:10:41 +00:00
security MFC r259885: 2014-08-16 13:11:59 +00:00
sparc64 Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped 2014-09-01 07:58:15 +00:00
sys MFC r271946 and r272595: 2014-11-03 12:38:29 +00:00
teken MFC 259016,259019,259049,259071,259102,259110,259129,259130,259178,259179, 2014-03-06 18:30:56 +00:00
tools MFC r262626, r262626, r264979, r265154, r265162, r265163, r267319, r270863, 2014-10-27 00:47:55 +00:00
ufs MFC r272952: 2014-10-18 15:31:53 +00:00
vm MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
x86 MFC r263710, r273377, r273378, r273423 and r273455: 2014-10-27 14:38:00 +00:00
xdr
xen MFC r256746: 2013-10-18 17:08:23 +00:00
Makefile