summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Merge tag 'ieee802154-for-net-next-2023-12-20' of gitolite.kernel.org:pub/scm...Jakub Kicinski2-7/+4
2024-01-05net: phy: aquantia: switch to crc_itu_t()Stephen Rothwell2-4/+4
2024-01-05Revert "octeon_ep_vf: add octeon_ep_vf driver"Jakub Kicinski18-5308/+0
2024-01-04net: phylink: move phylink_pcs_neg_mode() into phylink.cRussell King (Oracle)1-0/+66
2024-01-04net: mdio_bus: add refcounting for fwnodes to mdiobusRussell King (Oracle)1-0/+13
2024-01-04bnxt_en: Fix compile error without CONFIG_RFS_ACCELMichael Chan1-0/+2
2024-01-04net: wangxun: add ethtool_ops for msglevelJiawen Wu4-0/+22
2024-01-04net: wangxun: add ethtool_ops for channel numberJiawen Wu12-68/+380
2024-01-04net: wangxun: add coalesce options supportJiawen Wu7-1/+120
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-04net: mdio: mux-bcm-iproc: Use alignment helpers and SZ_4KIlpo Järvinen1-2/+4
2024-01-03ppp: Fix spelling typo in comment in ppp_async_encode()liyouhong1-1/+1
2024-01-03Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski2-14/+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