summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2017-06-16bpf: bnxt: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+29
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+1
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com4-4/+13
2017-06-10bnx2x: Don't post statistics to malicious VFsMintz, Yuval2-1/+13
2017-06-10bnx2x: Allow vfs to disable txvlan offloadMintz, Yuval1-4/+15
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko3-6/+6
2017-06-07bnx2x: fix pf2vf bulletin DMA mapping leakMichal Schmidt1-1/+1
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+6
2017-06-02net: systemport: Fix missing Wake-on-LAN interrupt for SYSTEMPORT LiteFlorian Fainelli1-2/+5
2017-06-01bnx2x: Fix Multi-CosMintz, Yuval1-1/+1
2017-05-31bnxt_en: Fix xmit_more with BQL.Michael Chan1-1/+1
2017-05-31bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings().Michael Chan1-3/+2
2017-05-31bnxt_en: Implement xmit_more.Michael Chan1-1/+5
2017-05-31bnxt_en: Optimize doorbell write operations for newer chips.Michael Chan4-21/+23
2017-05-31bnxt_en: Add additional chip ID definitions.Michael Chan2-8/+27
2017-05-31bnxt_en: Add a callback to inform RDMA driver during PCI shutdown.Michael Chan3-0/+22
2017-05-31bnxt_en: Add PCI IDs for BCM57454 VF devices.Deepak Khungar1-0/+2
2017-05-31bnxt_en: Support for Short Firmware MessageDeepak Khungar2-1/+69
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2017-05-17bnxt_en: Check status of firmware DCBX agent before setting DCB_CAP_DCBX_HOST.Michael Chan1-2/+4
2017-05-17bnxt_en: Call bnxt_dcb_init() after getting firmware DCBX configuration.Michael Chan1-2/+1
2017-05-16bnx2x: Remove open coded carrier checkLeon Romanovsky1-1/+1
2017-05-16bnxt: add dma mapping attributesShannon Nelson1-22/+34
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+1
2017-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2017-05-09treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches1-1/+1
2017-05-08bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter1-1/+2
2017-05-03tg3: don't clear stats while tg3_closeYueHaibing1-4/+0
2017-05-01bnx2x: Align RX buffersScott Wood1-0/+1
2017-05-01bnx2x: Get rid of useless temporary variableAndy Shevchenko1-9/+5
2017-05-01bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko1-11/+9
2017-05-01bnx2x: Replace custom scnprintf()Andy Shevchenko1-70/+9
2017-04-24bnxt_en: Restrict a PF in Multi-Host mode from changing port PHY configurationDeepak Khungar2-5/+12
2017-04-24bnxt_en: Check the FW_LLDP_AGENT flag before allowing DCBX host agent.Michael Chan1-1/+2
2017-04-24bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtoolDeepak Khungar3-3/+18
2017-04-24bnxt_en: Fix VF attributes reporting.Michael Chan1-3/+5
2017-04-24bnxt_en: Pass DCB RoCE app priority to firmware.Michael Chan2-1/+108
2017-04-21NET: sb1250-mac: Add missing MODULE_LICENSE()Ralf Baechle1-0/+1
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-18/+36
2017-04-05bnxt_en: Cap the msix vector with the max completion rings.Michael Chan1-2/+3
2017-04-05bnxt_en: Use short TX BDs for the XDP TX ring.Michael Chan1-14/+2
2017-04-05bnxt_en: Add interrupt test to ethtool -t selftest.Michael Chan1-1/+31
2017-04-05bnxt_en: Add PHY loopback to ethtool self-test.Michael Chan1-2/+60
2017-04-05bnxt_en: Add ethtool mac loopback self test.Michael Chan5-11/+199
2017-04-05bnxt_en: Add basic ethtool -t selftest support.Michael Chan4-3/+150
2017-04-05bnxt_en: Add suspend/resume callbacks.Michael Chan1-0/+57
2017-04-05bnxt_en: Add ethtool set_wol method.Michael Chan3-0/+60