aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25sfc: fix kdoc warningJesse Brandeburg2-1/+2
2020-09-25drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg3-15/+15
2020-09-25drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg2-2/+2
2020-09-25drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg1-0/+10
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2-0/+2
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg15-84/+37
2020-09-25intel: handle unused assignmentsJesse Brandeburg3-149/+131
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg38-129/+185
2020-09-24net: hns3: rename macro of pci device id of vfGuangbin Huang3-8/+9
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang5-11/+55
2020-09-24net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2-0/+13
2020-09-24net: hns3: add a hardware error detect typeYufeng Mo3-0/+5
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo6-9/+9
2020-09-24net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-24Merge tag 'mlx5-updates-2020-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller21-1658/+2339
2020-09-24dpaa2-mac: add PCS support through the Lynx moduleIoana Ciornei3-1/+91
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2-23/+29
2020-09-23octeontx2-pf: Support to change VLAN based RSS hash options via ethtoolGeorge Cherian2-1/+8
2020-09-23octeontx2-af: Add support for VLAN based RSS hashingGeorge Cherian2-0/+9
2020-09-23octeontx2-pf: Add tracepoints for PF/VF mailboxSubbaraya Sundeep3-0/+10
2020-09-23octeontx2-af: Introduce tracepoints for mailboxSubbaraya Sundeep6-2/+136
2020-09-23net: allwinner: remove redundant irqsave and irqrestore in hardIRQBarry Song1-4/+2
2020-09-23net: hns3: Constify static structsRikard Falkeborn2-18/+18
2020-09-23net/mlx5: remove unreachable returnPavel Machek (CIP)1-2/+0
2020-09-23net/mlx5: simplify the return expression of mlx5_ec_init()Qinglang Miao1-7/+1
2020-09-23net/mlx5e: Use kfree() to free fd->g in accel_fs_tcp_create_groups()Denis Efremov1-1/+1
2020-09-23net/mlx5e: IPsec: Use kvfree() for memory allocated with kvzalloc()Denis Efremov1-2/+2
2020-09-23net/mlx5e: Keep direct reference to mlx5_core_dev in tc ctAriel Levkovich1-19/+18
2020-09-23net/mlx5e: TC: Remove unused parameter from mlx5_tc_ct_add_no_trk_match()Saeed Mahameed3-9/+4
2020-09-23net/mlx5e: CT: Use the same counter for both directionsOz Shlomo1-9/+85
2020-09-23net/mlx5e: Support CT offload for tc nic flowsAriel Levkovich6-200/+348
2020-09-23net/mlx5e: rework ct offload init messagesAriel Levkovich1-22/+17
2020-09-23net/mlx5e: Add tc chains offload support for nic flowsAriel Levkovich4-57/+250
2020-09-23net/mlx5: Refactor tc flow attributes structureAriel Levkovich7-262/+376
2020-09-23net/mlx5e: Split nic tc flow allocation and creationAriel Levkovich2-46/+77
2020-09-23net/mlx5e: Tc nic flows to use mlx5_chains flow tablesAriel Levkovich2-31/+60
2020-09-23net/mlx5: Allow ft level ignore for nic rx tablesAriel Levkovich1-2/+3
2020-09-23net/mlx5: Refactor multi chains and prios supportAriel Levkovich11-1066/+1174
2020-09-23net: realtek: Remove set but not used variableZheng Yongjun1-2/+2
2020-09-23hinic: improve the comments of function headerLuo bin6-4/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+12
2020-09-23net: microchip: Make `lan743x_pm_suspend` function return right valueZheng Yongjun1-4/+1
2020-09-22Merge tag 'mlx5-updates-2020-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller14-311/+637
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller54-428/+664
2020-09-21net/mlx5e: Enhanced TX MPWQE for SKBsMaxim Mikityanskiy11-18/+240
2020-09-21net/mlx5e: Move TX code into functions to be used by MPWQEMaxim Mikityanskiy1-6/+17
2020-09-21net/mlx5e: Rename xmit-related structs to generalize themMaxim Mikityanskiy5-26/+26
2020-09-21net/mlx5e: Generalize TX MPWQE checks for full sessionMaxim Mikityanskiy3-17/+21
2020-09-21net/mlx5e: Support multiple SKBs in a TX WQEMaxim Mikityanskiy5-21/+87
2020-09-21net/mlx5e: Move the TLS resync check out of the functionMaxim Mikityanskiy3-8/+13