summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-03-15wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-15net: ethernet: mtk_eth_soc: only write values if neededDaniel Golle
2023-03-15net: ethernet: mtk_eth_soc: reset PCS stateDaniel Golle
2023-03-15net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich
2023-03-15net: geneve: set IFF_POINTOPOINT with IFLA_GENEVE_INNER_PROTO_INHERITJosef Miegl
2023-03-15net: ieee802154: ca8210: drop owner from driverKrzysztof Kozlowski
2023-03-15net: ieee802154: adf7242: drop owner from driverKrzysztof Kozlowski
2023-03-15net: ieee802154: ca8210: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: ieee802154: at86rf230: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: ieee802154: mcr20a: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: ieee802154: adf7242: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: phy: ks8995: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: ocelot: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: ksz9477: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: seville_vsc9953: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: lan9303: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: lantiq_gswip: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-15net: ni: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: samsung: sxgbe: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: marvell: pxa168_eth: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: stmmac: generic: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: stmmac: qcom: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-15net: dsa: microchip: add ETS Qdisc support for KSZ9477 seriesOleksij Rempel
2023-03-15net: dsa: microchip: add ksz_setup_tc_mode() functionOleksij Rempel
2023-03-15mlxsw: spectrum: Fix incorrect parsing depth after reloadIdo Schimmel
2023-03-15veth: rely on rtnl_dereference() instead of on rcu_dereference() in veth_set_...Lorenzo Bianconi
2023-03-15neighbour: annotate lockless accesses to n->nud_stateEric Dumazet
2023-03-15net: lan966x: Change lan966x_police_del return typeHoratiu Vultur
2023-03-15net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman
2023-03-13net: ipa: fix a surprising number of bad offsetsAlex Elder
2023-03-13net: Use of_property_present() for testing DT property presenceRob Herring
2023-03-13net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is usedArınç ÜNAL
2023-03-13net: dsa: mt7530: remove now incorrect comment regarding port 5Arınç ÜNAL
2023-03-13Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2023-03-13qed/qed_dev: guard against a possible division by zeroDaniil Tatianin
2023-03-13bnxt: avoid overflow in bnxt_get_nvram_directory()Maxim Korotkov
2023-03-13net: virtio_net: implement exact header length guest featureJiri Pirko
2023-03-13net: phy: smsc: use device_property_present in smsc_phy_probeHeiner Kallweit
2023-03-13bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko
2023-03-13net: phy: dp83867: Disable IRQs on suspendAlexander Stein
2023-03-13net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841Horatiu Vultur
2023-03-13ice: call ice_is_malicious_vf() from ice_vc_process_vf_msg()Jacob Keller
2023-03-13ice: move ice_is_malicious_vf() to ice_virtchnl.cJacob Keller
2023-03-13ice: print message if ice_mbx_vf_state_handler returns an errorJacob Keller
2023-03-13ice: pass mbxdata to ice_is_malicious_vf()Jacob Keller
2023-03-13ice: remove unnecessary &array[0] and just use arrayJacob Keller
2023-03-13ice: always report VF overflowing mailbox even without PF VSIJacob Keller
2023-03-13ice: declare ice_vc_process_vf_msg in ice_virtchnl.hJacob Keller
2023-03-13ice: initialize mailbox snapshot earlier in PF initJacob Keller