summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-071-1/+2
|\
| * be2net: Add DEVSEC privilege to SET_HSW_CONFIG command.Venkat Duvvuru2016-12-061-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+0Star
|\|
| * be2net: do not call napi_hash_del()Eric Dumazet2016-11-161-1/+0Star
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-18/+4Star
|/
* be2net: Enable VF link state setting for BE3Suresh Reddy2016-10-091-1/+1
* be2net: Fix TX stats for TSO packetsSriharsha Basavapatna2016-10-091-2/+12
* be2net: Update Copyright string in be_hw.hSriharsha Basavapatna2016-10-091-1/+1
* be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna2016-10-091-1/+23
* be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2016-10-092-1/+10
* be2net: fix non static symbol warningsWei Yongjun2016-09-261-2/+2
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-1/+5
* be2net: mark symbols static where possibleBaoyou Xie2016-09-202-5/+6
* be2net: Update the driver version to 11.1.0.0Sriharsha Basavapatna2016-09-081-1/+1
* be2net: Fix mac address collision in some configurationsSuresh Reddy2016-09-082-2/+5
* be2net: Avoid redundant addition of mac address in HWSuresh Reddy2016-09-081-20/+66
* be2net: Add privilege level check for OPCODE_COMMON_GET_EXT_FAT_CAPABILITIES ...Somnath Kotur2016-09-082-4/+13
* be2net: Issue COMMON_RESET_FUNCTION cmd during driver unloadSomnath Kotur2016-09-081-0/+3
* be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna2016-09-086-35/+430
* be2net: replace polling with sleeping in the FW completion pathSathya Perla2016-08-093-158/+327
* be2net: Avoid unnecessary firmware updates of multicast listSriharsha Basavapatna2016-08-092-41/+130
* be2net: do not remove vids from driver table if be_vid_config() fails.Sathya Perla2016-08-091-7/+1Star
* be2net: clear vlan-promisc setting before programming the vlan listSomnath Kotur2016-08-091-2/+5
* be2net: perform temperature query in adapter regardless of its interface stateGuilherme G. Piccoli2016-07-271-4/+4
* be2net: signedness bug in be_msix_enable()Dan Carpenter2016-06-301-1/+2
* be2net: Change copyright markings in source filesSomnath Kotur2016-06-277-7/+7
* be2net: Fix broadcast echoes from EVB in BE3Somnath Kotur2016-06-272-1/+33
* be2net: support asymmetric rx/tx queue countsSathya Perla2016-06-273-25/+74
* be2net: fix definition of be_max_eqs()Sathya Perla2016-06-272-18/+19
* benet: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-182-25/+15Star
* be2net: Fix provisioning of RSS for VFs in multi-partition configurationsSomnath Kotur2016-06-084-30/+130
* be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna2016-06-084-47/+39Star
* be2net: use max-TXQs limit too while provisioning VF queue pairsSuresh Reddy2016-06-084-85/+90
* benet: be_resume needs to protect be_open with rtnl_lockHannes Frederic Sowa2016-04-211-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-083-10/+20
|\
| * be2net: Don't leak iomapped memory on removal.Douglas Miller2016-03-072-0/+5
| * be2net: don't enable multicast flag in be_enable_if_filters() routineVenkat Duvvuru2016-03-032-10/+15
* | be2net: Fix a UE caused by passing large frames to the ASICajit.khaparde@broadcom.com2016-02-242-1/+13
* | be2net: Declare some u16 fields as u32 to improve performanceajit.khaparde@broadcom.com2016-02-243-17/+19
* | be2net: Fix pcie error recovery in case of NIC+RoCE adaptersPadmanabh Ratnakar2016-02-191-0/+4
* | be2net: don't report EVB for older chipsets when SR-IOV is disabledIvan Vecera2016-02-111-0/+3
* | be2net: Interpret and log new data that's added to the port misconfigure asyn...Ajit Khaparde2016-02-114-27/+116
* | be2net: Request RSS capability of Rx interface depending on number of Rx ringsAjit Khaparde2016-02-112-29/+48
* | be2net: Fix interval calculation in interrupt moderationPadmanabh Ratnakar2016-02-071-2/+1Star
* | be2net: Add retry in case of error recovery failurePadmanabh Ratnakar2016-02-072-6/+22
* | be2net: Fix Lancer error recoveryPadmanabh Ratnakar2016-02-071-17/+34
* | be2net: Don't run ethtool self-tests for VFsSomnath Kotur2016-02-071-1/+28
* | be2net: SRIOV Queue distribution should factor in EQ-count of VFsSriharsha Basavapatna2016-02-072-9/+10
* | be2net: Fix be_vlan_rem_vid() to check vlan id being removedSriharsha Basavapatna2016-02-071-0/+3
* | be2net: check for INSUFFICIENT_PRIVILEGES errorSuresh Reddy2016-02-072-2/+4