summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman2021-05-3172-395/+1147
|\
| * Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-2672-395/+1147
| |\
| | * net: mvpp2: add buffer header handling in RXStefan Chulski2021-05-252-9/+67
| | * bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong2021-05-251-1/+3
| | * net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-252-2/+2
| | * net: hns: Fix kernel-docYang Li2021-05-251-3/+3
| | * net: dsa: microchip: enable phy errata workaround on 9567George McCollister2021-05-241-0/+1
| | * net: usb: fix memory leak in smsc75xx_bindPavel Skripkin2021-05-241-2/+6
| | * net: appletalk: cops: Fix data race in cops_probe1Saubhik Mukherjee2021-05-241-2/+2
| | * net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean2021-05-241-4/+15
| | * net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean2021-05-241-12/+10
| | * net: dsa: sja1105: error out on unsupported PHY modeVladimir Oltean2021-05-241-0/+1
| | * net: dsa: sja1105: add error handling in sja1105_setup()Vladimir Oltean2021-05-241-3/+14
| | * net: dsa: sja1105: call dsa_unregister_switch when allocating memory failsVladimir Oltean2021-05-241-4/+11
| | * net: dsa: sja1105: fix VL lookup command packing for P/Q/R/SVladimir Oltean2021-05-241-4/+19
| | * net: hso: fix control-request directionsJohan Hovold2021-05-241-2/+2
| | * r8152: check the informaton of the deviceHayes Wang2021-05-241-5/+37
| | * net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang2021-05-231-8/+0
| | * net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li2021-05-231-0/+3
| | * net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88Stefan Roese2021-05-232-25/+66
| | * net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet2021-05-211-0/+1
| | * net: lantiq: fix memory corruption in RX ringAleksander Jan Bajkowski2021-05-211-5/+9
| | * net: dsa: bcm_sf2: Fix bcm_sf2_reg_rgmii_cntrl() call for non-RGMII portFlorian Fainelli2021-05-211-3/+2
| | * net: ethernet: mtk_eth_soc: Fix DIM support for MT7628/88Stefan Roese2021-05-211-2/+8
| | * net: stmmac: fix system hang if change mac address after interface ifdownJoakim Zhang2021-05-201-1/+10
| | * net: stmmac: correct clocks enabled in stmmac_vlan_rx_kill_vid()Joakim Zhang2021-05-201-6/+6
| | * net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma2021-05-201-1/+1
| | * net: encx24j600: fix kernel-doc syntax in file headersAditya Srivastava2021-05-202-2/+2
| | * ixgbe: fix large MTU request from VFJesse Brandeburg2021-05-201-9/+7
| | * net: hso: bail out on interrupt URB allocation failureJohan Hovold2021-05-191-7/+7
| | * cxgb4: avoid accessing registers when clearing filtersRaju Rangoju2021-05-191-1/+1
| | * mlx5e: add add missing BH locking around napi_schdule()Jakub Kicinski2021-05-181-2/+5
| | * net/mlx5: Set term table as an unmanaged flow tableAriel Levkovich2021-05-181-2/+5
| | * net/mlx5: Don't overwrite HCA capabilities when setting MSI-X countLeon Romanovsky2021-05-181-5/+17
| | * {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen2021-05-184-4/+6
| | * net/mlx5e: Fix error path of updating netdev queuesAya Levin2021-05-181-1/+1
| | * net/mlx5e: Reject mirroring on source port change encap rulesVlad Buslov2021-05-181-0/+6
| | * net/mlx5e: Fix multipath lag activationDima Chumak2021-05-181-0/+6
| | * net/mlx5e: reset XPS on error flow if netdev isn't registered yetSaeed Mahameed2021-05-181-0/+7
| | * net/mlx5e: Make sure fib dev exists in fib eventRoi Dayan2021-05-181-1/+1
| | * net/mlx5e: Fix null deref accessing lag devRoi Dayan2021-05-181-0/+2
| | * net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow()Dima Chumak2021-05-181-3/+9
| | * net/mlx5: SF, Fix show state inactive when its inactivatedParav Pandit2021-05-181-7/+11
| | * net/mlx5: Fix err prints and return when creating termination tableRoi Dayan2021-05-181-12/+11
| | * net/mlx5: Set reformat action when needed for termination rulesJianbo Liu2021-05-181-21/+10
| | * net/mlx5e: Fix nullptr in add_vlan_push_action()Dima Chumak2021-05-181-2/+6
| | * {net, RDMA}/mlx5: Fix override of log_max_qp by other deviceMaor Gottlieb2021-05-181-6/+5
| | * net: hns3: check the return of skb_checksum_help()Yunsheng Lin2021-05-181-7/+3
| | * net: hns3: fix user's coalesce configuration lost issueHuazhong Tan2021-05-182-85/+63
| | * net: hns3: put off calling register_netdev() until client initialize completeJian Shen2021-05-181-8/+8