summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz2022-06-141-2/+2
* ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz2022-06-141-2/+2
* net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin2022-06-141-1/+5
* net/mlx5: Rearm the FW tracer after each tracer eventFeras Daoud2022-06-141-2/+5
* net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-141-1/+1
* net/mlx5e: Update netdev features after changing XDP stateMaxim Mikityanskiy2022-06-141-0/+5
* nfp: only report pause frame configuration for physical deviceYu Xiao2022-06-141-2/+2
* net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter2022-06-141-0/+3
* eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski2022-06-141-0/+5
* mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata2022-06-141-13/+0
* net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley2022-06-061-0/+5
* net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-251-0/+7
* net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-251-3/+1
* ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang2022-05-251-1/+4
* igb: skip phy status check where unavailableKevin Mitchell2022-05-251-1/+2
* net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy2022-05-251-0/+7
* net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET2022-05-251-1/+2
* net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam2022-05-251-1/+1
* net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-181-0/+5
* nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor2022-05-151-2/+2
* smsc911x: allow using IRQ0Sergey Shtylyov2022-05-121-1/+1
* net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-121-3/+12
* net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang2022-05-121-0/+1
* bnx2x: fix napi API usage sequenceManish Chopra2022-05-121-4/+5
* net: bcmgenet: hide status block before TX timestampingJonathan Lemon2022-05-121-0/+7
* net: hns3: add validity check for message data lengthJian Shen2022-05-121-0/+7
* Revert "net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-l...Greg Kroah-Hartman2022-05-013-9/+16
* Revert "net: micrel: fix KS8851_MLL Kconfig"Marek Vasut2022-04-271-1/+0
* e1000e: Fix possible overflow in LTR decodingSasha Neftin2022-04-271-2/+2
* net: macb: Restart tx only if queue pointer is laggingTomas Melin2022-04-271-0/+8
* dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi2022-04-271-2/+6
* net: micrel: fix KS8851_MLL KconfigRandy Dunlap2022-04-201-0/+1
* net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen2022-04-203-16/+9
* mlxsw: i2c: Fix initialization error flowVadim Pasternak2022-04-201-0/+1
* qede: confirm skb is allocated before usingJamie Bainbridge2022-04-151-0/+3
* net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai2022-04-151-2/+1
* bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan2022-04-151-3/+1
* qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix2022-04-151-5/+5
* qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2022-04-152-2/+27
* qed: display VF trust configManish Chopra2022-04-151-0/+1
* net:mcf8390: Use platform_get_irq() to get the interruptMinghao Chi (CGEL ZTE)2022-04-151-5/+5
* ethernet: sun: Free the coherent when failing in probingZheyu Ma2022-04-151-1/+5
* drivers: net: xgene: Fix regression in CRC strippingStephane Graber2022-03-281-5/+7
* sfc: extend the locking on mcdi->seqnoNiels Dossche2022-03-231-1/+1
* net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock2022-03-161-1/+24
* gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin2022-03-161-0/+1
* net: ethernet: lpc_eth: Handle error for clk_enableJiasheng Jiang2022-03-161-1/+4
* net: ethernet: ti: cpts: Handle error for clk_enableJiasheng Jiang2022-03-161-1/+3
* ethernet: Fix error handling in xemaclite_of_probeMiaoqian Lin2022-03-161-1/+3
* qed: return status of qed_iov_get_linkTom Rix2022-03-161-7/+11