No description
Find a file
Kalle Valo d22c763de5 Second batch of iwlwifi patches for 4.18
* Some preparations for new hardware;
 * A workaround to rescan the bus for the rare situation when older
   devices become irresponsive,
 * Hardening of the firmware loading code to avoid issues with
   corrupted files;
 * A few clean-ups and bugfixes.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEF3LNfgb2BPWm68smoUecoho8xfoFAlrhyQ0ACgkQoUecoho8
 xfqjig//d8DtpK7RT7jI7+/m0goebkxMJIxfbwLdLYXO/YcLABVRFnbFrXCm8RyU
 DVRfGU9Jh5nHvv0Z20D5ul2nPkA8c6shR4k5lRusR8OAA+PPjS768bQvlT5EGaEC
 oWXmChX/qpMA2OGufgNy/wOX7c5Yjix/7nJ6iLxev+k6X20kr3Ar0rrKI8hLwUrS
 FrApZEiqgItxUc00JE3bmD3U6n+w7Cj9fCmD0gKBmftE76yTjJDis0fGk1e4Qu4g
 jtN4FNEsCtCp8ZtCJ83MXC8wP8AV0sNatY4svVCj34VPsxd7EB5nolL2d9+CstV5
 oGXN9Vd+ahg/0USpH+gfRw17h+wqAozApoWORJ+xxhlhcLQnLaAq5WHfmxyFXdRE
 k2vsVKphVPlz4hKVFzzo6OY4p4/I7krmHMuZEI10qLGDG2i477pDLp9COQ9vkA2A
 h0HOedzkZmHvhe/A3vjZ6PiC67awmCnuvfdSqIPqgja6JmQqmtyESNAbuvtnZs6l
 zKdZYYadk27Ib8kc+TZb8/2BZaSC01lI1TAw00qmp1OsuIX1DxbvkfKGwjcB4CN8
 IBl0Hys23zyvdHgz1v65zy76c2IQzClfwi0W360XVv4ZgEIL+BVeOQYq02k/mWUD
 pFHt2v0qdTrDpTS8zFunaXqOZ9ORWlL4s2xM8OW8gOzk8s2NwKE=
 =pOKl
 -----END PGP SIGNATURE-----

Merge tag 'iwlwifi-next-for-kalle-2018-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next

Second batch of iwlwifi patches for 4.18

* Some preparations for new hardware;
* A workaround to rescan the bus for the rare situation when older
  devices become irresponsive,
* Hardening of the firmware loading code to avoid issues with
  corrupted files;
* A few clean-ups and bugfixes.
2018-04-30 13:02:30 +03:00
arch
block
certs
crypto
Documentation Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git 2018-04-25 11:30:54 +03:00
drivers iwlwifi: mvm: set wakeup filters for wowlan "any" configuration 2018-04-26 15:18:07 +03:00
firmware
fs
include qed: Add configuration information to register dump and debug data 2018-04-23 12:05:57 -04:00
init
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-04-21 16:32:48 -04:00
lib
LICENSES
mm
net net: fib_rules: fix l3mdev netlink attr processing 2018-04-23 23:20:12 -04:00
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-04-21 16:32:48 -04:00
scripts
security
sound
tools selftests: net: update .gitignore with missing test 2018-04-23 21:07:22 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-04-21 16:32:48 -04:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.