summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-04-0330-207/+235
|\
| * selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore2014-03-191-9/+27
| * selinux: put the mmap() DAC controls before the MAC controlsPaul Moore2014-03-191-12/+8
| * selinux: fix the output of ./scripts/get_maintainer.pl for SELinuxPaul Moore2014-03-190-0/+0
| * Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/zo...James Morris2014-03-1220-143/+167
| |\
| | * evm: enable key retention service automaticallyDmitry Kasatkin2014-03-071-2/+3
| | * ima: skip memory allocation for empty filesDmitry Kasatkin2014-03-071-8/+12
| | * evm: EVM does not use MD5Dmitry Kasatkin2014-03-071-1/+0
| | * ima: return d_name.name if d_path failsDmitry Kasatkin2014-03-072-7/+2
| | * integrity: fix checkpatch errorsDmitry Kasatkin2014-03-0711-70/+69
| | * ima: fix erroneous removal of security.ima xattrDmitry Kasatkin2014-03-071-2/+4
| | * security: integrity: Use a more current logging styleJoe Perches2014-03-077-11/+27
| | * MAINTAINERS: email updates and other misc. changesMimi Zohar2014-03-071-6/+11
| | * ima: reduce memory usage when a template containing the n field is usedRoberto Sassu2014-03-072-17/+13
| | * ima: restore the original behavior for sending data with ima templateRoberto Sassu2014-03-073-4/+10
| | * Integrity: Pass commname via get_task_comm()Tetsuo Handa2014-03-071-1/+2
| | * fs: move i_readcountMimi Zohar2014-03-071-3/+3
| | * ima: use static const char array definitionsMimi Zohar2014-03-074-10/+10
| | * ima: new helper: file_inode(file)Libo Chen2014-03-041-1/+1
| * | security: have cap_dentry_init_security return errorJeff Layton2014-03-071-1/+1
| |/
| * kernel: Mark function as static in kernel/seccomp.cRashika Kheria2014-02-281-1/+1
| * capability: Use current logging stylesJoe Perches2014-02-241-19/+10
| * security: cleanup Makefiles to use standard syntax for specifying sub-directo...Sam Ravnborg2014-02-172-8/+8
| * selinux: fix the output of ./scripts/get_maintainer.pl for SELinuxPaul Moore2014-02-071-3/+2
| * security: replace strict_strto*() with kstrto*()Jingoo Han2014-02-067-12/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-021387-30582/+99667
|\ \
| * | netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman2014-04-011-1/+1
| * | net: Add a test to see if a skb is freeable in irq contextEric W. Biederman2014-04-011-0/+13
| * | Merge tag 'linux-can-fixes-for-3.15-20140401' of git://gitorious.org/linux-ca...David S. Miller2014-04-015-162/+266
| |\ \
| | * | can: c_can: Avoid led toggling for every packet.Thomas Gleixner2014-04-011-3/+4
| | * | can: c_can: Simplify TX interrupt cleanupThomas Gleixner2014-04-011-20/+17
| | * | can: c_can: Store dlc privateThomas Gleixner2014-04-012-27/+29
| | * | can: c_can: Reduce register accessThomas Gleixner2014-04-011-34/+15
| | * | can: c_can: Make the code readableThomas Gleixner2014-04-011-51/+56
| | * | can: c_can: Provide protection in the xmit pathThomas Gleixner2014-04-012-1/+9
| | * | can: c_can: Remove EOB exitThomas Gleixner2014-04-011-3/+0
| | * | can: c_can: Fix the lost message handlingThomas Gleixner2014-04-011-16/+15
| | * | can: c_can: Fix buffer orderingThomas Gleixner2014-04-011-2/+50
| | * | can: c_can: Make it SMP safeThomas Gleixner2014-04-011-15/+21
| | * | can: c_can: Fix hardware raminit functionThomas Gleixner2014-04-011-10/+37
| | * | can: c_can: Wait for CONTROL_INIT to be clearedThomas Gleixner2014-04-011-3/+23
| | * | can: c_can: check return value to users of c_can_set_bittiming()Marc Kleine-Budde2014-04-011-12/+22
| | * | can: c_can: free_c_can_dev(): add missing netif_napi_del()Marc Kleine-Budde2014-04-011-0/+3
| | * | can: Documentation: fix parameter name "sample-point"Robert Schwebel2014-04-011-1/+1
| | * | can: usb_8dev: Fix memory leak in usb_8dev_start_xmitBjorn Van Tilt2014-04-011-1/+1
| * | | qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh2014-04-014-3/+26
| * | | net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-0110-96/+173
| * | | net: sxgbe: make "core_ops" staticDan Carpenter2014-04-011-1/+1
| * | | net: sxgbe: fix logical vs bitwise operationDan Carpenter2014-04-011-3/+3
| * | | net: sxgbe: sxgbe_mdio_register() frees the busDan Carpenter2014-04-011-7/+0