summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-16net/mlx5: Move needed PTYS functions to core layerGal Pressman7-177/+163
2023-03-16net/mlx5e: Add XSK RQ state flag for RQ devlink health diagnosticsAdham Faris3-2/+10
2023-03-16net/mlx5e: Expose SQ SW state as part of SQ health diagnosticsAdham Faris2-1/+51
2023-03-16net/mlx5e: Stringify RQ SW state in RQ devlink health diagnosticsAdham Faris2-5/+50
2023-03-16net/mlx5e: Rename RQ/SQ adaptive moderation state flagAdham Faris3-6/+6
2023-03-16net/mlx5e: Utilize the entire fifoRahul Rameshbabu1-1/+1
2023-03-16net/mlx5: Implement thermal zoneSandipan Patra4-0/+135
2023-03-16net/mlx5: Add comment to mlx5_devlink_params_register()Jiri Pirko1-0/+5
2023-03-16net/mlx5: Stop waiting for PCI up if teardown was triggeredMoshe Shemesh1-0/+4
2023-03-16net/mlx5: remove redundant clear_bitMoshe Shemesh1-1/+1
2023-03-16net: phy: micrel: drop superfluous use of temp variableWolfram Sang1-4/+2
2023-03-16net: phy: update obsolete comment about PHY_STARTINGWolfram Sang1-3/+1
2023-03-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-297/+164
2023-03-16ptp: ines: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net/ism: Remove extra includeStefan Raspl1-1/+0
2023-03-15net/smc: Introduce explicit check for v2 supportStefan Raspl1-0/+7
2023-03-15net: geneve: set IFF_POINTOPOINT with IFLA_GENEVE_INNER_PROTO_INHERITJosef Miegl1-1/+1
2023-03-15net: ieee802154: ca8210: drop owner from driverKrzysztof Kozlowski1-1/+0
2023-03-15net: ieee802154: adf7242: drop owner from driverKrzysztof Kozlowski1-1/+0
2023-03-15net: ieee802154: ca8210: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: ieee802154: at86rf230: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: ieee802154: mcr20a: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: ieee802154: adf7242: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: phy: ks8995: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: dsa: ocelot: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: dsa: ksz9477: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: dsa: seville_vsc9953: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: dsa: lan9303: drop of_match_ptr for ID tableKrzysztof Kozlowski2-2/+2
2023-03-15net: dsa: lantiq_gswip: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-15nfc: trf7970a: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-15net: ni: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: samsung: sxgbe: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: marvell: pxa168_eth: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: stmmac: generic: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: stmmac: qcom: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-15net: dsa: microchip: add ETS Qdisc support for KSZ9477 seriesOleksij Rempel2-0/+230
2023-03-15net: dsa: microchip: add ksz_setup_tc_mode() functionOleksij Rempel2-12/+14
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet1-2/+2
2023-03-15net: lan966x: Change lan966x_police_del return typeHoratiu Vultur1-11/+2
2023-03-14net: Use of_property_present() for testing DT property presenceRob Herring2-3/+3
2023-03-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-234/+321
2023-03-14bnxt: avoid overflow in bnxt_get_nvram_directory()Maxim Korotkov1-1/+1
2023-03-14net: virtio_net: implement exact header length guest featureJiri Pirko1-2/+4
2023-03-14net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit1-2/+1
2023-03-14net: phy: dp83867: Disable IRQs on suspendAlexander Stein1-2/+26
2023-03-14net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841Horatiu Vultur1-2/+389
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller3-32/+24
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller4-56/+56
2023-03-13ice: print message if ice_mbx_vf_state_handler returns an errorJacob Keller1-1/+2
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller3-15/+14