aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-14serial: 8250: omap: Set wakeup capable, do not enableMarkus Schneider-Pargmann1-2/+2
2024-08-14serial: 8250: omap: Cleanup on error in request_irqMarkus Schneider-Pargmann1-1/+1
2024-08-14serial: 8250: omap: Remove unused wakeups_enabledMarkus Schneider-Pargmann1-1/+0
2024-08-14dt-bindings: serial: 8250_omap: Add wakeup-source propertyMarkus Schneider-Pargmann1-0/+1
2024-08-14tty: serial: samsung_tty: cast the interrupt's void *id just onceAndré Draszik1-17/+12
2024-08-14tty: serial: samsung_tty: drop unused argument to irq handlersAndré Draszik1-6/+6
2024-08-14media: atomisp: Fix streaming no longer working on BYT / ISP2400 devicesHans de Goede2-5/+22
2024-08-14perf: Really fix event_function_call() lockingNamhyung Kim1-5/+8
2024-08-13bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet6-3/+33
2024-08-13bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet3-34/+28
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet38-553/+448
2024-08-13bcachefs: Fix warning in __bch2_fsck_err() for trans not passed inKent Overstreet1-0/+2
2024-08-13bcachefs: Add a time_stat for blocked on key cache flushKent Overstreet2-0/+5
2024-08-13bcachefs: Improve trans_blocked_journal_reclaim tracepointKent Overstreet3-4/+33
2024-08-13bcachefs: Add hysteresis to waiting on btree key cache flushKent Overstreet2-1/+10
2024-08-13lib/generic-radix-tree.c: Fix rare race in __genradix_ptr_alloc()Kent Overstreet1-0/+2
2024-08-13bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet4-54/+42
2024-08-13bcachefs: Add missing downgrade table entryKent Overstreet1-0/+1
2024-08-13bcachefs: disk accounting: ignore unknown typesKent Overstreet1-3/+9
2024-08-13bcachefs: bch2_accounting_invalid() fixupKent Overstreet1-1/+1
2024-08-13bcachefs: Fix bch2_trigger_alloc when upgrading from old versionsKent Overstreet1-1/+13
2024-08-13bcachefs: delete faulty fastpath in bch2_btree_path_traverse_cached()Kent Overstreet1-5/+0
2024-08-13net: dsa: microchip: ksz9477: unwrap URL in commentEnguerrand de Ribaucourt1-2/+1
2024-08-13net: mvneta: Use __be16 for l3_proto parameter of mvneta_txq_desc_csum()Simon Horman1-1/+1
2024-08-13net: fec: Remove duplicated codeCsókás, Bence1-7/+1
2024-08-13net: fec: Move `fec_ptp_read()` to the top of the fileCsókás, Bence1-25/+25
2024-08-13mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov1-1/+1
2024-08-13net: netconsole: Constify struct config_item_typeChristophe JAILLET1-1/+1
2024-08-13Merge branch 'gve-add-rss-config-support'Jakub Kicinski4-4/+286
2024-08-13gve: Add RSS adminq commands and ethtool supportJeroen de Borst4-1/+235
2024-08-13gve: Add RSS device optionZiwei Xiao3-3/+51
2024-08-13selftests/bpf: Avoid subtraction after htons() in ipip testsAsbjørn Sloth Tønnesen1-6/+6
2024-08-13Merge tag 'execve-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+10
2024-08-13dt-bindings: net: fsl,qoriq-mc-dpmac: using unevaluatedPropertiesFrank Li1-9/+1
2024-08-13bpf: more trivial fdget() conversionsAl Viro1-15/+7
2024-08-13bpf: trivial conversions for fdget()Al Viro3-21/+9
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro5-139/+58
2024-08-13bpf: factor out fetching bpf_map from FD and adding it to used_maps listAndrii Nakryiko1-49/+66
2024-08-13bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)Al Viro1-16/+8
2024-08-14i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resumeAndi Shyti1-1/+3
2024-08-13bpf: convert __bpf_prog_get() to CLASS(fd, ...)Al Viro1-22/+9
2024-08-13Documentation: networking: correct spellingJing-Ping Jan1-10/+10
2024-08-13iavf: add support for offloading tc U32 cls filtersAhmed Zaki8-27/+238
2024-08-13iavf: refactor add/del FDIR filtersAhmed Zaki4-57/+83
2024-08-13ice: enable FDIR filters from raw binary patterns for VFsJunfeng Guo6-8/+566
2024-08-13ice: add method to disable FDIR SWAP optionJunfeng Guo3-4/+53
2024-08-13virtchnl: support raw packet in protocol headerJunfeng Guo1-1/+11
2024-08-13ice: add API for parser profile initializationJunfeng Guo2-2/+154
2024-08-13ice: add UDP tunnels support to the parserJunfeng Guo2-0/+111
2024-08-13ice: support turning on/off the parser's double vlan modeJunfeng Guo2-3/+93