aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan1-2/+5
2019-07-15ethernet: remove redundant memsetFuqian Huang1-2/+0
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-21/+5
2019-07-09bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan1-6/+2
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+13
2019-07-08bnxt_en: add page_pool supportAndy Gospodarek1-6/+41
2019-07-08bnxt_en: optimized XDP_REDIRECT supportAndy Gospodarek1-1/+26
2019-06-30bnxt_en: Fix statistics context reservation logic for RDMA driver.Michael Chan1-6/+11
2019-06-30bnxt_en: Disable bus master during PCI shutdown and driver unload.Michael Chan1-1/+2
2019-06-27Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-6/+6
2019-06-25linux/dim: Rename externally used net_dim membersTal Gilboa1-5/+5
2019-06-25linux/dim: Rename net_dim_sample() to net_dim_update_sample()Tal Gilboa1-4/+4
2019-06-25linux/dim: Rename externally exposed macrosTal Gilboa1-1/+1
2019-05-22bnxt_en: Device serial number is supported only for PFs.Vasundhara Volam1-5/+6
2019-05-22bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan1-2/+2
2019-05-22bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan1-6/+7
2019-05-22bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan1-0/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-70/+201
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+0
2019-05-05bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.Michael Chan1-0/+4
2019-05-05bnxt_en: Add support for aRFS on 57500 chips.Michael Chan1-4/+12
2019-05-05bnxt_en: Query firmware capability to support aRFS on 57500 chips.Michael Chan1-1/+42
2019-05-05bnxt_en: Improve NQ reservations.Michael Chan1-2/+4
2019-05-05bnxt_en: Separate RDMA MR/AH context allocation.Devesh Sharma1-1/+18
2019-05-05bnxt_en: read the clause type from the PHY IDVasundhara Volam1-2/+2
2019-05-05bnxt_en: Read package version from firmware.Vasundhara Volam1-0/+9
2019-05-05bnxt_en: Check new firmware capability to display extended stats.Vasundhara Volam1-2/+6
2019-05-05bnxt_en: Add support for PCIe statisticsVasundhara Volam1-1/+36
2019-05-05bnxt_en: Refactor bnxt_alloc_stats().Vasundhara Volam1-39/+36
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+32
2019-04-27bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan1-4/+5
2019-04-27bnxt_en: Fix statistics context reservation logic.Michael Chan1-8/+6
2019-04-27bnxt_en: Pass correct extended TX port statistics size to firmware.Michael Chan1-2/+6
2019-04-27bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.Michael Chan1-6/+6
2019-04-27bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam1-0/+1
2019-04-27bnxt_en: Improve multicast address setup logic.Michael Chan1-1/+8
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+13
2019-04-08bnxt_en: Reset device on RX buffer errors.Michael Chan1-0/+6
2019-04-08bnxt_en: Improve RX consumer index validity check.Michael Chan1-3/+7
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-3/+0
2019-04-04bnxt: remove ndo_get_port_parent_id implementation for physical portsJiri Pirko1-1/+0
2019-04-04bnxt: move bp->switch_id initialization to PF probeJiri Pirko1-0/+25
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-2/+2
2019-03-28bnxt: remove ndo_get_phys_port_name implementationJiri Pirko1-18/+0
2019-03-28bnxt: implement ndo_get_devlink_portJiri Pirko1-1/+9
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2019-02-27bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan1-0/+6
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2