aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-05bnx2x: simplify distinction between port and func statsMichal Schmidt1-61/+56
2015-12-05bnx2x: change FW GRO error message to WARN_ONCEMichal Schmidt1-1/+1
2015-12-05bnx2x: drop redundant error message about allocation failureMichal Schmidt1-3/+1
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-19/+36
2015-12-03net: bcm63xx: Use platform_register/unregister_drivers()Thierry Reding1-20/+8
2015-12-03bnxt_en: Setup uc_list mac filters after resetting the chip.Michael Chan1-5/+8
2015-12-03bnxt_en: enforce proper storing of MAC addressJeffrey Huang2-11/+16
2015-12-03bnxt_en: Fixed incorrect implementation of ndo_set_mac_addressJeffrey Huang1-1/+10
2015-11-22bnx2x: Utilize FW 7.13.1.0.Yuval Mintz1-20/+23
2015-11-20bnx2x: Show port statistics in Multi-functionYuval Mintz1-3/+1
2015-11-20bnx2x: Add new SW stat 'tx_exhaustion_events'Yuval Mintz1-2/+3
2015-11-20bnx2x: Fix vxlan removalYuval Mintz1-2/+2
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet2-4/+0
2015-11-18net: add netif_tx_napi_add()Eric Dumazet2-3/+3
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet1-2/+0
2015-11-18bnx2x: remove bnx2x_low_latency_recv() supportEric Dumazet4-167/+2
2015-11-16bnx2x: Fix VLANs null-pointer for 57710, 57711Yuval Mintz1-1/+1
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-30/+65
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-11-05bnxt_en: More robust SRIOV cleanup sequence.Jeffrey Huang1-13/+27
2015-11-05bnxt_en: Fix comparison of u16 sw_id against negative value.Michael Chan1-4/+5
2015-11-05bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4Jeffrey Huang2-3/+20
2015-11-05bnxt_en: Determine tcp/ipv6 RSS hash type correctly.Michael Chan1-5/+7
2015-11-05bnxt_en: Change sp events definitions to represent bit position.Jeffrey Huang1-5/+5
2015-11-05bnxt_en: add VXLAN dependencyArnd Bergmann1-0/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+22
2015-11-01net: bcmgenet: Software reset EPHY after power onFlorian Fainelli3-1/+22
2015-10-25bnxt_en: Fix compile warnings when CONFIG_INET is not set.Michael Chan2-1/+6
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+19
2015-10-23bnxt_en: Fix compile errors when CONFIG_BNXT_SRIOV is not set.Michael Chan4-28/+40
2015-10-22bnxt_en: New Broadcom ethernet driver.Michael Chan12-0/+13034
2015-10-21bcm63xx_enet: check 1000BASE-T advertisement configurationSimon Arlott1-14/+19
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+30
2015-10-18net: bcmgenet: Fix early link interrupt enablingFlorian Fainelli1-9/+23
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera4-8/+0
2015-10-12BNX2: free temp_stats_blk on error pathwangweidong1-0/+2
2015-10-11bnx2x: Prevent UDP 4-tuple configurations on older adaptersYuval Mintz1-0/+7
2015-10-11BNX2: fix a Null Pointer for stats_blkwangweidong2-27/+53
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-8/+27
2015-09-24bnx2x: byte swap rss_key to comply to Toeplitz specsEric Dumazet1-2/+10
2015-09-21net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_highFlorian Fainelli1-2/+1
2015-09-21net: bcmgenet: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-21net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-17bnx2x: track vxlan port countJiri Benc2-2/+13
2015-09-17net: bcmgenet: Implement RX coalescing control knobsFlorian Fainelli2-3/+105
2015-09-17net: bcmgenet: Implement TX coalescing control knobsFlorian Fainelli2-3/+50
2015-09-11bnx2x: use ktime_get_seconds() for timestampArnd Bergmann1-4/+2
2015-09-02bgmac: Update fixed_phy_register()Fabio Estevam1-1/+1
2015-09-01tg3: Fix temperature reportingJean Delvare1-1/+1
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn1-1/+1