summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: virtio_net_hdr_to_skb: count transport header in UFOJonathan Davies2021-11-261-1/+6
* RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky2021-11-261-1/+1
* f2fs: fix up f2fs_lookup tracepointsGao Xiang2021-11-261-6/+6
* scsi: target: Fix ordered tag handlingMike Christie2021-11-261-2/+4
* PCI/MSI: Deal with devices lying about their MSI mask capabilityMarc Zyngier2021-11-211-0/+2
* PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macrosPali Rohár2021-11-171-0/+6
* net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-11-171-0/+1
* bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-171-1/+15
* llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet2021-11-171-1/+3
* rpmsg: Fix rpmsg_create_ept return when RPMSG config is not definedArnaud Pouliquen2021-11-171-1/+1
* task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller2021-11-171-0/+4
* net: annotate data-race in neigh_output()Eric Dumazet2021-11-171-3/+8
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-171-0/+4
* serial: core: Fix initializing and restoring termios speedPali Rohár2021-11-171-0/+2
* net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-11-171-2/+3
* bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-11-171-0/+1
* libata: fix read log timeout valueDamien Le Moal2021-11-171-1/+1
* binder: use cred instead of task for getsecidTodd Kjos2021-11-171-0/+5
* binder: use cred instead of task for selinux checksTodd Kjos2021-11-172-28/+28
* Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman2021-11-061-2/+0
* net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan2021-11-021-7/+2
* elfcore: correct reference to CONFIG_UMLLukas Bulwahn2021-10-271-1/+1
* net/mlx5e: Mutually exclude RX-FCS and RX-port-timestampAya Levin2021-10-201-2/+8
* sched: Always inline is_percpu_thread()Peter Zijlstra2021-10-171-1/+1
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+1
* libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2021-10-091-0/+1
* net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean2021-10-091-0/+3
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-061-0/+2
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-10-062-2/+2
* compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-09-301-0/+2
* erofs: fix up erofs_lookup tracepointGao Xiang2021-09-301-3/+3
* usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I2021-09-301-0/+2
* drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-261-18/+0
* thermal/core: Fix thermal_cooling_device_register() prototypeArnd Bergmann2021-09-261-2/+3
* KVM: remember position in kvm->vcpus arrayRadim Krčmář2021-09-261-8/+3
* PCI/ACPI: Add Ampere Altra SOC MCFG quirkTuan Phan2021-09-261-0/+1
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-221-0/+2
* PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko2021-09-221-2/+3
* PCI: Add ACS quirks for NXP LX2xx0 and LX2xx2 platformsWasim Khan2021-09-221-1/+2
* mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand2021-09-221-2/+2
* net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-221-1/+1
* mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian2021-09-221-0/+9
* serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-09-221-0/+1
* SUNRPC: Fix potential memory corruptionTrond Myklebust2021-09-221-0/+1
* crypto: public_key: fix overflow during implicit conversionzhenwei pi2021-09-221-2/+2
* include/linux/list.h: add a macro to test if entry is pointing to the headAndy Shevchenko2021-09-221-10/+19
* Revert "time: Handle negative seconds correctly in timespec64_to_ns()"Greg Kroah-Hartman2021-09-161-7/+2
* time: Handle negative seconds correctly in timespec64_to_ns()Lukas Hannen2021-09-151-2/+7
* bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-09-151-0/+1
* bpf: verifier: Allocate idmap scratch in verifier envLorenz Bauer2021-09-151-0/+8