summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-153-6/+29
|\
| * bnx2x: Don't post statistics to malicious VFsMintz, Yuval2017-06-102-1/+13
| * bnx2x: Allow vfs to disable txvlan offloadMintz, Yuval2017-06-101-4/+15
| * bnx2x: fix pf2vf bulletin DMA mapping leakMichal Schmidt2017-06-071-1/+1
* | networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
* | net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-134-4/+13
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-083-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-062-3/+6
|\|
| * net: systemport: Fix missing Wake-on-LAN interrupt for SYSTEMPORT LiteFlorian Fainelli2017-06-021-2/+5
| * bnx2x: Fix Multi-CosMintz, Yuval2017-06-011-1/+1
* | bnxt_en: Fix xmit_more with BQL.Michael Chan2017-05-301-1/+1
* | bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings().Michael Chan2017-05-301-3/+2
* | bnxt_en: Implement xmit_more.Michael Chan2017-05-301-1/+5
* | bnxt_en: Optimize doorbell write operations for newer chips.Michael Chan2017-05-304-21/+23
* | bnxt_en: Add additional chip ID definitions.Michael Chan2017-05-302-8/+27
* | bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.Michael Chan2017-05-303-0/+22
* | bnxt_en: Add PCI IDs for BCM57454 VF devices.Deepak Khungar2017-05-301-0/+2
* | bnxt_en: Support for Short Firmware MessageDeepak Khungar2017-05-302-1/+69
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-182-4/+5
|\|
| * bnxt_en: Check status of firmware DCBX agent before setting DCB_CAP_DCBX_HOST.Michael Chan2017-05-171-2/+4
| * bnxt_en: Call bnxt_dcb_init() after getting firmware DCBX configuration.Michael Chan2017-05-171-2/+1
* | bnx2x: Remove open coded carrier checkLeon Romanovsky2017-05-161-1/+1
* | bnxt: add dma mapping attributesShannon Nelson2017-05-161-22/+34
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-05-121-0/+1
|\
| * NET: sb1250-mac: Add missing MODULE_LICENSE()Ralf Baechle2017-04-211-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-091-1/+2
|\ \
| * | bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter2017-05-081-1/+2
* | | treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches2017-05-081-1/+1
|/ /
* | tg3: don't clear stats while tg3_closeYueHaibing2017-05-031-4/+0
* | bnx2x: Align RX buffersScott Wood2017-04-301-0/+1
* | bnx2x: Get rid of useless temporary variableAndy Shevchenko2017-04-301-9/+5
* | bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko2017-04-301-11/+9
* | bnx2x: Replace custom scnprintf()Andy Shevchenko2017-04-301-70/+9
* | bnxt_en: Restrict a PF in Multi-Host mode from changing port PHY configurationDeepak Khungar2017-04-242-5/+12
* | bnxt_en: Check the FW_LLDP_AGENT flag before allowing DCBX host agent.Michael Chan2017-04-241-1/+2
* | bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar2017-04-243-3/+18
* | bnxt_en: Fix VF attributes reporting.Michael Chan2017-04-241-3/+5
* | bnxt_en: Pass DCB RoCE app priority to firmware.Michael Chan2017-04-242-1/+108
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-063-18/+36
|\|
| * bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2017-04-042-12/+12
| * bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.Michael Chan2017-03-291-5/+10
| * bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()Sankar Patchineelam2017-03-291-1/+1
| * bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam2017-03-291-0/+13
* | bnxt_en: Cap the msix vector with the max completion rings.Michael Chan2017-04-051-2/+3
* | bnxt_en: Use short TX BDs for the XDP TX ring.Michael Chan2017-04-051-14/+2
* | bnxt_en: Add interrupt test to ethtool -t selftest.Michael Chan2017-04-051-1/+31
* | bnxt_en: Add PHY loopback to ethtool self-test.Michael Chan2017-04-051-2/+60
* | bnxt_en: Add ethtool mac loopback self test.Michael Chan2017-04-055-11/+199
* | bnxt_en: Add basic ethtool -t selftest support.Michael Chan2017-04-054-3/+150