summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang2022-06-081-2/+14
* nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-06-081-30/+30
* nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek2022-06-081-3/+10
* nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-06-081-1/+1
* net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-081-1/+0
* net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-071-1/+1
* net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_listMiaoqian Lin2022-06-071-1/+3
* stmmac: intel: Fix an error handling path in intel_eth_pci_probe()Christophe JAILLET2022-06-071-3/+1
* net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_registerMiaoqian Lin2022-06-061-0/+1
* amt: fix wrong type string definitionTaehee Yoo2022-06-061-0/+1
* amt: fix possible null-ptr-deref in amt_rcv()Taehee Yoo2022-06-061-1/+2
* amt: fix wrong usage of pskb_may_pull()Taehee Yoo2022-06-061-18/+37
* net: phy: dp83867: retrigger SGMII AN when link changeTan Tee Min2022-06-061-0/+29
* Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-0260-421/+418
|\
| * stmmac: intel: Add RPL-P PCI IDMichael Sit Wei Hong2022-06-021-0/+2
| * net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes2022-06-022-4/+4
| * ice: fix access-beyond-end in the switch codeAlexander Lobakin2022-06-024-139/+115
| * nfp: remove padding in nfp_nfdk_tx_descFei Qin2022-06-023-9/+17
| * net: usb: qmi_wwan: Add support for Cinterion MV31 with new baselineSlark Xiao2022-06-011-0/+1
| * Merge tag 'mlx5-fixes-2022-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-06-0113-38/+113
| |\
| | * net/mlx5: Fix mlx5_get_next_dev() peer device matchingSaeed Mahameed2022-05-311-11/+23
| | * net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy2022-05-311-0/+5
| | * net/mlx5e: Disable softirq in mlx5e_activate_rq to avoid race conditionMaxim Mikityanskiy2022-05-317-11/+31
| | * net/mlx5: CT: Fix header-rewrite re-use for tupelsPaul Blakey2022-05-311-8/+11
| | * net/mlx5e: TC NIC mode, fix tc chains miss tableMaor Dickman2022-05-313-3/+39
| | * net/mlx5: Don't use already freed action pointerLeon Romanovsky2022-05-311-5/+4
| * | sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet2022-06-011-4/+2
| * | sfc/siena: fix considering that all channels have TX queuesMartin Habets2022-06-011-1/+1
| * | Merge tag 'wireless-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-06-018-25/+37
| |\ \
| | * | wifi: rtw88: add a work to correct atomic scheduling warning of ::set_timPing-Ke Shih2022-05-305-3/+15
| | * | wifi: iwlwifi: pcie: rename CAUSE macroJohannes Berg2022-05-301-17/+17
| | * | wifi: libertas: use variable-size data in assoc req/resp cmdJohannes Berg2022-05-302-5/+5
| * | | macsec: fix UAF bug for real_devZiyang Xuan2022-06-011-0/+7
| * | | octeontx2-af: fix error code in is_valid_offset()Dan Carpenter2022-06-011-1/+1
| * | | bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2022-06-012-4/+8
| | |/ | |/|
| * | xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross2022-05-311-1/+1
| * | bonding: show NS IPv6 targets in proc master infoHangbin Liu2022-05-311-0/+15
| * | net: phy: at803x: disable WOL at probeViorel Suman2022-05-301-11/+22
| * | sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet2022-05-291-4/+2
| * | sfc: fix considering that all channels have TX queuesMartin Habets2022-05-291-1/+1
| * | net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET2022-05-281-2/+2
| * | bonding: NS target should accept link local addressHangbin Liu2022-05-281-5/+0
| * | nfp: only report pause frame configuration for physical deviceYu Xiao2022-05-281-2/+2
| * | net: dpaa: Convert to SPDX identifiersSean Anderson2022-05-285-143/+15
| * | net: phy: Directly use ida_alloc()/free()Ke Liu2022-05-281-3/+3
| * | net: ipa: fix page free in ipa_endpoint_replenish_one()Alex Elder2022-05-271-1/+1
| * | net: ipa: fix page free in ipa_endpoint_trans_release()Alex Elder2022-05-271-5/+2
| * | net: usb: qmi_wwan: add Telit 0x1250 compositionCarlo Lobrano2022-05-271-0/+1
| * | net: lan743x: PCI11010 / PCI11414 fixRaju Lakkaraju2022-05-271-10/+22
| * | net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin2022-05-271-0/+1