summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-011-1/+1
* ipv4: avoid using shared IP generator for connected socketsEric Dumazet2022-02-011-11/+10
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-02-011-0/+1
* usb: roles: fix include/linux/usb/role.h compile issueLinyu Yuan2022-02-011-0/+6
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+5
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-272-3/+11
* ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitionsMark Langsdorf2022-01-271-2/+8
* xfrm: rate limit SA mapping change message to user spaceAntony Antony2022-01-272-0/+6
* PM: runtime: Add safety net to supplier device releaseRafael J. Wysocki2022-01-271-0/+3
* HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis2022-01-271-0/+2
* ACPI: Change acpi_device_always_present() into acpi_device_override_status()Hans de Goede2022-01-271-2/+3
* scsi: block: pm: Always set request queue runtime active in blk_post_runtime_...Alan Stern2022-01-271-1/+1
* clocksource: Reduce clocksource-skew thresholdPaul E. McKenney2022-01-271-0/+3
* bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)Hou Tao2022-01-271-0/+7
* cgroup: Trace event cgroup id fields should be u64William Kucharski2022-01-271-6/+6
* mm_zone: add function to check if managed dma zone existsBaoquan He2022-01-271-0/+9
* perf: Protect perf_guest_cbs with RCUSean Christopherson2022-01-201-1/+12
* devtmpfs regression fix: reconfigure on each mountNeilBrown2022-01-201-0/+2
* uapi: fix linux/nfc.h userspace compilation errorsDmitry V. Levin2022-01-051-2/+2
* nfc: uapi: use kernel size_t to fix user-space buildsKrzysztof Kozlowski2022-01-051-1/+1
* sctp: use call_rcu to free endpointXin Long2022-01-052-4/+5
* memblock: fix memblock_phys_alloc() section mismatch errorJackie Liu2022-01-051-2/+2
* tee: handle lookup of shm with reference count 0Jens Wiklander2021-12-291-2/+2
* net: skip virtio_net_hdr_set_proto if protocol already setWillem de Bruijn2021-12-291-0/+3
* net: accept UFOv6 packages in virtio_net_hdr_to_skbWillem de Bruijn2021-12-291-2/+20
* PM: runtime: Fix pm_runtime_active() kerneldoc commentRafael J. Wysocki2021-12-141-1/+1
* aio: fix use-after-free due to missing POLLFREE handlingEric Biggers2021-12-141-1/+1
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+26
* netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-141-3/+3
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-141-1/+1
* bpf, x86: Fix "no previous prototype" warningBjörn Töpel2021-12-141-0/+1
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-141-0/+5
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-082-2/+2
* net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-081-6/+13
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-10/+4
* tcp: fix page frag corruption on page faultPaolo Abeni2021-12-081-5/+8
* wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-12-081-0/+11
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-12-081-1/+3
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+2
* ACPI: Add stubs for wakeup handler functionsMario Limonciello2021-12-081-0/+9
* shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-12-012-1/+16
* xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross2021-12-011-122/+156
* net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-12-012-0/+2
* net: ieee802154: handle iftypes as u32Alexander Aring2021-12-011-3/+4
* bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2021-12-011-1/+2
* Revert "perf: Rework perf_event_exit_event()"Sasha Levin2021-11-261-1/+0
* ALSA: hda: hdac_ext_stream: fix potential locking issuesPierre-Louis Bossart2021-11-261-0/+2
* fs: export an inode_update_time helperJosef Bacik2021-11-261-0/+2
* RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky2021-11-261-1/+1
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-261-0/+1