summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-02-14net: fec: Refactor: #define magic constantsCsókás Bence1-16/+30
2024-02-13r8169: simplify code by using core-provided pcpu stats allocationHeiner Kallweit1-5/+2
2024-02-13net: stmmac: Simplify mtl IRQ status checkingKurt Kanzenbach1-4/+2
2024-02-13net/mlx5e: link NAPI instances to queues and IRQsJoe Damato2-1/+11
2024-02-12net: stmmac: Add driver support for common safety IRQSuraj Jaiswal4-2/+51
2024-02-12tg3: fix bug caused by uninitialized variableHeiner Kallweit1-1/+1
2024-02-12net: stmmac: dwmac-qcom-ethqos: Enable TBS on all queues but 0Abhishek Chauhan1-1/+5
2024-02-12octeon_ep_vf: add ethtool supportShinas Rasheed4-1/+277
2024-02-12octeon_ep_vf: add Tx/Rx processing and interrupt supportShinas Rasheed3-0/+868
2024-02-12octeon_ep_vf: add support for ndo opsShinas Rasheed1-0/+134
2024-02-12octeon_ep_vf: add Tx/Rx ring resource setup and cleanupShinas Rasheed2-1/+438
2024-02-12octeon_ep_vf: add VF-PF mailbox communication.Shinas Rasheed4-2/+509
2024-02-12octeon_ep_vf: add hardware configuration APIsShinas Rasheed2-2/+676
2024-02-12octeon_ep_vf: Add driver framework and device initializationShinas Rasheed17-0/+2374
2024-02-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski3-13/+14
2024-02-09net: atlantic: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-12/+9
2024-02-09bnx2x: convert EEE handling to use linkmode bitmapsHeiner Kallweit1-23/+21
2024-02-09r8169: improve checking for valid LED modesHeiner Kallweit1-18/+20
2024-02-09bnxt_en: Add RSS support for IPSEC headersAjit Khaparde3-4/+49
2024-02-09bnxt_en: Invalidate user filters when neededPavan Chebbi3-1/+17
2024-02-09bnxt_en: Add support for user configured RSS keyPavan Chebbi3-4/+24
2024-02-09bnxt_en: Restore all the user created L2 and ntuple filtersPavan Chebbi1-2/+38
2024-02-09bnxt_en: Retain user configured filters when closingPavan Chebbi1-3/+6
2024-02-09bnxt_en: Save user configured filters in a lookup listPavan Chebbi2-0/+28
2024-02-09bnxt_en: Add separate function to delete the filter structurePavan Chebbi2-10/+14
2024-02-09bnxt_en: Add drop action support for ntupleVikas Gupta2-4/+14
2024-02-09bnxt_en: Enhance ethtool ntuple support for ip flows besides TCP/UDPVikas Gupta4-18/+113
2024-02-09bnxt_en: implement fully specified 5-tuple masksEdwin Peer3-168/+134
2024-02-09bnxt_en: Support ethtool -n to display ether filters.Michael Chan2-1/+38
2024-02-09bnxt_en: Add ethtool -N support for ether filters.Michael Chan3-3/+103
2024-02-09bnxt_en: Use firmware provided maximum filter counts.Michael Chan3-17/+26
2024-02-09net: emaclite: Use devm_platform_get_and_ioremap_resource() in xemaclite_of_p...Markus Elfring1-2/+1
2024-02-09ethernet: wiznet: Use devm_platform_get_and_ioremap_resource() in w5300_hw_pr...Markus Elfring1-2/+1
2024-02-09Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski22-832/+808
2024-02-09ravb: Add Tx checksum offload support for GbEthBiju Das2-7/+79
2024-02-09ravb: Add Rx checksum offload support for GbEthBiju Das2-4/+107
2024-02-09netxen_nic: remove redundant assignment to variable capabilityColin Ian King1-2/+0
2024-02-09bnxt: convert EEE handling to use linkmode bitmapsHeiner Kallweit3-50/+40
2024-02-09qed: remove duplicated assignment to variable opaque_fidColin Ian King1-2/+0
2024-02-09xirc2ps_cs: remove redundant assignment to variable okay, clean up freespaceColin Ian King1-3/+1
2024-02-09net/sun3_82586: Avoid reading past buffer in debug outputKees Cook1-1/+1
2024-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-188/+350
2024-02-08octeontx2-af: Initialize maps.Ratheesh Kannoth1-16/+15
2024-02-08net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdioSinthu Raja1-0/+2
2024-02-08net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdioSinthu Raja1-0/+3
2024-02-08r8169: remove setting LED default trigger, this is done by LED core nowHeiner Kallweit1-1/+0
2024-02-08Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski15-225/+735
2024-02-07igc: Unify filtering rule fieldsKurt Kanzenbach3-7/+9
2024-02-07igc: Use netdev printing functions for flex filtersKurt Kanzenbach1-5/+4
2024-02-07igc: Use reverse xmas treeKurt Kanzenbach1-1/+1