summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "tg3: Remove residual error handling in tg3_suspend"Paolo Abeni2024-04-041-4/+26
* tg3: Remove residual error handling in tg3_suspendNikita Kiryushin2024-04-041-26/+4
* net: bcmgenet: Reset RBUF on first openPhil Elwell2024-04-031-4/+12
* net: bcmasp: Remove phy_{suspend/resume}Justin Chen2024-03-281-14/+1
* net: bcmasp: Bring up unimac after PHY link upJustin Chen2024-03-281-9/+19
* Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-211-3/+3
|\
| * net/bnx2x: Prevent access to a freed page in page_poolThinh Tran2024-03-201-3/+3
* | Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-215-8/+22
|\ \
| * | cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENTChris Leech2024-03-075-8/+22
* | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-151-1/+1
|\ \ \ | |_|/ |/| |
| * | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2024-03-061-1/+1
| |/
* | eth: bnxt: support per-queue statisticsJakub Kicinski2024-03-081-0/+65
* | net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-041-2/+1
* | net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-6/+5
* | net: bcmasp: Add support for PHY interruptsJustin Chen2024-03-013-0/+26
* | net: bcmasp: Keep buffers through power managementJustin Chen2024-03-012-108/+85
* | net: bcmasp: Add support for ASP 2.2Justin Chen2024-03-013-10/+87
* | bnxt_en: fix accessing vnic_info before allocating itAlexander Lobakin2024-02-271-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-232-3/+6
|\ \
| * | net: bcmasp: Sanity check is off by oneJustin Chen2024-02-181-3/+3
| * | net: bcmasp: Indicate MAC is in charge of PHY PMFlorian Fainelli2024-02-181-0/+3
| |/
* | bnxt_en: Use the new VNIC to create ntuple filtersPavan Chebbi2024-02-221-6/+27
* | bnxt_en: Create and setup the additional VNIC for adding ntuple filtersPavan Chebbi2024-02-222-10/+36
* | bnxt_en: Provision for an additional VNIC for ntuple filtersPavan Chebbi2024-02-222-5/+32
* | bnxt_en: Define BNXT_VNIC_DEFAULT for the default vnic indexPavan Chebbi2024-02-223-21/+24
* | bnxt_en: Refactor bnxt_set_features()Pavan Chebbi2024-02-221-7/+12
* | bnxt_en: Add bnxt_get_total_vnics() to calculate number of VNICsVenkat Duvvuru2024-02-221-11/+17
* | bnxt_en: Check additional resources in bnxt_check_rings()Michael Chan2024-02-221-0/+2
* | bnxt_en: Improve RSS context reservation infrastructurePavan Chebbi2024-02-222-23/+36
* | bnxt_en: Explicitly specify P5 completion rings to reserveMichael Chan2024-02-222-7/+13
* | bnxt_en: Refactor ring reservation functionsMichael Chan2024-02-222-130/+132
* | Revert "net: bcmgenet: Ensure MDIO unregistration has clocks enabled"Florian Fainelli2024-02-211-2/+0
* | net: bcmgenet: Pass "main" clock down to the MDIO driverFlorian Fainelli2024-02-211-0/+4
* | tg3: simplify tg3_phy_autoneg_cfgHeiner Kallweit2024-02-211-13/+4
* | tg3: copy only needed fields from userspace-provided EEE dataHeiner Kallweit2024-02-211-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-161-0/+3
|\|
| * net: bcmasp: Handle RX buffer allocation failureFlorian Fainelli2024-02-151-0/+3
* | tg3: fix bug caused by uninitialized variableHeiner Kallweit2024-02-121-1/+1
* | bnx2x: convert EEE handling to use linkmode bitmapsHeiner Kallweit2024-02-091-23/+21
* | bnxt_en: Add RSS support for IPSEC headersAjit Khaparde2024-02-093-4/+49
* | bnxt_en: Invalidate user filters when neededPavan Chebbi2024-02-093-1/+17
* | bnxt_en: Add support for user configured RSS keyPavan Chebbi2024-02-093-4/+24
* | bnxt_en: Restore all the user created L2 and ntuple filtersPavan Chebbi2024-02-091-2/+38
* | bnxt_en: Retain user configured filters when closingPavan Chebbi2024-02-091-3/+6
* | bnxt_en: Save user configured filters in a lookup listPavan Chebbi2024-02-092-0/+28
* | bnxt_en: Add separate function to delete the filter structurePavan Chebbi2024-02-092-10/+14
* | bnxt_en: Add drop action support for ntupleVikas Gupta2024-02-092-4/+14
* | bnxt_en: Enhance ethtool ntuple support for ip flows besides TCP/UDPVikas Gupta2024-02-094-18/+113
* | bnxt_en: implement fully specified 5-tuple masksEdwin Peer2024-02-093-168/+134
* | bnxt_en: Support ethtool -n to display ether filters.Michael Chan2024-02-092-1/+38