summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-261-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-242-3/+3
|\
| * bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2019-02-222-2/+2
| * bnxt_en: Fix typo in firmware message timeout logic.Michael Chan2019-02-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-201-0/+4
|\|
| * net: systemport: Fix reception of BPDUsFlorian Fainelli2019-02-151-0/+4
* | bnxt_en: Return relevant error code when offload failsSriharsha Basavapatna2019-02-191-1/+1
* | bnxt_en: Add support for mdio read/write to external PHYVasundhara Volam2019-02-191-2/+67
* | bnxt_en: Propagate trusted VF attribute to firmware.Michael Chan2019-02-193-4/+60
* | bnxt_en: Add support for BCM957504Erik Burrows2019-02-191-1/+4
* | bnxt_en: Update firmware interface spec. to 1.10.0.47.Michael Chan2019-02-191-19/+177
* | bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing2019-02-181-3/+1
* | Revert "devlink: Add a generic wake_on_lan port parameter"Vasundhara Volam2019-02-122-19/+1
* | bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-02-081-6/+2
* | devlink: publish params only after driver init is doneJiri Pirko2019-02-081-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-084-17/+20
|\|
| * net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei2019-02-061-1/+1
| * net: systemport: Fix WoL with password after deep sleepFlorian Fainelli2019-02-032-15/+12
| * bnxt_en: Disable interrupts when allocating CP rings or NQs.Michael Chan2019-01-311-1/+7
* | bnxt: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-064-31/+15
* | drivers: net: use flow action infrastructurePablo Neira Ayuso2019-02-061-41/+33
* | flow_offload: add statistics retrieval infrastructure and use itPablo Neira Ayuso2019-02-061-2/+2
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-100/+74
* | net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-042-2/+2
* | bnxt_en: Add bnxt_en initial port params table and register itVasundhara Volam2019-01-293-1/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-2/+2
|\|
| * net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei2019-01-291-2/+2
* | broadcom: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-233-4/+4
* | bnx2x: Bump up driver version to 1.713.36Sudarsana Reddy Kalluru2019-01-221-1/+1
* | bnx2x: fix various indentation issuesColin Ian King2019-01-164-98/+94
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-162-6/+11
|\
| * bnxt_en: Fix context memory allocation.Michael Chan2019-01-121-3/+6
| * bnxt_en: Fix ring checking logic on 57500 chips.Michael Chan2019-01-122-3/+5
* | cross-tree: phase out dma_zalloc_coherent() on headersLuis Chamberlain2019-01-082-2/+2
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-088-37/+37
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-241-4/+10
|\
| * bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov2018-12-241-4/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-205-23/+59
|\|
| * bnxt_en: Fix ethtool self-test loopback.Michael Chan2018-12-191-1/+4
| * bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2018-12-122-1/+10
| * bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru2018-12-123-12/+12
| * bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2018-12-122-8/+30
| * bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru2018-12-121-1/+3
* | bnxt_en: Adjust default RX coalescing ticks to 10 us.Michael Chan2018-12-201-1/+1
* | bnxt_en: Support for 64-bit flow handle.Venkat Duvvuru2018-12-204-10/+78
* | bnxt_en: Increase context memory allocations on 57500 chips for RDMA.Michael Chan2018-12-202-8/+59
* | bnxt_en: Add Level 2 context memory paging support.Michael Chan2018-12-202-23/+108
* | bnxt_en: Enhance bnxt_alloc_ring()/bnxt_free_ring().Michael Chan2018-12-202-6/+16
* | bnxt_en: Add support for 2nd firmware message channel.Venkat Duvvuru2018-12-202-18/+117
* | bnxt_en: Introduce bnxt_get_hwrm_resp_addr & bnxt_get_hwrm_seq_id routines.Venkat Duvvuru2018-12-203-19/+41