summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-191-1/+1
* net: fix mistake path for netdev_features_stringsJian Shen2021-07-192-3/+3
* block: return the correct bvec when checking for gapsLong Li2021-07-141-8/+4
* iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron2021-07-141-1/+1
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-142-8/+20
* net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin2021-07-141-0/+12
* net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-07-141-0/+1
* xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-07-141-0/+1
* random32: Fix implicit truncation warning in prandom_seed_state()Richard Fitzgerald2021-07-141-1/+1
* media: Fix Media Controller API config checksShuah Khan2021-07-141-1/+1
* crypto: shash - avoid comparing pointers to exported functions under CFIArd Biesheuvel2021-07-141-7/+1
* tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracingSteven Rostedt (VMware)2021-07-141-0/+10
* certs: Add EFI_CERT_X509_GUID support for dbx entriesEric Snowberg2021-06-301-0/+15
* certs: Add wrapper function to check blacklisted binary hashNayna Jain2021-06-301-0/+6
* mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-302-22/+7
* mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-301-0/+3
* mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-301-1/+2
* mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-301-1/+7
* mm: add VM_WARN_ON_ONCE_PAGE() macroAlex Shi2021-06-301-0/+13
* inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-301-3/+7
* clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940Tony Lindgren2021-06-231-0/+1
* regulator: bd70528: Fix off-by-one for buck123 .n_voltages settingAxel Lin2021-06-231-3/+1
* icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-231-0/+3
* ptp: improve max_adj check against unreasonable valuesJakub Kicinski2021-06-231-1/+1
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-232-2/+7
* net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak2021-06-231-0/+1
* HID: usbhid: fix info leak in hid_submit_ctrlAnirudh Rayabharam2021-06-181-2/+1
* HID: hid-input: add mapping for emoji picker keyDmitry Torokhov2021-06-181-0/+1
* kvm: fix previous commit for 32-bit buildsPaolo Bonzini2021-06-161-2/+2
* vmlinux.lds.h: Avoid orphan section with !SMPNathan Chancellor2021-06-161-0/+1
* RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory2021-06-161-0/+1
* usb: pd: Set PD_T_SINK_WAIT_CAP to 310msKyle Tso2021-06-161-1/+1
* kvm: avoid speculation-based attacks from out-of-range memslot accessesPaolo Bonzini2021-06-161-1/+9
* XArray: add xas_splitMatthew Wilcox (Oracle)2021-06-101-0/+13
* XArray: add xa_get_orderMatthew Wilcox (Oracle)2021-06-101-0/+9
* mm: add thp_orderMatthew Wilcox (Oracle)2021-06-101-0/+19
* net: caif: add proper error handlingPavel Skripkin2021-06-102-2/+2
* net: caif: added cfserl_release functionPavel Skripkin2021-06-101-0/+1
* net: usb: cdc_ncm: don't spew notificationsGrant Grundler2021-06-101-0/+2
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-06-031-6/+1
* net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-06-031-1/+34
* net: really orphan skbs tied to closing skPaolo Abeni2021-06-031-1/+3
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-06-031-2/+2
* NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-281-0/+1
* vt: Fix character height handling with VT_RESIZEXMaciej W. Rozycki2021-05-261-0/+1
* virtio_net: Do not pull payload in skb->headEric Dumazet2021-05-221-5/+9
* mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)2021-05-192-3/+13
* iomap: fix sub-page uptodate handlingChristoph Hellwig2021-05-191-0/+1
* kyber: fix out of bounds access when preemptedOmar Sandoval2021-05-191-1/+1
* mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu2021-05-191-0/+32