summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* media: videodev2.h: Fix struct v4l2_input tuner index commentMarek Vasut2023-07-271-1/+1
* block: change all __u32 annotations to __be32 in affs_hardblocks.hMichael Schmitz2023-07-271-34/+34
* PCI: Add pci_clear_master() stub for non-CONFIG_PCISui Jingfeng2023-07-271-0/+1
* netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima2023-07-271-0/+1
* watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Douglas Anderson2023-07-271-1/+1
* net: create netdev->dev_addr assignment helpersJakub Kicinski2023-07-272-0/+30
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2023-07-271-2/+2
* tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode().Sebastian Andrzej Siewior2023-07-271-1/+5
* rcu: Upgrade rcu_swap_protected() to rcu_replace_pointer()Paul E. McKenney2023-06-281-0/+18
* writeback: fix dereferencing NULL mapping->host on writeback_page_templateRafael Aquini2023-06-281-1/+1
* ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May2023-06-281-4/+8
* media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim2023-06-281-0/+15
* list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds2023-06-281-1/+19
* 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-1179/+1
* bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)2023-06-141-2/+2
* usb: usbfs: Enforce page requirements for mmapRuihan Li2023-06-141-0/+5
* 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
* neighbour: fix unaligned access to pneigh_entryQingfang DENG2023-06-141-1/+1
* neighbour: Replace zero-length array with flexible-array memberGustavo A. R. Silva2023-06-141-1/+1
* 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-052-0/+4
* fs: fix undefined behavior in bit shift for SB_NOUSERHao Ge2023-06-051-20/+20
* power: supply: core: Refactor power_supply_set_input_current_limit_from_suppl...Hans de Goede2023-06-051-2/+3
* cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev2023-06-051-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
* net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-302-0/+2
* 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-304-8/+8
* netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso2023-05-303-4/+4
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2023-05-302-2/+2
* sched: Fix KCSAN noinstr violationJosh Poimboeuf2023-05-301-1/+1
* firmware: arm_sdei: Fix sleep from invalid context BUGPierre Gondois2023-05-301-1/+0
* net: add vlan_get_protocol_and_depth() helperEric Dumazet2023-05-301-0/+17
* net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima2023-05-301-1/+1
* linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-301-1/+2
* driver core: add a helper to setup both the of_node and fwnode of a deviceIoana Ciornei2023-05-301-0/+1
* PM: domains: Restore comment indentation for generic_pm_domain.child_linksGeert Uytterhoeven2023-05-171-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