Age | Commit message (Expand) | Author |
2020-05-29 | stmmac: platform: add "snps, dwmac-5.10a" IP compatible string | Fugang Duan |
2020-05-29 | net: ethernet: mtk-star-emac: remove unused variable | Bartosz Golaszewski |
2020-05-28 | e1000: Fix typo in the comment | Hari |
2020-05-28 | igc: Fix wrong register name | Sasha Neftin |
2020-05-28 | igc: Remove Sequence Error Counter | Sasha Neftin |
2020-05-28 | igc: Add Receive Error Counter | Sasha Neftin |
2020-05-28 | igc: Remove symbol error counter | Sasha Neftin |
2020-05-28 | i40e: Make i40e_shutdown_adminq() return void | Jason Yan |
2020-05-28 | e1000e: Relax condition to trigger reset for ME workaround | Punit Agrawal |
2020-05-28 | igc: Fix IGC_MAX_RXNFC_RULES | Andre Guedes |
2020-05-28 | igc: Reject NFC rules with multiple matches | Andre Guedes |
2020-05-28 | igc: Remove unused flags | Sasha Neftin |
2020-05-28 | igb: make igb_set_fc_watermarks() return void | Jason Yan |
2020-05-28 | ixgbe: Remove unused inline function ixgbe_irq_disable_queues | YueHaibing |
2020-05-28 | ixgbe: Use true, false for bool variable in __ixgbe_enable_sriov() | Jason Yan |
2020-05-28 | ixgbe: Remove conversion to bool in ixgbe_device_supports_autoneg_fc() | Jason Yan |
2020-05-28 | ixgbe: fix signed-integer-overflow warning | Xie XiuQi |
2020-05-28 | i40e: trivial fixup of comments in i40e_xsk.c | Jesper Dangaard Brouer |
2020-05-28 | i40e: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2020-05-28 | net: hns3: print out speed info when parsing speed fails | Huazhong Tan |
2020-05-28 | net: hns3: remove some unused fields in struct hclge_dev | Huazhong Tan |
2020-05-28 | net: hns3: remove two duplicated register macros in hclgevf_main.h | Huazhong Tan |
2020-05-28 | net: hns3: remove unused struct hnae3_unic_private_info | Huazhong Tan |
2020-05-28 | net: hns3; remove unused HNAE3_RESTORE_CLIENT in enum hnae3_reset_notify_type | Huazhong Tan |
2020-05-28 | net: hns3: remove some unused fields in struct hns3_nic_priv | Huazhong Tan |
2020-05-28 | net: hns3: modify an incorrect type in struct hclgevf_cfg_gro_status_cmd | Huazhong Tan |
2020-05-28 | net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmd | Huazhong Tan |
2020-05-28 | net: hns3: refactor hclge_query_bd_num_cmd_send() | Huazhong Tan |
2020-05-28 | net: hns3: refactor hclge_config_tso() | Huazhong Tan |
2020-05-28 | net: hns3: add a missing mutex destroy in hclge_init_ad_dev() | Huazhong Tan |
2020-05-28 | net: hns3: remove an unnecessary 'goto' in hclge_init_ae_dev() | Huazhong Tan |
2020-05-28 | net: ks8851: Remove ks8851_mll.c | Marek Vasut |
2020-05-28 | net: ks8851: Implement Parallel bus operations | Marek Vasut |
2020-05-28 | net: ks8851: Separate SPI operations into separate file | Marek Vasut |
2020-05-28 | net: ks8851: Implement register, FIFO, lock accessor callbacks | Marek Vasut |
2020-05-28 | net: ks8851: Permit overridding interrupt enable register | Marek Vasut |
2020-05-28 | net: ks8851: Factor out TX work flush function | Marek Vasut |
2020-05-28 | net: ks8851: Split out SPI specific code from probe() and remove() | Marek Vasut |
2020-05-28 | net: ks8851: Split out SPI specific entries in struct ks8851_net | Marek Vasut |
2020-05-28 | net: ks8851: Factor out SKB receive function | Marek Vasut |
2020-05-28 | net: ks8851: Factor out bus lock handling | Marek Vasut |
2020-05-28 | net: ks8851: Use 16-bit read of RXFC register | Marek Vasut |
2020-05-28 | net: ks8851: Use 16-bit writes to program MAC address | Marek Vasut |
2020-05-28 | net: ks8851: Remove ks8851_rdreg32() | Marek Vasut |
2020-05-28 | net: ks8851: Use dev_{get,set}_drvdata() | Marek Vasut |
2020-05-28 | net: ks8851: Use devm_alloc_etherdev() | Marek Vasut |
2020-05-28 | net: ks8851: Pass device node into ks8851_init_mac() | Marek Vasut |
2020-05-28 | net: ks8851: Replace dev_err() with netdev_err() in IRQ handler | Marek Vasut |
2020-05-28 | net: ks8851: Rename ndev to netdev in probe | Marek Vasut |
2020-05-28 | net: ks8851: Factor out spi->dev in probe()/remove() | Marek Vasut |