aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-07bnxt_en: Remove unnecessary unsigned integer comparison and initialize variableGustavo A. R. Silva1-2/+2
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+11
2018-10-04bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam1-1/+1
2018-10-04bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru1-4/+6
2018-10-04bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam1-3/+3
2018-10-04bnxt_en: Fix VNIC reservations on the PF.Michael Chan1-1/+1
2018-10-04bnxt_en: Add a driver specific gre_ver_check devlink parameter.Vasundhara Volam2-1/+24
2018-10-04bnxt_en: Use msix_vec_per_pf_max and msix_vec_per_pf_min devlink params.Vasundhara Volam2-2/+53
2018-10-04bnxt_en: return proper error when FW returns HWRM_ERR_CODE_RESOURCE_ACCESS_DENIEDVasundhara Volam1-1/+5
2018-10-04bnxt_en: Use ignore_ari devlink parameterVasundhara Volam2-0/+7
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-2/+4
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-20/+21
2018-10-03devlink: Add extack for eswitch operationsEli Britstein2-2/+4
2018-10-02net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli1-17/+11
2018-10-01net: systemport: Add software counters to track reallocationsFlorian Fainelli2-0/+7
2018-10-01net: systemport: Be drop monitor friendly while re-allocating headroomFlorian Fainelli1-1/+2
2018-10-01net: systemport: Turn on offloads by defaultFlorian Fainelli1-3/+4
2018-10-01net: systemport: Utilize bcm_sysport_set_features() during resume/openFlorian Fainelli1-7/+7
2018-10-01net: systemport: Refactor bcm_sysport_set_features()Florian Fainelli1-23/+15
2018-09-26bnxt_en: Fix TX timeout during netpoll.Michael Chan1-3/+10
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-40/+17
2018-09-23bnxt: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-23bnx2x: remove ndo_poll_controllerEric Dumazet1-16/+0
2018-09-21bnx2x: Provide VF link status in ndo_get_vf_configShahed Shaikh1-0/+1
2018-09-21bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh1-0/+10
2018-09-21bnx2x: Add VF spoof-checking configurationShahed Shaikh4-2/+82
2018-09-20bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti1-6/+14
2018-09-19net: broadcom: fix return type of ndo_start_xmit functionYueHaibing2-4/+5
2018-09-18net: bnxt: Fix a uninitialized variable warning.zhong jiang1-0/+3
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+13
2018-09-17bnxt_en: Fix VF mac address regression.Michael Chan3-7/+13
2018-09-13tg3: Fix fall-through annotationsGustavo A. R. Silva1-6/+6
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang1-1/+1
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-3/+1
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn1-5/+2
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-31/+12
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn1-1/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2-10/+3
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn1-2/+2
2018-09-12net: bcmgenet: Fix speed selection for reverse MIIAndrew Lunn1-4/+3
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn4-22/+9
2018-09-06bnxt_en: remove set but not used variable 'addr_type'YueHaibing1-15/+0
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-35/+31
2018-09-03bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan4-12/+9
2018-09-03bnxt_en: Clean up unused functions.Michael Chan4-18/+1
2018-09-03bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan1-3/+10
2018-09-01net: bgmac: remove set but not used variable 'err'YueHaibing1-2/+0
2018-09-01bnxt_en: remove set but not used variable 'rx_stats'YueHaibing1-2/+0
2018-08-29net: bcmgenet: use MAC link status for fixed phyDoug Berger2-2/+11
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2