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
* net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAXCambda Zhu2023-08-111-0/+1
* 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
* vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra2023-08-111-0/+16
* workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2023-08-111-7/+8
* netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-08-111-0/+3
* netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-08-111-0/+1
* netfilter: nf_tables: use net_generic infra for transaction dataPablo Neira Ayuso2023-08-112-5/+10
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2023-08-111-0/+27
* 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
* net: create netdev->dev_addr assignment helpersJakub Kicinski2023-08-112-0/+30
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2023-08-111-2/+2
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-11/+0
* init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-08-081-0/+6
* rcu: Upgrade rcu_swap_protected() to rcu_replace_pointer()Paul E. McKenney2023-06-281-0/+18
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2023-06-281-13/+4
* neighbour: delete neigh_lookup_nodev as not usedLeon Romanovsky2023-06-211-2/+0
* net: Remove unused inline function dst_hold_and_use()Gaosheng Cui2023-06-211-6/+0
* neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui2023-06-211-5/+0
* Remove DECnet support from kernelStephen Hemminger2023-06-2113-1205/+1
* 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
* media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim2023-06-091-0/+4
* ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider useAndy Shevchenko2023-06-091-0/+1
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-06-091-0/+4
* ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-06-092-0/+4
* power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...Hans de Goede2023-06-091-2/+3
* cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev2023-06-091-3/+12
* ASoC: Intel: Skylake: Fix declaration of enum skl_ch_cfgCezary Rojewski2023-05-301-1/+2
* 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
* lib/string_helpers: Introduce string_upper() and string_lower() helpersVadim Pasternak2023-05-301-0/+15
* 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-303-7/+7
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-304-7/+8
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2023-05-302-2/+2
* drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski2023-05-301-0/+3
* sched: Fix KCSAN noinstr violationJosh Poimboeuf2023-05-301-1/+1