aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-26cnic: Refactor code and mark expected switch fall-throughGustavo A. R. Silva1-7/+6
2019-04-22net: systemport: Remove need for DMA descriptorFlorian Fainelli2-58/+8
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-16bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru1-10/+12
2019-04-16bnx2x: Replace magic numbers with macro definitions.Sudarsana Reddy Kalluru1-20/+30
2019-04-15bnx2x: fix spelling mistake "dicline" -> "decline"Colin Ian King1-1/+1
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+19
2019-04-08bnxt_en: Reset device on RX buffer errors.Michael Chan1-0/+6
2019-04-08bnxt_en: Improve RX consumer index validity check.Michael Chan1-3/+7
2019-04-08broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2-6/+6
2019-04-04bnxt: remove ndo_get_port_parent_id implementation for physical portsJiri Pirko1-1/+0
2019-04-04bnxt: pass switch ID through devlink_port_attrs_set()Jiri Pirko1-1/+2
2019-04-04bnxt: move bp->switch_id initialization to PF probeJiri Pirko2-25/+25
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-1/+1
2019-04-02tg3: allow ethtool -p to work for NICs in down stateJon Maxwell1-3/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal3-4/+4
2019-03-28bnxt: remove ndo_get_phys_port_name implementationJiri Pirko1-18/+0
2019-03-28bnxt: implement ndo_get_devlink_portJiri Pirko1-1/+9
2019-03-27bnx2x: Utilize FW 7.13.11.0.Sudarsana Reddy Kalluru1-7/+14
2019-03-24net: devlink: select NET_DEVLINK from driversJiri Pirko1-0/+1
2019-03-24bnxt: set devlink port type after registrationJiri Pirko1-1/+1
2019-03-24bnxt: call devlink_port_type_eth_set() before port registerJiri Pirko1-1/+1
2019-03-24bnxt: set devlink port attrs properlyJiri Pirko1-0/+2
2019-03-24bnxt: add missing net/devlink.h includeJiri Pirko1-0/+1
2019-03-21net: systemport: Remove print of base addressFlorian Fainelli1-3/+3
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni3-9/+6
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