aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva1-6/+2
2019-02-08devlink: publish params only after driver init is doneJiri Pirko1-0/+3
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-17/+20
2019-02-06net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-06bnxt: Implement ndo_get_port_parent_id()Florian Fainelli4-31/+15
2019-02-06drivers: net: use flow action infrastructurePablo Neira Ayuso1-41/+33
2019-02-06flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso1-2/+2
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-100/+74
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2-2/+2
2019-02-03net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2-15/+12
2019-01-31bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan1-1/+7
2019-01-29bnxt_en: Add bnxt_en initial port params table and register itVasundhara Volam3-1/+44
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-01-29net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei1-2/+2
2019-01-23broadcom: Mark expected switch fall-throughsGustavo A. R. Silva3-4/+4
2019-01-22bnx2x: Bump up driver version to 1.713.36Sudarsana Reddy Kalluru1-1/+1
2019-01-16bnx2x: fix various indentation issuesColin Ian King4-98/+94
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+11
2019-01-12bnxt_en: Fix context memory allocation.Michael Chan1-3/+6
2019-01-12bnxt_en: Fix ring checking logic on 57500 chips.Michael Chan2-3/+5
2019-01-08cross-tree: phase out dma_zalloc_coherent() on headersLuis Chamberlain2-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain8-37/+37
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10
2018-12-24bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov1-4/+10
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+59
2018-12-20bnxt_en: Adjust default RX coalescing ticks to 10 us.Michael Chan1-1/+1
2018-12-20bnxt_en: Support for 64-bit flow handle.Venkat Duvvuru4-10/+78
2018-12-20bnxt_en: Increase context memory allocations on 57500 chips for RDMA.Michael Chan2-8/+59
2018-12-20bnxt_en: Add Level 2 context memory paging support.Michael Chan2-23/+108
2018-12-20bnxt_en: Enhance bnxt_alloc_ring()/bnxt_free_ring().Michael Chan2-6/+16
2018-12-20bnxt_en: Add support for 2nd firmware message channel.Venkat Duvvuru2-18/+117
2018-12-20bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.Venkat Duvvuru3-19/+41
2018-12-20bnxt_en: Avoid arithmetic on void * pointer.Venkat Duvvuru1-3/+5
2018-12-20bnxt_en: Use macros for firmware message doorbell offsets.Venkat Duvvuru2-6/+10
2018-12-20bnxt_en: Set hwrm_intr_seq_id value to its inverted value.Venkat Duvvuru2-5/+6
2018-12-20bnxt_en: Update firmware interface spec. to 1.10.0.33.Michael Chan1-112/+502
2018-12-19bnxt_en: Fix ethtool self-test loopback.Michael Chan1-1/+4
2018-12-17bnxt_en: query force speeds before disabling autoneg mode.Vasundhara Volam1-1/+21
2018-12-17bnxt_en: Do not free port statistics buffer when device is down.Michael Chan2-5/+25
2018-12-17bnxt_en: Save ring statistics before reset.Michael Chan2-14/+44
2018-12-17bnxt_en: Return linux standard errors in bnxt_ethtool.cVasundhara Volam1-17/+39
2018-12-17bnxt_en: Don't set ETS on unused TCs.Michael Chan1-1/+4
2018-12-17bnxt_en: Add ethtool -S priority counters.Michael Chan3-1/+144
2018-12-17bnxt_en: Add SR-IOV support for 57500 chips.Michael Chan3-4/+19
2018-12-17bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.Michael Chan1-8/+11
2018-12-17bnxt_en: Reserve 1 stat_ctx for RDMA driver.Vasundhara Volam2-28/+52
2018-12-17bnxt_en: Do not modify max_stat_ctxs after RDMA driver requests/frees stat_ctxsVasundhara Volam3-15/+2
2018-12-17bnxt_en: get rid of num_stat_ctxs variableVasundhara Volam7-16/+25
2018-12-17bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.Michael Chan3-6/+16
2018-12-17bnxt_en: Store the maximum NQs available on the PF.Michael Chan2-1/+5