summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2024-02-18net: bcmasp: Sanity check is off by oneJustin Chen
2024-02-18net: bcmasp: Indicate MAC is in charge of PHY PMFlorian Fainelli
2024-02-15net: bcmasp: Handle RX buffer allocation failureFlorian Fainelli
2024-01-26bnxt_en: Make PTP timestamp HWRM more silentBreno Leitao
2024-01-24net: fill in MODULE_DESCRIPTION()s for Broadcom bgmacBreno Leitao
2024-01-19bnxt_en: Fix possible crash after creating sw mqprio TCsMichael Chan
2024-01-19bnxt_en: Prevent kernel warning when running offline self testMichael Chan
2024-01-19bnxt_en: Fix RSS table entries calculation for P5_PLUS chipsMichael Chan
2024-01-19bnxt_en: Fix memory leak in bnxt_hwrm_get_rings()Michael Chan
2024-01-19bnxt_en: Wait for FLR to complete during probeMichael Chan
2024-01-08bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer()Michael Chan
2024-01-08bnxt_en: Fix RCU locking for ntuple filters in bnxt_srxclsrldel()Michael Chan
2024-01-08bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter()Michael Chan
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04bnxt_en: Fix compile error without CONFIG_RFS_ACCELMichael Chan
2024-01-04bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan
2024-01-02net: bcmgenet: Fix FCS generation for fragmented skbuffsAdrian Cinal
2024-01-02bnxt_en: Add support for ntuple filter deletion by ethtool.Michael Chan
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan
2024-01-02bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan
2024-01-02bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan
2024-01-02bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer().Michael Chan
2024-01-02bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct.Michael Chan
2024-01-02bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() functionMichael Chan
2024-01-02bnxt_en: Add function to calculate Toeplitz hashPavan Chebbi
2024-01-02bnxt_en: Refactor L2 filter alloc/free firmware commands.Michael Chan
2024-01-02bnxt_en: Re-structure the bnxt_ntuple_filter structure.Michael Chan
2024-01-02bnxt_en: Add bnxt_l2_filter hash table.Michael Chan
2024-01-02bnxt_en: Refactor bnxt_ntuple_filter structure.Michael Chan
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-15bnxt_en: do not map packet buffers twiceAndy Gospodarek
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-12bnxt_en: Make PTP TX timestamp HWRM query silentPavan Chebbi
2023-12-12bnxt_en: Skip nic close/open when configuring tstamp filtersPavan Chebbi
2023-12-12bnxt_en: Add support for UDP GSO on 5760X chipsMichael Chan
2023-12-12bnxt_en: add rx_filter_miss extended statsDamodharam Ammepalli
2023-12-12bnxt_en: Configure UDP tunnel TPAMichael Chan
2023-12-12bnxt_en: Add support for VXLAN GPEMichael Chan
2023-12-12bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commandsMichael Chan
2023-12-12bnxt_en: Allocate extra QP backing store memory when RoCE FW reports itSelvin Xavier
2023-12-12bnxt_en: Support TX coalesced completion on 5760X chipsMichael Chan
2023-12-12bnxt_en: Prevent TX timeout with a very small TX ringMichael Chan
2023-12-12bnxt_en: Fix TX ring indexing logicMichael Chan
2023-12-12bnxt_en: Fix AGG ring check logic in bnxt_check_rings()Somnath Kotur
2023-12-12bnxt_en: Fix trimming of P5 RX and TX ringsMichael Chan
2023-12-08bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan
2023-12-08bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP
2023-12-08bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy