summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* inet: protect against too small mtu values.Eric Dumazet2019-12-182-0/+10
* mfd: rk808: Fix RK818 ID templateDaniel Schultz2019-12-171-1/+1
* quota: Check that quota is not dirty before releaseDmitry Monakhov2019-12-171-0/+10
* RDMA/core: Fix ib_dma_max_seg_size()Bart Van Assche2019-12-171-3/+1
* ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPIAndy Shevchenko2019-12-171-3/+3
* media: cec.h: CEC_OP_REC_FLAG_ values were swappedHans Verkuil2019-12-171-2/+2
* jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara2019-12-131-2/+2
* kernfs: fix ino wrap-around detectionTejun Heo2019-12-131-0/+1
* ALSA: hda: Modify stream stripe mask only when neededTakashi Iwai2019-12-131-0/+1
* net/tls: use sg_next() to walk sg entriesJakub Kicinski2019-12-041-1/+1
* net/tls: remove the dead inplace_crypto codeJakub Kicinski2019-12-041-1/+0
* net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski2019-12-041-13/+13
* sctp: cache netns in sctp_ep_commonXin Long2019-12-041-0/+3
* net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen2019-12-041-2/+2
* idr: Fix integer overflow in idr_for_each_entryMatthew Wilcox (Oracle)2019-12-041-1/+1
* bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel2019-12-041-2/+2
* reset: fix reset_control_ops kerneldoc commentRandy Dunlap2019-12-041-1/+1
* net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn2019-11-291-0/+2
* fbdev: Ditch fb_edid_add_monspecsDaniel Vetter2019-11-241-3/+0
* mm/memory_hotplug: fix try_offline_node()David Hildenbrand2019-11-201-0/+1
* iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macrosEric Auger2019-11-201-2/+4
* KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-11-201-0/+1
* devlink: Add method for time-stamp on reporter's dumpAya Levin2019-11-201-0/+1
* tcp: remove redundant new line from tcp_event_sk_skbTony Lu2019-11-201-1/+1
* devlink: disallow reload operation during device cleanupJiri Pirko2019-11-201-0/+3
* kvm: Add helper function for creating VM worker threadsJunaid Shahid2019-11-121-0/+6
* kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini2019-11-121-0/+2
* cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-121-23/+2
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-121-0/+2
* x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-11-121-0/+3
* timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-121-7/+0
* x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-11-121-2/+16
* SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust2019-11-121-0/+5
* bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-11-121-0/+1
* ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-11-121-0/+1
* bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-11-121-1/+0
* RDMA/uverbs: Prevent potential underflowDan Carpenter2019-11-121-1/+1
* netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-11-121-1/+2
* mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi2019-11-123-7/+23
* net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley2019-11-121-0/+4
* net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-121-2/+2
* net/tls: add a TX lockJakub Kicinski2019-11-121-0/+5
* net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski2019-11-121-3/+6
* net: fix data-race in neigh_event_send()Eric Dumazet2019-11-121-2/+2
* bonding: fix state transition issue in link monitoringJay Vosburgh2019-11-121-2/+1
* net/flow_dissector: switch to siphashEric Dumazet2019-11-104-5/+7
* net: reorder 'struct net' fields to avoid false sharingEric Dumazet2019-11-101-8/+17
* ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-11-101-2/+2
* net/mlx5: Fix flow counter list auto bits structRoi Dayan2019-11-101-2/+1
* net: add skb_queue_empty_lockless()Eric Dumazet2019-11-101-9/+24