summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-9/+13
|\
| * bnx2x: Prevent FW assertion when using VxlanYuval Mintz2015-12-181-9/+13
* | bnxt_en: Add BCM57301 & BCM57402 devices.David Christensen2015-12-281-2/+8
* | bnxt_en: Update to Firmware interface spec 1.0.0.Michael Chan2015-12-284-572/+349
* | bnxt_en: Keep track of the ring group resource.Michael Chan2015-12-283-2/+18
* | bnxt_en: Improve VF resource accounting.Michael Chan2015-12-283-14/+12
* | bnxt_en: Cleanup bnxt_hwrm_func_cfg().Michael Chan2015-12-281-17/+16
* | bnxt_en: Check hardware resources before enabling NTUPLE.Michael Chan2015-12-282-8/+35
* | bnxt_en: Don't treat single segment rx frames as GRO frames.Michael Chan2015-12-281-1/+6
* | bnxt_en: Allocate rx_cpu_rmap only if Accelerated RFS is enabled.Michael Chan2015-12-281-3/+1
* | bnxt_en: Increment checksum error counter only if NETIF_F_RXCSUM is set.Satish Baddipadige2015-12-281-2/+4
* | bnxt_en: Add support for upgrading APE/NC-SI firmware via Ethtool FLASHDEVRob Swindell2015-12-281-0/+3
* | bnxt_en: Optimize ring alloc and ring free functions.Michael Chan2015-12-281-114/+87
* | bnxt_en: support hwrm_func_drv_unrgtr commandJeffrey Huang2015-12-281-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-173-18/+36
|\|
| * bnxt_en: Implement missing tx timeout reset logic.Michael Chan2015-12-111-3/+13
| * bnxt_en: Don't cancel sp_task from bnxt_close_nic().Michael Chan2015-12-112-2/+12
| * bnxt_en: Change bp->state to bitmap.Michael Chan2015-12-113-8/+7
| * bnxt_en: Fix bitmap declaration to work on 32-bit arches.Michael Chan2015-12-111-6/+5
* | bnx2x: remove rx_pkt/rx_callsEric Dumazet2015-12-082-6/+0
* | bnx2x: avoid soft lockup in bnx2x_poll()Eric Dumazet2015-12-081-30/+21
* | bnx2x: simplify distinction between port and func statsMichal Schmidt2015-12-051-61/+56
* | bnx2x: change FW GRO error message to WARN_ONCEMichal Schmidt2015-12-051-1/+1
* | bnx2x: drop redundant error message about allocation failureMichal Schmidt2015-12-051-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-033-19/+36
|\|
| * bnxt_en: Setup uc_list mac filters after resetting the chip.Michael Chan2015-12-031-5/+8
| * bnxt_en: enforce proper storing of MAC addressJeffrey Huang2015-12-032-11/+16
| * bnxt_en: Fixed incorrect implementation of ndo_set_mac_addressJeffrey Huang2015-12-031-1/+10
| * bnx2x: Fix vxlan removalYuval Mintz2015-11-201-2/+2
* | net: bcm63xx: Use platform_register/unregister_drivers()Thierry Reding2015-12-031-20/+8
* | bnx2x: Utilize FW 7.13.1.0.Yuval Mintz2015-11-221-20/+23
* | bnx2x: Show port statistics in Multi-functionYuval Mintz2015-11-201-3/+1
* | bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz2015-11-201-2/+3
* | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-182-4/+0
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-182-3/+3
* | net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-2/+0
* | bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet2015-11-184-167/+2
|/
* bnx2x: Fix VLANs null-pointer for 57710, 57711Yuval Mintz2015-11-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-104-30/+65
|\
| * bnxt_en: More robust SRIOV cleanup sequence.Jeffrey Huang2015-11-051-13/+27
| * bnxt_en: Fix comparison of u16 sw_id against negative value.Michael Chan2015-11-051-4/+5
| * bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4Jeffrey Huang2015-11-052-3/+20
| * bnxt_en: Determine tcp/ipv6 RSS hash type correctly.Michael Chan2015-11-051-5/+7
| * bnxt_en: Change sp events definitions to represent bit position.Jeffrey Huang2015-11-051-5/+5
| * bnxt_en: add VXLAN dependencyArnd Bergmann2015-11-051-0/+1
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-033-1/+22
|\
| * net: bcmgenet: Software reset EPHY after power onFlorian Fainelli2015-11-013-1/+22
* | bnxt_en: Fix compile warnings when CONFIG_INET is not set.Michael Chan2015-10-252-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-14/+19
|\|