summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-233-6/+6
|\
| * xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver supportJesper Dangaard Brouer2023-03-223-6/+6
* | Merge tag 'wireless-2023-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-03-2310-51/+96
|\ \
| * | wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg2023-03-224-34/+39
| * | wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg2023-03-224-5/+13
| * | wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski2023-03-152-2/+2
| * | wifi: mt76: connac: do not check WED status for non-mmio devicesLorenzo Bianconi2023-03-131-0/+3
| * | wifi: mt76: mt7915: add back 160MHz channel width support for MT7915Felix Fietkau2023-03-131-10/+30
| * | wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi2023-03-132-0/+9
| |/
* | net: mdio: thunder: Add missing fwnode_handle_put()Liang He2023-03-231-0/+1
* | Merge tag 'mlx5-fixes-2023-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-03-227-7/+39
|\ \
| * | net/mlx5: E-Switch, Fix an Oops in error handling codeDan Carpenter2023-03-211-2/+1
| * | net/mlx5: Read the TC mapping of all priorities on ETS queryMaher Sanalla2023-03-211-2/+4
| * | net/mlx5e: Overcome slow response for first macsec ASO WQEEmeel Hakim2023-03-211-1/+8
| * | net/mlx5e: Initialize link speed to zeroRoy Novich2023-03-211-1/+1
| * | net/mlx5: Fix steering rules cleanupLama Kayal2023-03-211-0/+1
| * | net/mlx5e: Block entering switchdev mode with ns inconsistencyGavin Li2023-03-211-0/+19
| * | net/mlx5e: Set uplink rep as NETNS_LOCALGavin Li2023-03-211-1/+5
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-03-224-6/+13
|\ \ \
| * | | ice: remove filters only if VSI is deletedMichal Swiatkowski2023-03-212-2/+8
| * | | ice: check if VF exists before mode checkMichal Swiatkowski2023-03-211-4/+4
| * | | ice: fix rx buffers handling for flow director packetsPiotr Raczynski2023-03-211-0/+1
| |/ /
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-03-222-4/+9
|\ \ \
| * | | i40e: fix flow director packet filter programmingRadoslaw Tyl2023-03-211-4/+4
| * | | iavf: fix hang on reboot with iceStefan Assmann2023-03-211-0/+5
| |/ /
* | | net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII caseArınç ÜNAL2023-03-221-5/+4
* | | net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()Arınç ÜNAL2023-03-221-11/+11
* | | net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()Arınç ÜNAL2023-03-221-6/+12
* | | net: asix: fix modprobe "sysfs: cannot create duplicate filename"Grant Grundler2023-03-221-5/+27
* | | gve: Cache link_speed value from deviceJoshua Washington2023-03-221-1/+4
* | | net: enetc: fix aggregate RMON counters not showing the rangesVladimir Oltean2023-03-221-6/+5
* | | mlxsw: spectrum_fid: Fix incorrect local port typeIdo Schimmel2023-03-221-2/+2
* | | net/sonic: use dma_mapping_error() for error checkZhang Changzhong2023-03-211-2/+2
* | | net: mscc: ocelot: add TX_MM_HOLD to ocelot_mm_stats_layoutVladimir Oltean2023-03-211-0/+1
* | | net: mscc: ocelot: fix transfer from region->buf to ocelot->statsVladimir Oltean2023-03-211-3/+4
* | | net: mscc: ocelot: fix stats region batchingVladimir Oltean2023-03-211-1/+2
|/ /
* | octeontx2-vf: Add missing free for alloc_percpuJiasheng Jiang2023-03-201-0/+2
* | net/ps3_gelic_net: Use dma_mapping_errorGeoff Levand2023-03-201-11/+13
* | net/ps3_gelic_net: Fix RX sk_buff lengthGeoff Levand2023-03-202-11/+13
* | usb: plusb: remove unused pl_clear_QuickLink_features functionTom Rix2023-03-201-6/+0
* | net: usb: lan78xx: Limit packet length to skb->lenSzymon Heidrich2023-03-201-1/+17
* | net: qcom/emac: Fix use after free bug in emac_remove due to race conditionZheng Wang2023-03-201-0/+6
* | mlxsw: core_thermal: Fix fan speed in maximum cooling stateIdo Schimmel2023-03-191-6/+1
* | net: sfp: fix state loss when updating state_hw_maskRussell King (Oracle)2023-03-191-0/+5
* | net: stmmac: Fix for mismatched host/device DMA address widthJochen Henneberg2023-03-195-18/+21
* | net: mdio: fix owner field for mdio buses registered using ACPIFlorian Fainelli2023-03-191-4/+6
* | net: mdio: fix owner field for mdio buses registered using device-treeMaxime Bizon2023-03-192-10/+13
* | net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli2023-03-191-7/+16
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-03-194-94/+84
|\ \
| * | igc: fix the validation logic for taprio's gate listAKASHI Takahiro2023-03-161-10/+10