aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-14wifi: ath12k: wmi: avoid copying invalid vdev key dataath12k-bringup-v2ath12k-bringupKalle Valo1-3/+7
2022-11-14wifi: ath12k: mac: use u32_replace_bits() to set beamforming capabilitiesKalle Valo1-6/+6
2022-11-09wifi: ath12k: core: remove unused struct ath12k_vif::tx_seq_noKalle Valo1-1/+0
2022-11-09wifi: ath12k: dp: remove ath12k_htt_pktlog()Kalle Valo3-71/+0
2022-11-09wifi: ath12k: don't use zero-length element arraysKalle Valo4-7/+7
2022-11-07wifi: ath12k: Move destroy_workqueue(xx) to ath12k_core_free()Balamurugan S2-1/+2
2022-11-07wifi: ath12k: Remove conditional compilation for pm opsBalamurugan S1-2/+0
2022-11-07Revert "Revert "bus: mhi: host: Move IRQ allocation to controller registratio...Kalle Valo2-7/+29
2022-11-07Merge ath-next into ath12k-bringupath12k-bringup-extrasKalle Valo12783-204259/+662177
2022-11-03wifi: ath12k: wmi: whitespace fixesKalle Valo1-48/+52
2022-11-03wifi: ath12k: hal: fix possible side affectsKalle Valo1-1/+7
2022-11-03wifi: ath12k: hal: use parenthesis with complex valuesKalle Valo1-26/+28
2022-11-03wifi: ath12k: Fix invalid management rx frame lengthBhagavathi Perumal S1-10/+34
2022-11-03wifi: ath11k: Make QMI message rules constJeff Johnson1-36/+36
2022-11-03wifi: ath10k: Make QMI message rules constJeff Johnson3-115/+115
2022-11-02wifi: ath12k: Endianness and bit ops changes in wmi.cRamya Gnanasekar2-51/+57
2022-11-02wifi: ath11k: synchronize ath11k_mac_he_gi_to_nl80211_he_gi()'s return typeJiri Slaby (SUSE)1-1/+1
2022-11-02wifi: ath11k: Fix qmi_msg_handler data structure initializationRahul Bhattacharjee1-0/+3
2022-11-02wifi: ath9k: remove variable sentColin Ian King1-2/+0
2022-11-02wifi: ath12k: pci: check TCSR_SOC_HW_VERSIONP Praneesh5-11/+44
2022-11-02wifi: ath12k: add hardware params for QCN9274 hw2.0P Praneesh2-2/+57
2022-11-02wifi: ath12k: add HAL changes to support QCN9274 hw2.0P Praneesh4-59/+69
2022-11-02wifi: ath12k: add QCN9274 hw2.0 register related changesP Praneesh2-0/+188
2022-11-02wifi: ath12k: avoid unnecessary initialization of local variablePradeep Kumar Chitrapu1-1/+1
2022-11-02wifi: ath12k: Fix typo and initializer in mac.cRamya Gnanasekar1-6/+4
2022-11-02wifi: ath12k: trivial change in ath12k_dbring_buf_setupP Praneesh1-2/+2
2022-11-02wifi: ath12k: remove qdss config download codeCarl Huang4-391/+10
2022-11-02wifi: ath12k: update to shadow register v3 configurationCarl Huang4-35/+34
2022-10-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo19-148/+269
2022-10-28ice: Add additional CSR registers to ETHTOOL_GREGSLukasz Czapnik1-0/+169
2022-10-28Merge branch 'clean-up-sfp-register-definitions'Jakub Kicinski1-90/+97
2022-10-28net: sfp: move field definitions along side register indexRussell King (Oracle)1-10/+17
2022-10-28net: sfp: convert register indexes from hex to decimalRussell King (Oracle)1-90/+90
2022-10-28Merge branch 'net-mtk_eth_soc-improve-pcs-implementation'Jakub Kicinski3-77/+134
2022-10-28net: mtk_eth_soc: add support for in-band 802.3z negotiationRussell King (Oracle)1-35/+42
2022-10-28net: mtk_eth_soc: move and correct link timer programmingRussell King (Oracle)1-5/+8
2022-10-28net: mtk_eth_soc: add advertisement programmingRussell King (Oracle)1-1/+12
2022-10-28net: mtk_eth_soc: move interface speed selectionRussell King (Oracle)1-8/+10
2022-10-28net: mtk_eth_soc: move PHY power upRussell King (Oracle)1-7/+4
2022-10-28net: mtk_eth_soc: add out of band forcing of speed and duplex in pcs_link_upRussell King (Oracle)1-11/+17
2022-10-28net: mtk_eth_soc: convert mtk_sgmii to use regmap_update_bits()Russell King (Oracle)1-35/+26
2022-10-28net: mtk_eth_soc: add pcs_get_state() implementationRussell King (Oracle)1-0/+15
2022-10-28net: mtk_eth_soc: eliminate unnecessary error handlingRussell King (Oracle)1-12/+6
2022-10-28net: mtk_eth_soc: add definitions for PCSRussell King (Oracle)1-3/+10
2022-10-28net: phylink: add phylink_get_link_timer_ns() helperRussell King (Oracle)1-0/+24
2022-10-28Merge branch 'net-remove-the-obsolte-u64_stats_fetch_-_irq'Jakub Kicinski79-319/+318
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner16-45/+44
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner63-274/+274
2022-10-28Kalle Valo says:Jakub Kicinski122-1106/+35581
2022-10-28wifi: ath11k: fix monitor vdev creation with firmware recoveryNagarajan Maran1-0/+4
2022-10-28nfc: s3fwrn5: use devm_clk_get_optional_enabled() helperDmitry Torokhov1-14/+5
2022-10-28Merge branch 'txgbe'David S. Miller12-19/+1273
2022-10-28net: txgbe: Set MAC address and register netdevJiawen Wu7-7/+566
2022-10-28net: txgbe: Reset hardwareJiawen Wu9-9/+434
2022-10-28net: txgbe: Store PCI infoJiawen Wu9-10/+280
2022-10-28Merge branch 'tcp-plb'David S. Miller13-2/+305
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi2-0/+7
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi6-0/+9
2022-10-28tcp: add support for PLB in DCTCPMubashir Adnan Qureshi1-1/+22
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi4-2/+137
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi4-0/+131
2022-10-28Merge branch 'mxl-gpy-MDI-X'David S. Miller1-8/+90
2022-10-28net: phy: mxl-gpy: Add PHY Auto/MDI/MDI-X set driver for GPY211 chipsRaju Lakkaraju1-1/+71
2022-10-28net: phy: mxl-gpy: Change gpy_update_interface() function return typeRaju Lakkaraju1-8/+20
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski14-45/+695
2022-10-27net: dpaa2-eth: Simplify bool conversionYang Li1-1/+1
2022-10-27Merge branch 'ionic-vf-attr-replay-and-other-updates'Jakub Kicinski6-32/+176
2022-10-27ionic: refactor use of ionic_rx_fill()Neel Patel1-11/+12
2022-10-27ionic: enable tunnel offloadsNeel Patel2-3/+13
2022-10-27ionic: new ionic device identity level and VF start controlShannon Nelson5-2/+64
2022-10-27ionic: only save the user set VF attributesShannon Nelson1-16/+17
2022-10-27ionic: replay VF attributes after fw crash recoveryShannon Nelson1-0/+70
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski142-578/+1616
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds62-347/+1197
2022-10-27Merge tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+4
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-36/+58
2022-10-27Merge tag 'media/v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds7-13/+83
2022-10-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds3-9/+15
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean1-0/+5
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet1-1/+1
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-10-27net/mlx5e: Fix macsec sci endianness at rx sa updateRaed Salem1-1/+1
2022-10-27net/mlx5e: Fix wrong bitwise comparison usage in macsec_fs_rx_add_rule functionRaed Salem1-1/+1
2022-10-27net/mlx5e: Fix macsec rx security association (SA) update/deleteRaed Salem1-6/+6
2022-10-27net/mlx5e: Fix macsec coverity issue at rx sa updateRaed Salem1-1/+1
2022-10-27net/mlx5: Fix crash during sync firmware resetSuresh Devarakonda1-3/+3
2022-10-27net/mlx5: Update fw fatal reporter state on PCI handlers successful recoverRoy Novich1-0/+4
2022-10-27net/mlx5e: TC, Fix cloned flow attr instance dests are not zeroedRoi Dayan1-0/+4
2022-10-27net/mlx5e: TC, Reject forwarding from internal port to internal portAriel Levkovich1-1/+11
2022-10-27net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan2-6/+6
2022-10-27net/mlx5: ASO, Create the ASO SQ with the correct timestamp formatSaeed Mahameed1-0/+7
2022-10-27net/mlx5e: Update restore chain id for slow path packetsPaul Blakey2-2/+62
2022-10-27net/mlx5e: Extend SKB room check to include PTP-SQAya Levin3-0/+21
2022-10-27net/mlx5: DR, Fix matcher disconnect error flowRongwei Liu1-1/+2
2022-10-27net/mlx5: Wait for firmware to enable CRS before pci_restore_stateMoshe Shemesh1-0/+17
2022-10-27net/mlx5e: Do not increment ESN when updating IPsec ESN stateHyong Youb Kim1-3/+0
2022-10-27Merge branch 'fix-some-issues-in-netdevsim-driver'Jakub Kicinski1-11/+20
2022-10-27netdevsim: remove dir in nsim_dev_debugfs_init() when creating ports dir failedZhengchao Shao1-4/+7
2022-10-27netdevsim: fix memory leak in nsim_drv_probe() when nsim_dev_resources_regist...Zhengchao Shao1-7/+13
2022-10-27netdevsim: fix memory leak in nsim_bus_dev_new()Zhengchao Shao1-2/+7
2022-10-27Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski4-18/+18
2022-10-27net: broadcom: bcm4908_enet: update TX stats after actual transmissionRafał Miłecki1-4/+8
2022-10-27Merge branch 'ip-rework-the-fix-for-dflt-addr-selection-for-connected-nexthop'Jakub Kicinski3-4/+4
2022-10-27nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel1-1/+1
2022-10-27Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel1-1/+1
2022-10-27Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel1-2/+2
2022-10-27genetlink: limit the use of validation workarounds to old opsJakub Kicinski1-0/+2
2022-10-27net: bcmsysport: Indicate MAC is in charge of PHY PMFlorian Fainelli1-0/+3
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook1-26/+26
2022-10-27Merge branch 'net-ipa-don-t-use-fixed-table-sizes'Paolo Abeni14-113/+123
2022-10-27net: ipa: determine filter table size from memory regionAlex Elder4-18/+15
2022-10-27net: ipa: don't assume 8 modem routing table entriesAlex Elder13-77/+88
2022-10-27net: ipa: determine route table size from memory regionAlex Elder3-21/+13
2022-10-27net: ipa: record the route table size in the IPA structureAlex Elder2-7/+17
2022-10-27can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang1-1/+3
2022-10-27eth: fealnx: delete the driver for Myson MTD-800Jakub Kicinski5-1966/+0
2022-10-27ice: Add support Flex RXDMichal Jaron6-2/+111
2022-10-27net: broadcom: bcm4908_enet: use build_skb()Rafał Miłecki1-17/+36
2022-10-27net: ehea: fix possible memory leak in ehea_register_port()Yang Yingliang1-0/+1
2022-10-27net: dp83822: Print the SOR1 strap statusFabio Estevam1-0/+2
2022-10-27bond: Disable TLS features indicationTariq Toukan3-34/+1
2022-10-27Merge branch 'openvswitch-syzbot-splat-fix-and-introduce-selftest'Paolo Abeni6-1/+586
2022-10-27selftests: add openvswitch selftest suiteAaron Conole5-0/+584
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole1-1/+2
2022-10-27net: stmmac: remove duplicate dma queue channel macrosJunxiao Chang2-18/+7
2022-10-27Merge patch series "R-Car CAN-FD fixes"Marc Kleine-Budde1-13/+11
2022-10-27can: rcar_canfd: fix channel specific IRQ handling for RZ/G2LBiju Das1-11/+7
2022-10-27can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global ...Biju Das1-2/+4
2022-10-27can: kvaser_usb: Fix possible completions during init_completionAnssi Hannula2-4/+4
2022-10-26selftests: tc-testing: Add matchJSON to tdcVictor Nogueira1-7/+118
2022-10-26net: ethernet: ave: Fix MAC to be in charge of PHY PMKunihiko Hayashi1-0/+6
2022-10-26net: ethernet: ave: Remove duplicate phy_resume() callsKunihiko Hayashi1-6/+0
2022-10-26net: fec: limit register access on i.MX6ULJuergen Borleis1-2/+44
2022-10-26Merge tag 'linux-can-fixes-for-6.1-20221025' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-4/+9
2022-10-26net/rds: remove variable total_copiedColin Ian King1-2/+0
2022-10-26phylink: require valid state argument to phylink_validate_mask_caps()Jakub Kicinski1-3/+2
2022-10-26mptcp: fix tracking issue in mptcp_subflow_create_socket()Eric Dumazet1-0/+2
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski1-2/+2
2022-10-26Merge tag 'perf-tools-fixes-for-v6.1-2022-10-26' of git://git.kernel.org/pub/...Linus Torvalds24-104/+181
2022-10-26Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-7/+14
2022-10-26Merge tag 'arc-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds25-51/+20
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller16-205/+695
2022-10-26perf vendor events arm64: Fix incorrect Hisi hip08 L3 metricsShang XiaoJing1-3/+3
2022-10-26perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter1-1/+9
2022-10-26tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo1-8/+19
2022-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller17-1393/+815
2022-10-26rhashtable: make test actually randomRolf Eike Beer1-36/+22
2022-10-26can: rcar_canfd: Use devm_reset_control_get_optional_exclusiveBiju Das1-11/+11
2022-10-26can: ucan: ucan_disconnect(): change unregister_netdev() to unregister_candev()Dongliang Mu1-1/+1
2022-10-26can: m_can: use consistent indentionMarc Kleine-Budde1-1/+1
2022-10-26Merge patch series "can: kvaser_usb: Fixes and improvements"Marc Kleine-Budde4-91/+678
2022-10-26can: kvaser_usb: Compare requested bittiming parameters with actual parameter...Jimmy Assarsson4-41/+284
2022-10-26can: kvaser_usb: Add struct kvaser_usb_busparamsJimmy Assarsson3-31/+27
2022-10-26can: kvaser_usb_leaf: Fix bogus restart eventsAnssi Hannula1-3/+3
2022-10-26can: kvaser_usb_leaf: Ignore stale bus-off after startAnssi Hannula1-1/+30
2022-10-26can: kvaser_usb_leaf: Fix wrong CAN state after stoppingAnssi Hannula1-0/+4
2022-10-26can: kvaser_usb_leaf: Fix improved state not being reportedAnssi Hannula3-3/+81
2022-10-26can: kvaser_usb_leaf: Set Warning state even without bus errorsAnssi Hannula1-12/+8
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Handle CMD_ERROR_EVENTJimmy Assarsson1-0/+99
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Rename {leaf,usbcan}_cmd_error_event to {le...Jimmy Assarsson1-19/+19
2022-10-26can: kvaser_usb: kvaser_usb_leaf: Get capabilities from deviceJimmy Assarsson1-1/+143
2022-10-26net: mac802154: Fixup function parameter name in docsStefan Schmidt1-2/+2
2022-10-25net: ipa: don't configure IDLE_INDICATION on v3.1Caleb Connolly1-0/+3
2022-10-25net: ipa: fix v3.1 resource limit masksCaleb Connolly1-64/+32
2022-10-25net: ipa: fix v3.5.1 resource limit max valuesCaleb Connolly1-2/+2
2022-10-25net: dl2k: remove variable tx_useColin Ian King1-2/+0
2022-10-25net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()Yang Yingliang1-1/+1
2022-10-25bna: remove variable num_entriesColin Ian King1-2/+0
2022-10-25net: hinic: Set max_mtu/min_mtu directly to simplify the code.caihuoqing3-17/+7
2022-10-25i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba1-33/+38
2022-10-25i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch2-11/+33
2022-10-25i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2-8/+27
2022-10-25Merge branch 'net-lan743x-pci11010-pci11414-devices-enhancements'Jakub Kicinski4-2/+127
2022-10-25net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131Raju Lakkaraju1-0/+77
2022-10-25net: lan743x: Add support for get_pauseparam and set_pauseparamRaju Lakkaraju3-2/+50
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet3-13/+18
2022-10-25fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao1-1/+2
2022-10-25exec: Copy oldsighand->action under spin-lockBernd Edlinger1-2/+2
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook1-17/+35
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers1-1/+8
2022-10-25overflow: Fix kern-doc markup for functionsKees Cook3-25/+22
2022-10-25tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2022-10-25tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo2-1/+4
2022-10-25tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-16/+0
2022-10-25tools headers uapi: Update linux/in.h copyArnaldo Carvalho de Melo1-14/+8
2022-10-25tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'Arnaldo Carvalho de Melo3-2/+15
2022-10-25tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2022-10-25perf test: Do not fail Intel-PT misc test w/o libpythonNamhyung Kim1-0/+6
2022-10-25perf list: Fix PMU name pai_crypto in perf list on s390Thomas Richter1-0/+0
2022-10-25perf record: Fix event fd racesIan Rogers1-16/+25
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Arnaldo Carvalho de Melo5-0/+36
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by adding prototype for bpf_load_program()Arnaldo Carvalho de Melo1-0/+5
2022-10-25perf vendor events power10: Fix hv-24x7 metric eventsKajol Jain1-36/+36
2022-10-25perf docs: Fix man page build wrt perf-arm-coresight.txtAdrian Hunter1-0/+0
2022-10-25tools headers UAPI: Sync powerpc syscall tables with the kernel sourcesArnaldo Carvalho de Melo1-6/+10
2022-10-25Merge tag 'platform-drivers-x86-v6.1-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-7/+39
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook4-8/+11
2022-10-25media: vivid.rst: loop_video is set on the capture devnodeHans Verkuil1-1/+1
2022-10-25media: vivid: set num_in/outputs to 0 if not supportedHans Verkuil1-4/+12
2022-10-25media: vivid: drop GFP_DMA32Hans Verkuil1-1/+1