summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com1-1/+1
2023-08-11block: Fix a source code comment in include/uapi/linux/blkzoned.hBart Van Assche1-5/+5
2023-08-11tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith1-6/+2
2023-08-11tcp: annotate data-races around fastopenq.max_qlenEric Dumazet1-1/+1
2023-08-11tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-08-11posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-1/+1
2023-08-11Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao1-1/+0
2023-08-11net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-08-11workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds1-7/+8
2023-08-11netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso1-0/+1
2023-08-11media: videodev2.h: Fix struct v4l2_input tuner index commentMarek Vasut1-1/+1
2023-08-11block: change all __u32 annotations to __be32 in affs_hardblocks.hMichael Schmitz1-34/+34
2023-08-11PCI: Add pci_clear_master() stub for non-CONFIG_PCISui Jingfeng1-0/+1
2023-08-11netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-0/+1
2023-08-11watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Douglas Anderson1-1/+1
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