aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+0
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-26net: devlink: turn devlink into a built-inJakub Kicinski1-1/+0
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2019-02-22bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-22bnxt_en: Fix typo in firmware message timeout logic.Michael Chan1-1/+1
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-02-19bnxt_en: Return relevant error code when offload failsSriharsha Basavapatna1-1/+1
2019-02-19bnxt_en: Add support for mdio read/write to external PHYVasundhara Volam1-2/+67
2019-02-19bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan3-4/+60
2019-02-19bnxt_en: Add support for BCM957504Erik Burrows1-1/+4
2019-02-19bnxt_en: Update firmware interface spec. to 1.10.0.47.Michael Chan1-19/+177
2019-02-18bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing1-3/+1
2019-02-15net: systemport: Fix reception of BPDUsFlorian Fainelli1-0/+4
2019-02-12Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam2-19/+1
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-07RDMA/bnxt_en: Enable RDMA driver support for 57500 chipDevesh Sharma1-3/+0
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