summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix double DMA unmapping for XDP_REDIRECTSomnath Kotur2024-08-221-5/+0
* bnxt_en: Don't clear ntuple filters and rss contexts during ethtool opsPavan Chebbi2024-08-163-8/+2
* net: ethtool: fix off-by-one error in max RSS context IDsEdward Cree2024-08-081-1/+1
* net: bcmgenet: Properly overlay PHY and MAC Wake-on-LAN capabilitiesFlorian Fainelli2024-08-081-9/+5
* bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl()Michael Chan2024-08-081-6/+7
* eth: bnxt: populate defaults in the RSS context structJakub Kicinski2024-07-291-0/+4
* eth: bnxt: reject unsupported hash functionsJakub Kicinski2024-07-291-2/+8
* bnxt_en: Fix RSS logic in __bnxt_reserve_rings()Pavan Chebbi2024-07-261-2/+4
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-251-0/+17
|\
| * bnxt_en: update xdp_rxq_info in queue restart logicTaehee Yoo2024-07-251-0/+17
* | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-2/+2
|\ \ | |/ |/|
| * Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman2024-06-173-3/+62
| |\
| * | auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman2024-06-131-2/+2
* | | Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-153-3/+3
|\ \ \
| * | | net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-153-3/+3
* | | | eth: bnxt: use the indir table from ethtool contextJakub Kicinski2024-07-133-37/+29
* | | | eth: bnxt: bump the entry size in indir tables to u32Jakub Kicinski2024-07-133-9/+9
* | | | eth: bnxt: pad out the correct indirection tableJakub Kicinski2024-07-131-1/+1
* | | | eth: bnxt: use the RSS context XArray instead of the local listJakub Kicinski2024-07-133-50/+26
* | | | eth: bnxt: use context priv for struct bnxt_rss_ctxJakub Kicinski2024-07-133-30/+9
* | | | eth: bnxt: depend on core cleaning up RSS contextsJakub Kicinski2024-07-133-9/+6
* | | | eth: bnxt: remove rss_ctx_bmapJakub Kicinski2024-07-133-18/+2
* | | | eth: bnxt: move from .set_rxfh to .create_rxfh_context and friendsJakub Kicinski2024-07-132-45/+75
* | | | eth: bnxt: allow deleting RSS contexts when the device is downJakub Kicinski2024-07-132-6/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-114-0/+23
|\ \ \ \ | |/ / / |/| | |
| * | | bnxt: fix crashes when reducing ring count with active RSS contextsJakub Kicinski2024-07-093-0/+22
| * | | net: bcmasp: Fix error code in probe()Dan Carpenter2024-07-061-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-042-2/+6
|\| | |
| * | | bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi2024-07-041-1/+5
| * | | bnx2x: Fix multiple UBSAN array-index-out-of-boundsGhadi Elie Rahme2024-06-291-1/+1
* | | | bnxt_en: unlink page pool when stopping Rx queueDavid Wei2024-07-021-5/+1
* | | | bnxt_en: Remove atomic operations on ptp->tx_availPavan Chebbi2024-07-013-22/+31
* | | | bnxt_en: Increase the max total outstanding PTP TX packets to 4Pavan Chebbi2024-07-014-30/+68
* | | | bnxt_en: Let bnxt_stamp_tx_skb() return error codePavan Chebbi2024-07-011-5/+11
* | | | bnxt_en: Remove an impossible condition check for PTP TX pending SKBPavan Chebbi2024-07-013-13/+4
* | | | bnxt_en: Refactor all PTP TX timestamp fields into a structPavan Chebbi2024-07-013-28/+40
* | | | bnxt_en: Add BCM5760X specific PHC registers mappingPavan Chebbi2024-07-013-5/+25
* | | | bnxt_en: Add TX timestamp completion logicMichael Chan2024-07-014-11/+64
* | | | bnxt_en: Allow some TX packets to be unprocessed in NAPIMichael Chan2024-07-011-6/+15
* | | | bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bdMichael Chan2024-07-012-2/+7
* | | | bnxt_en: Add new TX timestamp completion definitionsMichael Chan2024-07-011-0/+26
* | | | bnxt_en: implement netdev_queue_mgmt_opsDavid Wei2024-06-211-0/+275
* | | | bnxt_en: split rx ring helpers out from ring helpersDavid Wei2024-06-211-107/+193
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-203-138/+186
|\| | |
| * | | bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi2024-06-201-3/+2
| * | | bnxt_en: Set TSO max segs on devices with limitsMichael Chan2024-06-202-0/+4
| * | | bnxt_en: Update firmware interface to 1.10.3.44Michael Chan2024-06-201-133/+178
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-133-3/+62
|\| |
| * | bnxt_en: Adjust logging of firmware messages in case of released token in __h...Aleksandr Mishin2024-06-131-1/+1
| * | bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded responseMichael Chan2024-06-132-2/+61
| |/