summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-02-09netdevsim: dev: Initialize FIB module after debugfsIdo Schimmel1-19/+21
2021-02-09netdevsim: fib: Do not warn if route was not found for several eventsAmit Cohen1-3/+3
2021-02-09IPv6: Add "offload failed" indication to routesAmit Cohen2-3/+3
2021-02-09IPv4: Add "offload failed" indication to routesAmit Cohen2-0/+3
2021-02-09ice: Improve MSI-X fallback logicTony Nguyen1-15/+25
2021-02-09ice: Fix trivial error messageMitch Williams1-1/+1
2021-02-09ice: remove unnecessary castsBruce Allan4-11/+11
2021-02-09ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao7-78/+83
2021-02-09ice: fix writeback enable logicJesse Brandeburg2-35/+25
2021-02-09ice: Use PSM clock frequency to calculate RL profilesBen Shelton5-9/+63
2021-02-09ice: create scheduler aggregator node config and move VSIsKiran Patil9-20/+1207
2021-02-09ice: Add initial support framework for LAGDave Ertman7-0/+570
2021-02-09ice: Remove xsk_buff_pool from VSI structureMichal Swiatkowski3-79/+30
2021-02-09ice: implement new LLDP filter commandDave Ertman6-8/+82
2021-02-09ice: log message when trusted VF goes in/out of promisc modeBrett Creeley1-13/+19
2021-02-09Merge tag 'mlx5-updates-2021-02-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller24-1057/+3783
2021-02-09cxgb4: remove unused vpd_cap_addrHeiner Kallweit2-3/+0
2021-02-09nfc: st-nci: Remove unnecessary variablewengjianfeng1-2/+1
2021-02-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski12-242/+906
2021-02-07r8169: don't try to disable interrupts if NAPI is scheduled alreadyHeiner Kallweit1-2/+4
2021-02-07net: ipa: avoid field overflowAlex Elder1-8/+14
2021-02-07net: ipa: get rid of status size constraintAlex Elder1-3/+0
2021-02-07net: ipa: use a Boolean rather than count when replenishingAlex Elder1-16/+19
2021-02-07net: ipa: remove two unused register definitionsAlex Elder1-10/+0
2021-02-07net: ipa: do not cache event ring stateAlex Elder2-19/+21
2021-02-07net: ipa: synchronize NAPI only for suspendAlex Elder1-8/+10
2021-02-07net: ipa: move mutex calls into __gsi_channel_stop()Alex Elder1-11/+17