summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c
Commit message (Expand)AuthorAgeFilesLines
* be2net: Fix TX stats for TSO packetsSriharsha Basavapatna2016-10-091-2/+12
* be2net: fix non static symbol warningsWei Yongjun2016-09-251-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-191-1/+1
* be2net: Fix mac address collision in some configurationsSuresh Reddy2016-09-071-2/+4
* be2net: Avoid redundant addition of mac address in HWSuresh Reddy2016-09-071-20/+66
* be2net: Issue COMMON_RESET_FUNCTION cmd during driver unloadSomnath Kotur2016-09-071-0/+3
* be2net: Support UE recovery in BEx/Skyhawk adaptersSriharsha Basavapatna2016-09-071-30/+226
* be2net: replace polling with sleeping in the FW completion pathSathya Perla2016-08-081-56/+208
* be2net: Avoid unnecessary firmware updates of multicast listSriharsha Basavapatna2016-08-081-41/+128
* be2net: do not remove vids from driver table if be_vid_config() fails.Sathya Perla2016-08-081-7/+1
* be2net: clear vlan-promisc setting before programming the vlan listSomnath Kotur2016-08-081-2/+5
* be2net: perform temperature query in adapter regardless of its interface stateGuilherme G. Piccoli2016-07-261-4/+4
* be2net: signedness bug in be_msix_enable()Dan Carpenter2016-06-301-1/+2
* be2net: Change copyright markings in source filesSomnath Kotur2016-06-271-1/+1
* be2net: Fix broadcast echoes from EVB in BE3Somnath Kotur2016-06-271-0/+23
* be2net: support asymmetric rx/tx queue countsSathya Perla2016-06-271-15/+23
* be2net: fix definition of be_max_eqs()Sathya Perla2016-06-271-16/+13
* benet: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-171-17/+15
* be2net: Fix provisioning of RSS for VFs in multi-partition configurationsSomnath Kotur2016-06-071-26/+59
* be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna2016-06-071-40/+2
* be2net: use max-TXQs limit too while provisioning VF queue pairsSuresh Reddy2016-06-071-14/+68
* 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-081-7/+13
|\
| * be2net: Don't leak iomapped memory on removal.Douglas Miller2016-03-071-0/+4
| * be2net: don't enable multicast flag in be_enable_if_filters() routineVenkat Duvvuru2016-03-031-7/+9
* | be2net: Fix a UE caused by passing large frames to the ASICajit.khaparde@broadcom.com2016-02-241-1/+10
* | be2net: Declare some u16 fields as u32 to improve performanceajit.khaparde@broadcom.com2016-02-241-7/+9
* | 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-111-4/+7
* | be2net: Request RSS capability of Rx interface depending on number of Rx ringsAjit Khaparde2016-02-111-15/+43
* | be2net: Fix interval calculation in interrupt moderationPadmanabh Ratnakar2016-02-071-2/+1
* | be2net: Add retry in case of error recovery failurePadmanabh Ratnakar2016-02-071-6/+17
* | be2net: Fix Lancer error recoveryPadmanabh Ratnakar2016-02-071-17/+34
* | be2net: SRIOV Queue distribution should factor in EQ-count of VFsSriharsha Basavapatna2016-02-071-9/+6
* | be2net: Fix be_vlan_rem_vid() to check vlan id being removedSriharsha Basavapatna2016-02-071-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-311-5/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-311-1/+3
| |\
| | * be2net: Avoid accessing eq object in be_msix_register routine, when i < 0.Venkat Duvvuru2015-12-181-1/+3
| * | RDMA/be2net: Remove open and close entry pointsDevesh Sharma2015-12-281-4/+0
| |/
* | be2net: support ethtool get-dump optionVenkat Duvvuru2015-12-301-0/+3
* | be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmdSuresh Reddy2015-12-301-4/+12
* | be2net: remove a line of code that has no effectSathya Perla2015-12-301-1/+1
* | be2net: move FW flash cmd code to be_cmds.cSuresh Reddy2015-12-301-564/+0
* | be2net: cleanup FW flash image related macro definesSuresh Reddy2015-12-301-39/+39
* | be2net: avoid configuring VEPA mode on BE3Suresh Reddy2015-12-301-0/+3
* | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* | net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-1/+0
* | net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0
|/