summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-1617-46/+34
* net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290Vladimir Oltean2023-03-161-4/+12
* ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski2023-03-161-3/+2
* net: phy: mscc: fix deadlock in phy_ethtool_{get,set}_wol()Vladimir Oltean2023-03-151-16/+8
* veth: Fix use after free in XDP_REDIRECTShawn Bohrer2023-03-151-4/+2
* net: ethernet: mtk_eth_soc: only write values if neededDaniel Golle2023-03-151-12/+12
* net: ethernet: mtk_eth_soc: reset PCS stateDaniel Golle2023-03-152-0/+8
* net: usb: smsc75xx: Limit packet length to skb->lenSzymon Heidrich2023-03-151-1/+2
* mlxsw: spectrum: Fix incorrect parsing depth after reloadIdo Schimmel2023-03-152-0/+16
* veth: rely on rtnl_dereference() instead of on rcu_dereference() in veth_set_...Lorenzo Bianconi2023-03-151-1/+1
* nfc: st-nci: Fix use after free bug in ndlc_remove due to race conditionZheng Wang2023-03-151-2/+4
* net: phy: smsc: bail out in lan87xx_read_status if genphy_read_status failsHeiner Kallweit2023-03-151-1/+4
* ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2023-03-152-20/+13
* net: ipa: fix a surprising number of bad offsetsAlex Elder2023-03-132-50/+50
* net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is usedArınç ÜNAL2023-03-131-31/+31
* net: dsa: mt7530: remove now incorrect comment regarding port 5Arınç ÜNAL2023-03-131-1/+1
* qed/qed_dev: guard against a possible division by zeroDaniil Tatianin2023-03-131-0/+5
* bnxt_en: reset PHC frequency in free-running modeVadim Fedorenko2023-03-133-29/+35
* mvpp2: take care of xdp_features when reconfiguring queuesMatteo Croce2023-03-101-3/+12
* net/mlx5e: take into account device reconfiguration for xdp_features flagLorenzo Bianconi2023-03-104-12/+39
* veth: take into account device reconfiguration for xdp_features flagLorenzo Bianconi2023-03-101-4/+38
* net: ena: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2023-03-102-5/+16
* net: thunderx: take into account xdp_features setting tx/rx queuesLorenzo Bianconi2023-03-102-7/+14
* i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera2023-03-101-0/+1
* ipvlan: Make skb->skb_iif track skb->dev for l3s modeJianguo Wu2023-03-101-0/+1
* net: phy: nxp-c45-tja11xx: fix MII_BASIC_CONFIG_REV bitRadu Pirea (OSS)2023-03-101-1/+1
* virtio_net: add checking sq is full inside xdp xmitXuan Zhuo2023-03-101-0/+3
* virtio_net: separate the logic of checking whether sq is fullXuan Zhuo2023-03-101-24/+36
* virtio_net: reorder some funcsXuan Zhuo2023-03-101-46/+46
* nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin2023-03-101-0/+1
* Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-0935-123/+2219
|\
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2023-03-093-12/+15
| |\
| | * ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann2023-03-071-4/+4
| | * ice: don't ignore return codes in VSI related codeMichal Swiatkowski2023-03-071-7/+10
| | * ice: Fix DSCP PFC TLV creationDave Ertman2023-03-071-1/+1
| * | eth: fealnx: bring back this old driverJakub Kicinski2023-03-083-0/+1964
| * | net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoCVladimir Oltean2023-03-081-15/+20
| * | net: microchip: sparx5: fix deletion of existing DSCP mappingsDaniel Machon2023-03-081-16/+16
| * | octeontx2-af: Unlock contexts in the queue context cache in case of fault det...Suman Ghosh2023-03-085-7/+82
| |/
| * net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau2023-03-071-0/+1
| * net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau2023-03-071-0/+5
| * net: ethernet: mtk_eth_soc: fix RX data corruption issueDaniel Golle2023-03-062-1/+3
| * net: phy: smsc: fix link up detection in forced irq modeHeiner Kallweit2023-03-061-11/+3
| * bnxt_en: Fix the double free during device removalSelvin Xavier2023-03-062-2/+2
| * bnxt_en: Avoid order-5 memory allocation for TPA dataMichael Chan2023-03-061-11/+12
| * net: phylib: get rid of unnecessary lockingRussell King (Oracle)2023-03-061-7/+1
| * net: stmmac: add to set device wake up flag when stmmac init phyRongguang Wei2023-03-061-0/+1
| * nfp: fix esp-tx-csum-offload doesn't take effectHuanhuan Wang2023-03-031-0/+4
| * nfp: fix incorrectly set csum flag for nfdk pathHuanhuan Wang2023-03-032-4/+10
| * nfp: fix incorrectly set csum flag for nfd3 pathHuanhuan Wang2023-03-032-5/+27