summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com2023-08-111-1/+1
* block: Fix a source code comment in include/uapi/linux/blkzoned.hBart Van Assche2023-08-111-5/+5
* tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith2023-08-111-6/+2
* tcp: annotate data-races around fastopenq.max_qlenEric Dumazet2023-08-111-1/+1
* tcp: annotate data-races around tp->notsent_lowatEric Dumazet2023-08-111-1/+5
* posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner2023-08-111-1/+1
* Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao2023-08-111-1/+0
* net/sched: make psched_mtu() RTNL-less safePedro Tammela2023-08-111-1/+1
* workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2023-08-111-7/+8
* netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-08-111-0/+1
* media: videodev2.h: Fix struct v4l2_input tuner index commentMarek Vasut2023-08-111-1/+1
* block: change all __u32 annotations to __be32 in affs_hardblocks.hMichael Schmitz2023-08-111-34/+34
* PCI: Add pci_clear_master() stub for non-CONFIG_PCISui Jingfeng2023-08-111-0/+1
* netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-08-111-0/+1
* watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Douglas Anderson2023-08-111-1/+1
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-11/+0
* init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-08-081-0/+6
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-2/+0
* neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui2023-06-211-5/+0
* Remove DECnet support from kernelStephen Hemminger2023-06-2111-1194/+2
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-141-0/+2
* rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-141-2/+5
* rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet2023-06-141-5/+13
* cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev2023-06-091-3/+12
* power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede2023-05-301-0/+1
* USB: core: Add routines for endpoint checks in old driversAlan Stern2023-05-301-0/+5
* netfilter: nf_tables: do not allow SET_ID to refer to another tablePablo Neira Ayuso2023-05-301-0/+2
* netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso2023-05-301-1/+1
* netfilter: nf_tables: allow up to 64 bytes in the set element data areaPablo Neira Ayuso2023-05-301-0/+4
* netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso2023-05-301-1/+0
* netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso2023-05-304-8/+8
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-305-8/+16
* sched: Fix KCSAN noinstr violationJosh Poimboeuf2023-05-301-1/+1
* net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima2023-05-301-1/+1
* printk: declare printk_deferred_{enter,safe}() in include/linux/printk.hTetsuo Handa2023-05-171-0/+19
* tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSHIlpo Järvinen2023-05-171-0/+2
* netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-171-0/+1
* netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2023-05-171-0/+6
* netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2023-05-171-0/+3
* netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso2023-05-171-4/+13
* netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal2023-05-171-1/+6
* btrfs: scrub: reject unsupported scrub flagsQu Wenruo2023-05-171-0/+1
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-05-171-2/+1
* uapi/linux/const.h: prefer ISO-friendly __typeof__Kevin Brodsky2023-05-171-1/+1
* linux/vt_buffer.h: allow either builtin or modular for macrosRandy Dunlap2023-05-171-1/+1
* scm: fix MSG_CTRUNC setting condition for SO_PASSSECAlexander Mikhalitsyn2023-05-171-1/+12
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-263-9/+2
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2023-04-261-0/+1
* f2fs: Fix f2fs_truncate_partial_nodes ftrace eventDouglas Raillard2023-04-261-1/+1
* ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping2023-04-201-1/+1