summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2019-04-28bnxt_en: Fix uninitialized variable usage in bnxt_rx_pkt().Michael Chan1-4/+5
2019-04-28bnxt_en: Fix statistics context reservation logic.Michael Chan1-8/+6
2019-04-28bnxt_en: Pass correct extended TX port statistics size to firmware.Michael Chan1-2/+6
2019-04-28bnxt_en: Fix possible crash in bnxt_hwrm_ring_free() under error conditions.Michael Chan1-6/+6
2019-04-28bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam1-0/+1
2019-04-28bnxt_en: Improve multicast address setup logic.Michael Chan1-1/+8
2019-04-16bnx2x: fix spelling mistake "dicline" -> "decline"Colin Ian King1-1/+1
2019-04-09bnxt_en: Reset device on RX buffer errors.Michael Chan1-0/+6
2019-04-09bnxt_en: Improve RX consumer index validity check.Michael Chan1-3/+7
2019-04-09broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2-6/+6
2019-03-10Merge 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-23bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-23bnxt_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-19bnx2x: Remove set but not used variable 'mfw_vn'YueHaibing1-3/+1
2019-02-16net: 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-09bnx2x: Use struct_size() in kzalloc()Gustavo A. R. Silva1-6/+2
2019-02-09devlink: publish params only after driver init is doneJiri Pirko1-0/+3
2019-02-09Merge 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-07net: broadcom: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop prof...Yang Wei1-1/+1
2019-02-07bnxt: 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-05net: 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-30bnxt_en: Add bnxt_en initial port params table and register itVasundhara Volam3-1/+44
2019-01-30Merge 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-23bnx2x: Bump up driver version to 1.713.36Sudarsana Reddy Kalluru1-1/+1
2019-01-17bnx2x: fix various indentation issuesColin Ian King4-98/+94
2019-01-15Merge 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+10