aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_cmds.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-08be2net: replace polling with sleeping in the FW completion pathSathya Perla1-101/+101
2016-06-27be2net: Change copyright markings in source filesSomnath Kotur1-1/+1
2016-06-27be2net: Fix broadcast echoes from EVB in BE3Somnath Kotur1-1/+10
2016-06-07be2net: Fix provisioning of RSS for VFs in multi-partition configurationsSomnath Kotur1-2/+50
2016-06-07be2net: Enable Wake-On-LAN from shutdown for SkyhawkSriharsha Basavapatna1-1/+4
2016-06-07be2net: use max-TXQs limit too while provisioning VF queue pairsSuresh Reddy1-70/+20
2016-02-24be2net: Declare some u16 fields as u32 to improve performanceajit.khaparde@broadcom.com1-1/+1
2016-02-11be2net: Interpret and log new data that's added to the port misconfigure async eventAjit Khaparde1-21/+61
2016-02-11be2net: Request RSS capability of Rx interface depending on number of Rx ringsAjit Khaparde1-14/+5
2016-02-07be2net: Don't run ethtool self-tests for VFsSomnath Kotur1-1/+28
2016-02-07be2net: check for INSUFFICIENT_PRIVILEGES errorSuresh Reddy1-1/+2
2015-12-30be2net: support ethtool get-dump optionVenkat Duvvuru1-25/+13
2015-12-30be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmdSuresh Reddy1-39/+46
2015-12-30be2net: remove a line of code that has no effectSathya Perla1-2/+1
2015-12-30be2net: log digital signature errors while flashing FW imageSuresh Reddy1-1/+13
2015-12-30be2net: move FW flash cmd code to be_cmds.cSuresh Reddy1-10/+573
2015-12-30be2net: fix VF link state transition from disabled to autoSuresh Reddy1-9/+26
2015-10-13be2net: remove vlan promisc capability from VF's profile descriptorsKalesh AP1-2/+8
2015-10-13be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur1-3/+11
2015-10-13be2net: release mcc-lock in a failure case in be_cmd_notify_wait()Suresh Reddy1-2/+5
2015-09-05be2net: Revert "make the RX_FILTER command asynchronous" commitSathya Perla1-1/+1
2015-07-24be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna1-1/+6
2015-07-10be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy1-3/+20
2015-07-10be2net: make the RX_FILTER command asynchronousSuresh Reddy1-1/+1
2015-07-10be2net: return error status from be_mcc_notify()Suresh Reddy1-11/+28
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-37/+50
2015-06-07be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna1-37/+50
2015-05-14be2net: Support for OS2BMC.Venkata Duvvuru1-0/+19
2015-05-14be2net: Report a "link down" to the stack when a fatal error or fw reset happens.Venkata Duvvuru1-5/+5
2015-05-14be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru1-1/+3
2015-05-09be2net: update copyright year to 2015Vasundhara Volam1-1/+1
2015-05-09be2net: use be_virtfn() instead of !be_physfn()Kalesh AP1-2/+2
2015-05-09be2net: check for INSUFFICIENT_VLANS errorKalesh AP1-0/+1
2015-05-09be2net: add support for spoofchk settingKalesh AP1-2/+14
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+7
2015-03-20be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQsSuresh Reddy1-9/+5
2015-03-20be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam1-1/+2
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-04be2net: implement .sriov_configure() PCI callbackVasundhara Volam1-3/+0
2015-03-04be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam1-29/+79
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam1-3/+0
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-23be2net: remove code duplication relating to Lancer reset sequenceSathya Perla1-71/+10
2015-02-23be2net: refactor function initalization sequence into be_func_init()Sathya Perla1-0/+4
2015-02-07be2net: process port misconfig async eventVasundhara Volam1-23/+96
2015-02-07be2net: remove duplicate code in be_cmd_rx_filter()Sathya Perla1-35/+19
2015-02-07be2net: use offset based FW flashing for Skyhawk chipVasundhara Volam1-5/+13
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla1-0/+18
2015-02-05be2net: fix sparse warningLad, Prabhakar1-1/+1
2015-01-24be2net: Fix TX rate limiting on Lancer/Skyhawk-R VFsKalesh AP1-0/+1