summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ima: Use inode_is_open_for_writeNikolay Borisov2018-12-131-1/+1
* ima: Support platform keyring for kernel appraisalNayna Jain2018-12-131-2/+12
* efi: Allow the "db" UEFI variable to be suppressedJosh Boyer2018-12-131-10/+35
* efi: Import certificates from UEFI Secure BootJosh Boyer2018-12-132-1/+173
* efi: Add an EFI signature blob parserDave Howells2018-12-133-1/+119
* efi: Add EFI signature data typesDave Howells2018-12-131-0/+25
* integrity: Load certs to the platform keyringNayna Jain2018-12-133-24/+86
* integrity: Define a trusted platform keyringNayna Jain2018-12-135-16/+81
* selftests/ima: kexec_load syscall testMimi Zohar2018-12-114-0/+70
* ima: don't measure/appraise files on efivarfsMimi Zohar2018-12-111-1/+3
* x86/ima: retry detecting secure boot modeMimi Zohar2018-12-113-3/+47
* docs: Extend trusted keys documentation for TPM 2.0Stefan Berger2018-12-111-1/+30
* x86/ima: define arch_get_ima_policy() for x86Eric Richter2018-12-113-2/+27
* ima: add support for arch specific policiesNayna Jain2018-12-112-2/+75
* ima: refactor ima_init_policy()Nayna Jain2018-12-111-41/+56
* ima: prevent kexec_load syscall based on runtime secureboot flagNayna Jain2018-12-111-6/+13
* x86/ima: define arch_ima_get_securebootNayna Jain2018-11-133-0/+28
* integrity: support new struct public_key_signature encoding fieldMimi Zohar2018-11-131-0/+1
* Merge tag 'v4.20-rc2' into next-generalJames Morris2018-11-1211404-258745/+623921
|\
| * Linux 4.20-rc2v4.20-rc2Linus Torvalds2018-11-121-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-1254-199/+430
| |\
| | * act_mirred: clear skb->tstamp on redirectEric Dumazet2018-11-112-10/+2
| | * net: dsa: mv88e6xxx: Fix clearing of stats countersAndrew Lunn2018-11-111-0/+2
| | * tipc: fix link re-establish failureJon Maloy2018-11-111-4/+7
| | * net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski2018-11-101-1/+13
| | * net: mvneta: correct typoAlexandre Belloni2018-11-101-2/+2
| | * flow_dissector: do not dissect l4 ports for fragments배석진2018-11-101-2/+2
| | * net: qualcomm: rmnet: Fix incorrect assignment of real_devSubash Abhinov Kasiviswanathan2018-11-101-3/+3
| | * Merge branch 'aquantia-fixes'David S. Miller2018-11-1011-45/+145
| | |\
| | | * net: aquantia: allow rx checksum offload configurationDmitry Bogdanov2018-11-105-6/+18
| | | * net: aquantia: invalid checksumm offload implementationDmitry Bogdanov2018-11-102-30/+41
| | | * net: aquantia: fixed enable unicast on 32 macvlanIgor Russkikh2018-11-101-1/+1
| | | * net: aquantia: fix potential IOMMU fault after driver unbindDmitry Bogdanov2018-11-104-0/+35
| | | * net: aquantia: synchronized flow control between mac/phyIgor Russkikh2018-11-105-8/+50
| | |/
| | * net: smsc95xx: Fix MTU rangeStefan Wahren2018-11-091-0/+2
| | * net: stmmac: Fix RX packet size > 8191Thor Thayer2018-11-094-4/+5
| | * Merge branch 'qed-Slowpath-Queue-bug-fixes'David S. Miller2018-11-099-43/+89
| | |\
| | | * qed: Fix potential memory corruptionSagiv Ozeri2018-11-091-7/+5
| | | * qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin2018-11-098-15/+45
| | | * qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin2018-11-092-27/+33
| | | * qed: Fix memory/entry leak in qed_init_sp_request()Denis Bolotin2018-11-091-2/+14
| | |/
| | * inet: frags: better deal with smp racesEric Dumazet2018-11-091-14/+15
| | * net: hns3: bugfix for not checking return valueHuazhong Tan2018-11-091-1/+2
| | * qlcnic: remove assumption that vlan_tci != 0Michał Mirosław2018-11-081-3/+5
| | * ibmvnic: fix accelerated VLAN handlingMichał Mirosław2018-11-081-1/+1
| | * Merge branch 'FDDI-defza-Fix-a-bunch-of-small-issues'David S. Miller2018-11-082-4/+6
| | |\
| | | * FDDI: defza: Make the driver version string constantMaciej W. Rozycki2018-11-081-1/+1
| | | * FDDI: defza: Move SMT Tx data buffer declaration next to its skbMaciej W. Rozycki2018-11-081-1/+2
| | | * FDDI: defza: Add missing comment closingMaciej W. Rozycki2018-11-081-0/+1
| | | * FDDI: defza: Fix SPDX annotationMaciej W. Rozycki2018-11-082-2/+2
| | |/