summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-02-11octeontx2-pf: ethtool fec mode supportChristina Jacob4-1/+188
2021-02-11octeontx2-af: Add new CGX_CMD to get PHY FEC statisticsFelix Manlunas6-0/+97
2021-02-11octeontx2-af: forward error correction configurationChristina Jacob5-2/+155
2021-02-11net: octeontx2: Fix the confusion in buffer alloc failure pathKevin Hao3-26/+24
2021-02-11net: mhi: Add mbim protoLoic Poulain4-1/+304
2021-02-11net: mhi: Add rx_length_errors statLoic Poulain2-0/+2
2021-02-11net: mhi: Create mhi.hLoic Poulain2-31/+38
2021-02-11net: mhi: Add dedicated folderLoic Poulain3-1/+4
2021-02-11net: mhi: Add protocol supportLoic Poulain1-12/+57
2021-02-11cxgb4: collect serial config version from registerRahul Lakkireddy3-24/+9
2021-02-11i40e: remove the useless value assignment in i40e_clean_adminq_subtaskKaixu Xia1-1/+1
2021-02-11i40e: VLAN field for flow directorPrzemyslaw Patynowski4-292/+289
2021-02-11i40e: Add flow director support for IPv6Przemyslaw Patynowski4-119/+551
2021-02-11i40e: Add EEE status getting & setting implementationAleksandr Loktionov2-2/+123
2021-02-11i40e: Add netlink callbacks support for software based DCBArkadiusz Kubalewski1-7/+745
2021-02-11i40e: Add init and default config of software based DCBArkadiusz Kubalewski3-58/+497
2021-02-11i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski7-13/+1365
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller107-585/+1219
2021-02-10Merge tag 'pm-5.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-12/+103
2021-02-10Merge tag 'acpi-5.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+13
2021-02-10Merge tag 'dmaengine-fix2-5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-63/+104
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds20-28/+261
2021-02-10Merge tag 'i3c/fixes-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-02-10Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2-74/+86
2021-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller24-269/+2116
2021-02-10net: hns3: cleanup for endian issue for VF RSSJian Shen2-8/+13
2021-02-10net: hns3: remove unused macro definitionPeng Li2-4/+0
2021-02-10net: hns3: remove an unused parameter in hclge_vf_rate_param_check()Huazhong Tan1-2/+2
2021-02-10net: hns3: remove redundant return value of hns3_uninit_all_ring()Huazhong Tan2-10/+3
2021-02-10net: hns3: change hclge_query_bd_num() param typePeng Li1-2/+2
2021-02-10net: hns3: change hclge_parse_speed() param typePeng Li1-1/+1
2021-02-10net: hns3: modify some unmacthed types print parameterJiaran Zhang6-9/+9
2021-02-10net: hns3: clean up unnecessary parentheses in macro definitionsYufeng Mo8-18/+18
2021-02-10net: hns3: remove the shaper param magic numberPeng Li1-6/+8
2021-02-10net: hns3: remove redundant client_setup_tc handleJian Shen3-43/+0
2021-02-10net: hns3: clean up some incorrect variable types in hclge_dbg_dump_tm_map()Yonglong Liu1-6/+5
2021-02-10net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo1-0/+11
2021-02-10net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo1-4/+14
2021-02-10net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo1-0/+7
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean3-1/+78
2021-02-09net: broadcom: bcm4908enet: add BCM4908 controller driverRafał Miłecki4-0/+781
2021-02-09net: phy: broadcom: remove BCM5482 1000Base-BX supportMichael Walle1-92/+1
2021-02-09net: phy: drop explicit genphy_read_status() opMichael Walle2-2/+0
2021-02-09i40e: Log error for oversized MTU on deviceEryk Rybak1-4/+7
2021-02-09i40e: consolidate handling of XDP program actionsCristian Dumitrescu1-37/+61
2021-02-09i40e: remove the redundant buffer info updatesCristian Dumitrescu1-19/+14
2021-02-09i40e: remove unnecessary cleaned_count updatesCristian Dumitrescu1-3/+1
2021-02-09i40e: remove unnecessary memory writes of the next to clean pointerCristian Dumitrescu1-19/+11
2021-02-09mlxsw: spectrum_router: Set offload_failed flagAmit Cohen1-0/+52
2021-02-09netdevsim: fib: Add debugfs to debug route offload failureAmit Cohen1-2/+112