Age | Commit message (Expand) | Author |
2024-02-18 | net: bcmasp: Sanity check is off by one | Justin Chen |
2024-02-18 | net: bcmasp: Indicate MAC is in charge of PHY PM | Florian Fainelli |
2024-02-15 | net: bcmasp: Handle RX buffer allocation failure | Florian Fainelli |
2024-01-26 | bnxt_en: Make PTP timestamp HWRM more silent | Breno Leitao |
2024-01-24 | net: fill in MODULE_DESCRIPTION()s for Broadcom bgmac | Breno Leitao |
2024-01-19 | bnxt_en: Fix possible crash after creating sw mqprio TCs | Michael Chan |
2024-01-19 | bnxt_en: Prevent kernel warning when running offline self test | Michael Chan |
2024-01-19 | bnxt_en: Fix RSS table entries calculation for P5_PLUS chips | Michael Chan |
2024-01-19 | bnxt_en: Fix memory leak in bnxt_hwrm_get_rings() | Michael Chan |
2024-01-19 | bnxt_en: Wait for FLR to complete during probe | Michael Chan |
2024-01-08 | bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer() | Michael Chan |
2024-01-08 | bnxt_en: Fix RCU locking for ntuple filters in bnxt_srxclsrldel() | Michael Chan |
2024-01-08 | bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter() | Michael Chan |
2024-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-01-04 | bnxt_en: Fix compile error without CONFIG_RFS_ACCEL | Michael Chan |
2024-01-04 | bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters() | Michael Chan |
2024-01-02 | net: bcmgenet: Fix FCS generation for fragmented skbuffs | Adrian Cinal |
2024-01-02 | bnxt_en: Add support for ntuple filter deletion by ethtool. | Michael Chan |
2024-01-02 | bnxt_en: Add support for ntuple filters added from ethtool. | Michael Chan |
2024-01-02 | bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure. | Michael Chan |
2024-01-02 | bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters(). | Michael Chan |
2024-01-02 | bnxt_en: Refactor the hash table logic for ntuple filters. | Michael Chan |
2024-01-02 | bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer(). | Michael Chan |
2024-01-02 | bnxt_en: Add new BNXT_FLTR_INSERTED flag to bnxt_filter_base struct. | Michael Chan |
2024-01-02 | bnxt_en: Add bnxt_lookup_ntp_filter_from_idx() function | Michael Chan |
2024-01-02 | bnxt_en: Add function to calculate Toeplitz hash | Pavan Chebbi |
2024-01-02 | bnxt_en: Refactor L2 filter alloc/free firmware commands. | Michael Chan |
2024-01-02 | bnxt_en: Re-structure the bnxt_ntuple_filter structure. | Michael Chan |
2024-01-02 | bnxt_en: Add bnxt_l2_filter hash table. | Michael Chan |
2024-01-02 | bnxt_en: Refactor bnxt_ntuple_filter structure. | Michael Chan |
2023-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2023-12-15 | bnxt_en: do not map packet buffers twice | Andy Gospodarek |
2023-12-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-12-13 | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops | Ahmed Zaki |
2023-12-12 | bnxt_en: Make PTP TX timestamp HWRM query silent | Pavan Chebbi |
2023-12-12 | bnxt_en: Skip nic close/open when configuring tstamp filters | Pavan Chebbi |
2023-12-12 | bnxt_en: Add support for UDP GSO on 5760X chips | Michael Chan |
2023-12-12 | bnxt_en: add rx_filter_miss extended stats | Damodharam Ammepalli |
2023-12-12 | bnxt_en: Configure UDP tunnel TPA | Michael Chan |
2023-12-12 | bnxt_en: Add support for VXLAN GPE | Michael Chan |
2023-12-12 | bnxt_en: Use proper TUNNEL_DST_PORT_ALLOC* commands | Michael Chan |
2023-12-12 | bnxt_en: Allocate extra QP backing store memory when RoCE FW reports it | Selvin Xavier |
2023-12-12 | bnxt_en: Support TX coalesced completion on 5760X chips | Michael Chan |
2023-12-12 | bnxt_en: Prevent TX timeout with a very small TX ring | Michael Chan |
2023-12-12 | bnxt_en: Fix TX ring indexing logic | Michael Chan |
2023-12-12 | bnxt_en: Fix AGG ring check logic in bnxt_check_rings() | Somnath Kotur |
2023-12-12 | bnxt_en: Fix trimming of P5 RX and TX rings | Michael Chan |
2023-12-08 | bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logic | Michael Chan |
2023-12-08 | bnxt_en: Fix wrong return value check in bnxt_close_nic() | Kalesh AP |
2023-12-08 | bnxt_en: Fix skb recycling logic in bnxt_deliver_skb() | Sreekanth Reddy |