summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-0610-56/+0
|\
| * drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-0810-56/+0
| * drivers: Remove useless trailing comments from mmiowb() invocationsWill Deacon2019-04-082-2/+2
* | bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan2019-04-271-4/+5
* | bnxt_en: Fix statistics context reservation logic.Michael Chan2019-04-271-8/+6
* | bnxt_en: Pass correct extended TX port statistics size to firmware.Michael Chan2019-04-271-2/+6
* | bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.Michael Chan2019-04-271-6/+6
* | bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam2019-04-271-0/+1
* | bnxt_en: Improve multicast address setup logic.Michael Chan2019-04-271-1/+8
* | bnx2x: fix spelling mistake "dicline" -> "decline"Colin Ian King2019-04-151-1/+1
* | bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-081-0/+6
* | bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-081-3/+7
* | broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-082-6/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-3/+0
|\
| * RDMA/bnxt_en: Enable RDMA driver support for 57500 chipDevesh Sharma2019-02-071-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-0/+6
|\ \
| * | bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-02-271-0/+6
* | | 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