summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-01-04net: wangxun: add ethtool_ops for ring parametersJiawen Wu11-3/+214
2024-01-04net: wangxun: add flow control supportJiawen Wu9-0/+251
2024-01-04net: ngbe: convert phylib to phylinkJiawen Wu4-63/+70
2024-01-04net: txgbe: use phylink bits added in libwxJiawen Wu4-62/+26
2024-01-04net: libwx: add phylink to libwxJiawen Wu3-0/+39
2024-01-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller17-89/+381
2024-01-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski16-359/+342
2024-01-04net: ena: Take xdp packets stats into account in ena_get_stats64()David Arinzon1-3/+10
2024-01-04net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon1-10/+7
2024-01-04net: ena: Always register RX queue infoDavid Arinzon3-4/+13
2024-01-04net: ena: Add more debug prints to XDP related functionDavid Arinzon1-0/+4
2024-01-04net: ena: Refactor napi functionsDavid Arinzon2-23/+30
2024-01-04net: ena: Don't check if XDP program is loaded in ena_xdp_execute()David Arinzon1-3/+0
2024-01-04net: ena: Use tx_ring instead of xdp_ring for XDP channel TXDavid Arinzon4-65/+61
2024-01-04net: ena: Introduce total_tx_size field in ena_tx_buffer structDavid Arinzon2-2/+5
2024-01-04net: ena: Put orthogonal fields in ena_tx_buffer in a unionDavid Arinzon1-5/+7
2024-01-04net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()David Arinzon4-11/+10
2024-01-04net: ena: Move XDP code to its new filesDavid Arinzon6-657/+679
2024-01-04octeontx2-af: Fix max NPC MCAM entry check while validating ref_entrySuman Ghosh1-7/+6
2024-01-04net: mvpp2: initialize port fwnode pointerMarcin Wojtas1-1/+1
2024-01-03i40e: Avoid unnecessary use of comma operatorSimon Horman1-1/+1
2024-01-03i40e: Fix VF disable behavior to block all trafficAndrii Staikov2-0/+33
2024-01-03ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-01-03ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-01-03ixgbe: report link state for VF devicesOvidiu Panait1-0/+1
2024-01-02ice: Fix some null pointer dereference issues in ice_ptp.cKunwu Chan1-0/+4
2024-01-02ice: ice_base.c: Add const modifier to params and varsJan Glaza2-5/+5
2024-01-02ice: remove rx_len_errors statisticJan Sokolowski3-7/+0
2024-01-02ice: replace ice_vf_recreate_vsi() with ice_vf_reconfig_vsi()Jacob Keller4-33/+28
2024-01-02ice: Add support for packet mirroring using hardware in switchdev modeAndrii Staikov3-7/+60
2024-01-02ice: Enable SW interrupt from FW for LL TSKarol Kolacinski8-28/+274
2024-01-02ice: Schedule service task in IRQ top halfKarol Kolacinski2-10/+11
2024-01-02octeon_ep_vf: add ethtool supportShinas Rasheed5-2/+312
2024-01-02octeon_ep_vf: add Tx/Rx processing and interrupt supportShinas Rasheed4-5/+867
2024-01-02octeon_ep_vf: add support for ndo opsShinas Rasheed1-0/+54
2024-01-02octeon_ep_vf: add Tx/Rx ring resource setup and cleanupShinas Rasheed2-0/+439
2024-01-02octeon_ep_vf: add VF-PF mailbox communication.Shinas Rasheed4-2/+581
2024-01-02octeon_ep_vf: add hardware configuration APIsShinas Rasheed2-2/+675
2024-01-02octeon_ep_vf: Add driver framework and device initializationShinas Rasheed17-0/+2391
2024-01-02net/ps3_gelic_net: Add gelic_descr structuresGeoff Levand2-92/+109
2024-01-02bnxt_en: Add support for ntuple filter deletion by ethtool.Michael Chan1-0/+29
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan3-7/+201
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan3-50/+99
2024-01-02bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan2-16/+22
2024-01-02bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan3-28/+59
2024-01-02bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer().Michael Chan2-52/+41
2024-01-02bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct.Michael Chan2-1/+11
2024-01-02bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() functionMichael Chan1-6/+20
2024-01-02bnxt_en: Add function to calculate Toeplitz hashPavan Chebbi2-3/+108
2024-01-02bnxt_en: Refactor L2 filter alloc/free firmware commands.Michael Chan2-54/+112