summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-11/+0
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner1-0/+6
2023-06-21neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky1-2/+0
2023-06-21neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2023-06-21Remove DECnet support from kernelStephen Hemminger11-1194/+2
2023-06-14net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-0/+2
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+5
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-09cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev1-3/+12
2023-05-30power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede1-0/+1
2023-05-30USB: core: Add routines for endpoint checks in old driversAlan Stern1-0/+5
2023-05-30netfilter: nf_tables: do not allow SET_ID to refer to another tablePablo Neira Ayuso1-0/+2
2023-05-30netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso1-1/+1
2023-05-30netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso1-0/+4
2023-05-30netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso1-1/+0
2023-05-30netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso4-8/+8
2023-05-30netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso5-8/+16
2023-05-30sched: Fix KCSAN noinstr violationJosh Poimboeuf1-1/+1
2023-05-30net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-05-17printk: declare printk_deferred_{enter,safe}() in include/linux/printk.hTetsuo Handa1-0/+19
2023-05-17tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen1-0/+2
2023-05-17netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso1-0/+1
2023-05-17netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso1-0/+6
2023-05-17netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso1-0/+3
2023-05-17netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso1-4/+13
2023-05-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal1-1/+6
2023-05-17btrfs: scrub: reject unsupported scrub flagsQu Wenruo1-0/+1
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo1-2/+1
2023-05-17uapi/linux/const.h: prefer ISO-friendly __typeof__Kevin Brodsky1-1/+1
2023-05-17linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap1-1/+1
2023-05-17scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn1-1/+12
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima3-9/+2
2023-04-26udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima1-0/+1
2023-04-26f2fs: Fix f2fs_truncate_partial_nodes ftrace eventDouglas Raillard1-1/+1
2023-04-20ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping1-1/+1
2023-03-22HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones1-0/+3
2023-03-22sh: intc: Avoid spurious sizeof-pointer-div warningMichael Karcher1-1/+4
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet1-2/+4
2023-03-17PCI: Add SolidRun vendor IDAlvaro Karsz1-0/+2
2023-03-11usb: uvc: Enumerate valid values for color matchingDaniel Scally1-0/+30
2023-03-11ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu1-2/+4
2023-03-11x86/kprobes: Fix arch_check_optimized_kprobe check within optimized_kprobe rangeYang Jihong1-0/+1
2023-03-11x86/kprobes: Fix __recover_optprobed_insn check optimizing logicYang Jihong1-0/+1
2023-03-11drm/mipi-dsi: Fix byte order of 16-bit DCS set/get brightnessDaniel Mentz1-0/+4
2023-03-11genirq: Fix the return type of kstat_cpu_irqs_sum()Zhen Lei1-1/+1
2023-03-11bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann1-0/+24
2023-02-25uaccess: Add speculation barrier to copy_from_user()Dave Hansen1-0/+4
2023-02-25random: always mix cycle counter in add_latent_entropy()Jason A. Donenfeld1-3/+3
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2023-02-22hugetlb: check for undefined shift on 32 bit architecturesMike Kravetz1-1/+4