Netdev Archive on lore.kernel.org help / color / mirror / Atom feed
From: Michael Chan <michael.chan@broadcom.com> To: davem@davemloft.net Cc: netdev@vger.kernel.org Subject: [PATCH net 0/6] bnxt_en: Bug fixes. Date: Mon, 9 Jul 2018 02:24:46 -0400 [thread overview] Message-ID: <1531117492-21420-1-git-send-email-michael.chan@broadcom.com> (raw) These are bug fixes in error code paths, TC Flower VLAN TCI flow checking bug fix, proper filtering of Broadcast packets if IFF_BROADCAST is not set, and a bug fix in bnxt_get_max_rings() to return 0 ring parameters when the return value is -ENOMEM. Michael Chan (4): bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic. bnxt_en: Always set output parameters in bnxt_get_max_rings(). bnxt_en: Support clearing of the IFF_BROADCAST flag. bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs. Venkat Duvvuru (1): bnxt_en: Fix the vlan_tci exact match check. Vikas Gupta (1): bnxt_en: Fix for system hang if request_irq fails drivers/net/ethernet/broadcom/bnxt/bnxt.c | 24 ++++++++++++++------- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 1 - drivers/net/ethernet/broadcom/bnxt/bnxt_tc.c | 30 ++++++++++++++++++++++++--- drivers/net/ethernet/broadcom/bnxt/bnxt_ulp.c | 2 -- 4 files changed, 44 insertions(+), 13 deletions(-) -- 1.8.3.1
next reply other threads:[~2018-07-09 6:25 UTC|newest] Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-07-09 6:24 Michael Chan [this message] 2018-07-09 6:24 ` [PATCH net 1/6] bnxt_en: Fix the vlan_tci exact match check Michael Chan 2018-07-09 6:24 ` [PATCH net 2/6] bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic Michael Chan 2018-07-09 6:24 ` [PATCH net 3/6] bnxt_en: Always set output parameters in bnxt_get_max_rings() Michael Chan 2018-07-09 6:24 ` [PATCH net 4/6] bnxt_en: Support clearing of the IFF_BROADCAST flag Michael Chan 2018-07-09 6:24 ` [PATCH net 5/6] bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs Michael Chan 2018-07-09 6:24 ` [PATCH net 6/6] bnxt_en: Fix for system hang if request_irq fails Michael Chan 2018-07-09 23:28 ` [PATCH net 0/6] bnxt_en: Bug fixes David Miller -- strict thread matches above, loose matches on Subject: below -- 2023-06-07 7:54 Michael Chan 2023-06-08 9:20 ` patchwork-bot+netdevbpf 2020-09-21 1:08 Michael Chan 2020-09-21 2:05 ` David Miller 2019-08-16 22:33 Michael Chan 2019-08-18 20:06 ` David Miller 2018-11-15 8:25 Michael Chan 2018-11-15 17:40 ` David Miller 2017-10-14 1:09 [PATCH net 0/6] bnxt_en: bug fixes Michael Chan 2017-10-15 1:52 ` David Miller
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1531117492-21420-1-git-send-email-michael.chan@broadcom.com \ --to=michael.chan@broadcom.com \ --cc=davem@davemloft.net \ --cc=netdev@vger.kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).