summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2016-12-111-1/+0
* fscrypt: Delay bounce page pool allocation until neededDavid Gstir2016-12-111-1/+0
* fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-1/+1
* fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-111-4/+4
* fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o2016-12-112-14/+14
* fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o2016-12-111-65/+3
* fscrypt: unexport fscrypt_initialize()Theodore Ts'o2016-12-111-1/+0
* fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o2016-12-111-1/+0
* fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-111-6/+6
* fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-131-4/+5
* fscrypt: Constify struct inode pointerDavid Gstir2016-11-131-11/+11
* fscrypt: Enable partial page encryptionDavid Gstir2016-11-131-5/+11
* fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-131-2/+3
* fscrypt: Add in-place encryption modeDavid Gstir2016-11-131-0/+6
* Merge tag 'for-linus-20161104' of git://git.infradead.org/linux-mtdLinus Torvalds2016-11-051-1/+1
|\
| * mtd: nand: Fix data interface configuration logicBoris Brezillon2016-10-281-1/+1
* | Merge tag 'drm-fixes-for-v4.9-rc4' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-11-041-1/+7
|\ \
| * \ Merge branch 'drm-fixes-staging' of ssh://people.freedesktop.org/~/linux into...Dave Airlie2016-11-011-1/+7
| |\ \
| | * | drm: Don't force all planes to be added to the state due to zposVille Syrjälä2016-10-261-1/+7
| | |/
* | | Merge tag 'regmap-fix-v4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-311-5/+6
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' int...Mark Brown2016-10-291-5/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | regmap: Rename ret variable in regmap_read_poll_timeoutCharles Keepax2016-10-281-5/+5
| | * | | regmap: include <linux/delay.h> from include/linux/regmap.hMasahiro Yamada2016-10-131-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-2921-52/+134
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | vxlan: avoid using stale vxlan socket.pravin shelar2016-10-291-2/+2
| * | | | net/mlx4: Fix firmware command timeout during interrupt testEugenia Emantayev2016-10-291-1/+2
| * | | | Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-291-8/+13
| |\ \ \ \
| | * | | | mac80211: fix some sphinx warningsJani Nikula2016-10-261-8/+13
| * | | | | Revert "hv_netvsc: report vmbus name in ethtool"Stephen Hemminger2016-10-291-7/+0
| * | | | | net/mlx5: PCI error recovery health care simulationMohamad Haj Yahia2016-10-291-0/+1
| * | | | | net/mlx5: Fix race between PCI error handlers and health workMohamad Haj Yahia2016-10-291-0/+4
| * | | | | {net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens2016-10-291-11/+0
| * | | | | net: ipv6: Do not consider link state for nexthop validationDavid Ahern2016-10-271-0/+1
| * | | | | net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-271-0/+2
| * | | | | udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-2/+2
| * | | | | doc: update docbook annotations for socket and skbStephen Hemminger2016-10-262-1/+4
| * | | | | qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru2016-10-221-0/+1
| * | | | | ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2016-10-211-0/+1
| * | | | | udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-201-0/+1
| * | | | | net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+38
| * | | | | rtnetlink: Add rtnexthop offload flag to compare maskJiri Pirko2016-10-191-1/+1
| * | | | | net: core: Correctly iterate over lower adjacency listIdo Schimmel2016-10-191-1/+1
| |/ / / /
| * | | | Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-181-8/+24
| |\ \ \ \
| | * | | | cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2016-10-121-1/+4
| | * | | | cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2016-10-121-9/+22
| * | | | | net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern2016-10-173-5/+33
| * | | | | ethtool: silence warning on bit lossJesse Brandeburg2016-10-141-2/+1
| * | | | | qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz2016-10-141-1/+1
| * | | | | IPv6: fix DESYNC_FACTORJiri Bohac2016-10-141-0/+1
| * | | | | IPv6: Drop the temporary address regen_timerJiri Bohac2016-10-141-1/+0