summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be.h
Commit message (Expand)AuthorAgeFilesLines
* be2net: support ethtool get-dump optionVenkat Duvvuru2015-12-301-0/+1
* be2net: fix port-res desc query of GET_PROFILE_CONFIG FW cmdSuresh Reddy2015-12-301-2/+2
* be2net: remove unused error variablesVenkat Duvvuru2015-12-301-4/+0Star
* be2net: remove a line of code that has no effectSathya Perla2015-12-301-1/+1
* be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur2015-10-131-0/+1
* be2net: allow offloading with the same port for IPv4 and IPv6Jiri Benc2015-09-181-0/+1
* be2net: Support vxlan offload stats in the driverSriharsha Basavapatna2015-07-301-0/+2
* be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna2015-07-251-0/+3
* be2net: bump up the driver version to 10.6.0.3Sathya Perla2015-07-111-1/+1
* be2net: Support for OS2BMC.Venkata Duvvuru2015-05-141-1/+7
* be2net: Report a "link down" to the stack when a fatal error or fw reset happ...Venkata Duvvuru2015-05-141-10/+21
* be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru2015-05-141-1/+9
* be2net: update the driver version to 10.6.0.2Sathya Perla2015-05-091-1/+1
* be2net: update copyright year to 2015Vasundhara Volam2015-05-091-1/+1
* be2net: set interrupt moderation for Skyhawk-R using EQ-DBPadmanabh Ratnakar2015-05-091-0/+1
* be2net: add support for spoofchk settingKalesh AP2015-05-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-141-0/+1
|\
| * be2net: Fix a bug in Rx buffer postingAjit Khaparde2015-04-091-0/+1
* | be2net: bump up the driver version to 10.6.0.1Sathya Perla2015-03-291-1/+1
* | be2net: assign CPU affinity hints to be2net IRQsPadmanabh Ratnakar2015-03-291-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-0/+2
|\|
| * be2net: use PCI MMIO read instead of config read for errorsSuresh Reddy2015-03-201-0/+1
| * be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam2015-03-201-0/+1
* | be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam2015-03-041-0/+4
* | be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam2015-03-041-2/+3
* | be2net: use a wrapper to schedule and cancel error detection taskSathya Perla2015-02-231-1/+2
* | be2net: Minor code cleanup in tx completion processSriharsha Basavapatna2015-02-201-0/+7
* | be2net: Refactor wrb_fill_hdr() routineSriharsha Basavapatna2015-02-201-0/+33
|/
* be2net: process port misconfig async eventVasundhara Volam2015-02-081-0/+6
* be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla2015-02-081-6/+7
* be2net: replace (1 << x) with BIT(x)Vasundhara Volam2015-02-081-9/+9
* be2net: move un-exported routines from be.h to respective src filesSathya Perla2015-02-081-166/+0Star
* be2net: support TX batching using skb->xmit_more flagSathya Perla2015-01-051-1/+3
* be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna2014-12-111-0/+1
* be2net: fix port-type reporting in get_settingsRavikumar Nelavelli2014-09-131-1/+1
* be2net: define macro for_all_tx_queues_on_eq()Sathya Perla2014-09-021-0/+4
* be2net: get rid of TX budgetSathya Perla2014-09-021-2/+0Star
* be2net: define BE_MAX_MTUKalesh AP2014-09-021-0/+2
* be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam2014-09-021-0/+1
* be2net: Add TX completion error statistics in ethtoolKalesh AP2014-09-021-0/+7
* be2net: shorten AMAP_GET/SET_BITS() macro callsSathya Perla2014-09-021-0/+12
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-141-0/+1
|\
| * be2net: Issue shutdown event to ocrdma driverDevesh Sharma2014-08-021-0/+1
* | be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP2014-08-031-0/+2
* | be2net: update driver version to 10.4Sathya Perla2014-07-181-1/+1
* | be2net: use adapter->flags to track SRIOV stateVasundhara Volam2014-07-181-1/+3
* | be2net: fix return status of some ethtool methodsKalesh AP2014-07-181-0/+2
* | be2net: create optimal number of queues on SR-IOV configVasundhara Volam2014-07-031-4/+4
* | be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam2014-07-031-0/+1
|/
* be2net: fix qnq mode detection on VFsSuresh Reddy2014-06-231-3/+1Star