summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-18page_pool: do not release pool until inflight == 0.Jonathan Lemon3-57/+18
2019-12-18net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese1-1/+1
2019-12-18Fixed updating of ethertype in function skb_mpls_popMartin Varghese1-1/+2
2019-12-18tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault1-3/+3
2019-12-18tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault1-3/+13
2019-12-18tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2-2/+16
2019-12-18net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-2/+4
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-1/+1
2019-12-18inet: protect against too small mtu values.Eric Dumazet2-0/+10
2019-12-17mfd: rk808: Fix RK818 ID templateDaniel Schultz1-1/+1
2019-12-17quota: Check that quota is not dirty before releaseDmitry Monakhov1-0/+10
2019-12-17RDMA/core: Fix ib_dma_max_seg_size()Bart Van Assche1-3/+1
2019-12-17ACPI / utils: Move acpi_dev_get_first_match_dev() under CONFIG_ACPIAndy Shevchenko1-3/+3
2019-12-17media: cec.h: CEC_OP_REC_FLAG_ values were swappedHans Verkuil1-2/+2
2019-12-13jbd2: Fix possible overflow in jbd2_log_space_left()Jan Kara1-2/+2
2019-12-13kernfs: fix ino wrap-around detectionTejun Heo1-0/+1
2019-12-13ALSA: hda: Modify stream stripe mask only when neededTakashi Iwai1-0/+1
2019-12-05net/tls: use sg_next() to walk sg entriesJakub Kicinski1-1/+1
2019-12-05net/tls: remove the dead inplace_crypto codeJakub Kicinski1-1/+0
2019-12-05net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski1-13/+13
2019-12-05sctp: cache netns in sctp_ep_commonXin Long1-0/+3
2019-12-05net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen1-2/+2
2019-12-05idr: Fix integer overflow in idr_for_each_entryMatthew Wilcox (Oracle)1-1/+1
2019-12-05bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel1-2/+2
2019-12-05reset: fix reset_control_ops kerneldoc commentRandy Dunlap1-1/+1
2019-11-29net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn1-0/+2
2019-11-24fbdev: Ditch fb_edid_add_monspecsDaniel Vetter1-3/+0
2019-11-20mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+1
2019-11-20iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macrosEric Auger1-2/+4
2019-11-20KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-0/+1
2019-11-20devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+1
2019-11-20tcp: remove redundant new line from tcp_event_sk_skbTony Lu1-1/+1
2019-11-20devlink: disallow reload operation during device cleanupJiri Pirko1-0/+3
2019-11-12kvm: Add helper function for creating VM worker threadsJunaid Shahid1-0/+6
2019-11-12kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini1-0/+2
2019-11-12cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks1-23/+2
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli1-0/+2
2019-11-12x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+3
2019-11-12timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen1-7/+0
2019-11-12x86, efi: Never relocate kernel below lowest acceptable addressKairui Song1-2/+16
2019-11-12SUNRPC: Destroy the back channel when we destroy the host transportTrond Myklebust1-0/+5
2019-11-12bonding: use dynamic lockdep key instead of subclassTaehee Yoo1-0/+1
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-0/+1
2019-11-12bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann1-1/+0
2019-11-12RDMA/uverbs: Prevent potential underflowDan Carpenter1-1/+1
2019-11-12netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner1-1/+2
2019-11-12mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi3-7/+23
2019-11-12net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-0/+4
2019-11-12net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-12net/tls: add a TX lockJakub Kicinski1-0/+5