summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov1-0/+2
2022-04-15xfrm: policy: match with both mark and mask on user interfacesXin Long1-4/+7
2022-04-15mm/sparsemem: fix 'mem_section' will never be NULL gcc 12 warningWaiman Long1-4/+7
2022-04-15net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-4/+21
2022-04-15NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown1-4/+4
2022-04-15ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel1-0/+1
2022-04-15bpf: Fix comment for helper bpf_current_task_under_cgroup()Hengqi Chen1-2/+2
2022-04-15PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson1-0/+1
2022-04-15block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo1-0/+17
2022-04-15NFSD: prevent integer overflow on 32 bit systemsDan Carpenter1-0/+2
2022-04-15block: Add a helper to validate the block sizeXie Yongji1-0/+8
2022-04-15netdevice: add the case if dev is NULLYajun Deng1-2/+4
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2-0/+5
2022-03-23net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()Nicolas Dichtel1-0/+1
2022-03-23arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse1-0/+7
2022-03-23sched/topology: Make sched_init_numa() use a set for the deduplicating sortValentin Schneider1-0/+1
2022-03-23xfrm: Check if_id in xfrm_migrateYan Yan1-2/+3
2022-03-16virtio: acknowledge all features before accessMichael S. Tsirkin1-1/+2
2022-03-16virtio: unexport virtio_finalize_featuresMichael S. Tsirkin1-1/+0
2022-03-16net/mlx5: Fix size field in bufferx_reg structMohammad Kabat1-2/+2
2022-03-11xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross1-1/+6
2022-03-11xen: remove gnttab_query_foreign_access()Juergen Gross1-2/+0
2022-03-11xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross1-0/+12
2022-03-11arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()Mark Rutland1-0/+16
2022-03-11arm/arm64: Provide a wrapper for SMCCC 1.1 callsSteven Price1-0/+58
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-0/+11
2022-03-08HID: add mapping for KEY_ALL_APPLICATIONSWilliam Mahon1-1/+2
2022-03-08netfilter: nf_queue: fix possible use-after-freeFlorian Westphal1-1/+1
2022-03-08xfrm: enforce validity of offload input flagsLeon Romanovsky1-0/+6
2022-03-02openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-0/+5
2022-02-23bonding: fix data-races around agg_select_timerEric Dumazet1-1/+1
2022-02-23Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv1-1/+0
2022-02-16net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart1-1/+0
2022-02-16net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart1-0/+13
2022-02-08netfilter: nat: remove l4 protocol port roversFlorian Westphal1-1/+1
2022-02-08ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-1/+1
2022-02-08ipv4: avoid using shared IP generator for connected socketsEric Dumazet1-11/+10
2022-02-08net: fix information leakage in /proc/net/ptypeCongyu Liu1-0/+1
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+5
2022-01-27ASoC: dpcm: prevent snd_soc_dpcm use after freeKaiChieh Chuang1-0/+2
2022-01-27ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitionsMark Langsdorf1-2/+8
2022-01-27HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis1-0/+2
2022-01-05uapi: fix linux/nfc.h userspace compilation errorsDmitry V. Levin1-2/+2
2022-01-05nfc: uapi: use kernel size_t to fix user-space buildsKrzysztof Kozlowski1-1/+1
2022-01-05sctp: use call_rcu to free endpointXin Long2-4/+5
2022-01-05tee: handle lookup of shm with reference count 0Jens Wiklander1-2/+2
2021-12-29net: skip virtio_net_hdr_set_proto if protocol already setWillem de Bruijn1-0/+3
2021-12-29net: accept UFOv6 packages in virtio_net_hdr_to_skbWillem de Bruijn1-2/+20
2021-12-14aio: fix use-after-free due to missing POLLFREE handlingEric Biggers1-1/+1
2021-12-14wait: add wake_up_pollfree()Eric Biggers1-0/+26