summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-08-30bnxt_en: update all firmware calls to use the new APIsEdwin Peer9-1538/+1953
2021-08-30bnxt_en: use link_lock instead of hwrm_cmd_lock to protect link_infoEdwin Peer2-2/+7
2021-08-30bnxt_en: add support for HWRM request slicesEdwin Peer2-2/+120
2021-08-30bnxt_en: add HWRM request assignment APIEdwin Peer2-0/+56
2021-08-30bnxt_en: discard out of sequence HWRM responsesEdwin Peer1-4/+17
2021-08-30bnxt_en: introduce new firmware message API based on DMA poolsEdwin Peer4-121/+442
2021-08-30bnxt_en: move HWRM API implementation into separate fileEdwin Peer13-357/+407
2021-08-30bnxt_en: Refactor the HWRM_VER_GET firmware callsEdwin Peer1-6/+11
2021-08-30bnxt_en: remove DMA mapping for KONG responseEdwin Peer2-51/+7
2021-08-29niu: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-11/+3
2021-08-29net: spider_net: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-12/+15
2021-08-29octeontx2-pf: Add vlan-etype to ntuple filtersSubbaraya Sundeep4-11/+58
2021-08-29octeontx2-af: Fix inconsistent license textSunil Goutham33-108/+63
2021-08-29octeontx2-pf: Fix inconsistent license textSunil Goutham18-54/+45
2021-08-29Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-David S. Miller6-49/+258
2021-08-28ionic: recreate hwstamp queues on ifupShannon Nelson3-0/+32
2021-08-28ionic: pull hwstamp queue_lock up a levelShannon Nelson2-14/+6
2021-08-28ionic: add queue lock around open and stopShannon Nelson1-1/+8
2021-08-28ionic: fill mac addr earlier in add_addrShannon Nelson1-1/+2
2021-08-28ionic: squelch unnecessary fw halted messageShannon Nelson1-2/+2
2021-08-28ionic: fire watchdog again after fw_downShannon Nelson1-2/+9
2021-08-28net: hns3: add required space in commentHao Chen4-4/+4
2021-08-28net: hns3: remove unnecessary "static" of local variables in functionHao Chen2-2/+2
2021-08-28net: hns3: don't config TM DWRR twice when set ETSGuangbin Huang1-3/+1
2021-08-28net: hns3: add new function hclge_get_speed_bit()Guangbin Huang2-31/+35
2021-08-28net: hns3: refactor function hclgevf_parse_capability()Guangbin Huang2-13/+20
2021-08-28net: hns3: refactor function hclge_parse_capability()Guangbin Huang2-29/+28
2021-08-28net: hns3: add trace event in hclge_gen_resp_to_vf()Yufeng Mo1-0/+2
2021-08-28bnxt: count discards due to memory allocation errorsJakub Kicinski2-1/+11
2021-08-28bnxt: count packets discarded because of netpollJakub Kicinski3-1/+13
2021-08-27igc: Add support for CBS offloadingAravindhan Gunasekaran5-1/+195
2021-08-27igc: Simplify TSN flags handlingVinicius Costa Gomes4-27/+43
2021-08-27igc: Use default cycle 'start' and 'end' values for queuesVinicius Costa Gomes2-22/+21
2021-08-27octeontx2-af: cn10K: support for sched lmtst and other featuresHarman Kalra4-16/+91
2021-08-27net: hns3: uniform type of function parameter cmdHao Chen1-3/+2
2021-08-27net: hns3: merge some repetitive macrosPeng Li6-63/+44
2021-08-27net: hns3: package new functions to simplify hclgevf_mbx_handler codePeng Li1-48/+55
2021-08-27net: hns3: remove redundant param to simplify codePeng Li1-3/+1
2021-08-27net: hns3: use memcpy to simplify codePeng Li1-7/+2
2021-08-27net: hns3: remove redundant param mbx_event_pendingPeng Li2-13/+0
2021-08-27net: hns3: add hns3_state_init() to do state initializationHuazhong Tan1-10/+19
2021-08-27net: hns3: add macros for mac speeds of firmware commandGuangbin Huang2-18/+31
2021-08-27Merge tag 'mlx5-updates-2021-08-26' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller15-236/+556
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-94/+186
2021-08-27net/mlx5: DR, Add support for update FTEYevgeny Kliteynik1-9/+30
2021-08-27net/mlx5: DR, Improve rule tracking memory consumptionYevgeny Kliteynik3-86/+83
2021-08-27net/mlx5: DR, Remove rehash ctrl struct from dr_htblYevgeny Kliteynik3-21/+24
2021-08-27net/mlx5: DR, Remove HW specific STE type from nic domainYevgeny Kliteynik10-45/+61
2021-08-27net/mlx5: DR, Merge DR_STE_SIZE enumsYevgeny Kliteynik1-3/+0
2021-08-27net/mlx5: DR, Skip source port matching on FDB RX domainYevgeny Kliteynik1-1/+13