summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be_main.c
Commit message (Expand)AuthorAgeFilesLines
* MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton2017-02-081-1/+0
* be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent()Sriharsha Basavapatna2015-06-151-8/+8
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2015-04-271-2/+4
* net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2015-01-271-3/+5
* net: Check for presence of IFLA_AF_SPECThomas Graf2014-11-261-0/+2
* net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf2014-11-261-0/+3
* be2net: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
* be2net: fix alignment on line wrapKalesh AP2014-09-221-3/+3
* be2net: remove multiple assignments on a single lineKalesh AP2014-09-221-2/+4
* be2net: remove space after typecastsKalesh AP2014-09-221-1/+1
* be2net: remove unnecessary blank lines after an open braceKalesh AP2014-09-221-2/+0
* be2net: insert a blank line after function/struct//enum definitionsKalesh AP2014-09-221-0/+2
* be2net: remove multiple blank linesKalesh AP2014-09-221-2/+0
* be2net: add blank line after declarationsKalesh AP2014-09-221-0/+9
* be2net: remove return statements for void functionsKalesh AP2014-09-221-3/+0
* be2net: enable PCIe error reporting on VFs tooKalesh AP2014-09-131-5/+3
* be2net: fix RX fragment posting for jumbo framesAjit Khaparde2014-09-131-7/+15
* be2net: fix some log messagesVasundhara Volam2014-09-131-9/+8
* be2net: query max_tx_qs for BE3 super-nic profile from FWSuresh Reddy2014-09-021-2/+12
* be2net: define macro for_all_tx_queues_on_eq()Sathya Perla2014-09-021-3/+3
* be2net: get rid of TX budgetSathya Perla2014-09-021-19/+11
* be2net: define BE_MAX_MTUKalesh AP2014-09-021-7/+7
* be2net: remove unncessary gotosKalesh AP2014-09-021-10/+6
* be2net: fix log messages in lancer FW download pathKalesh AP2014-09-021-19/+11
* be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam2014-09-021-1/+2
* be2net: Add TX completion error statistics in ethtoolKalesh AP2014-09-021-0/+45
* be2net: shorten AMAP_GET/SET_BITS() macro callsSathya Perla2014-09-021-69/+46
* be2net: add a few log messagesSathya Perla2014-09-021-8/+12
* benet: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-2/+2
* be2net: Use dev_consume_skb_any() in the non-drop pathRick Jones2014-08-291-1/+1
* Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-141-1/+1
|\
| * PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* | 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-011-0/+1
* | be2net: ignore VF mac address setting for the same macVasundhara Volam2014-08-021-0/+6
* | be2net: ignore get/set profile FW cmd failuresSathya Perla2014-08-021-30/+37
* | be2net: use adapter->flags to track SRIOV stateVasundhara Volam2014-07-171-0/+3
* | be2net: avoid SRIOV config for BE2 chipVasundhara Volam2014-07-171-0/+2
* | be2net: use be_max_vfs() macro to access max-vfsVasundhara Volam2014-07-171-1/+1
* | be2net: use "if (!foo)" test styleKalesh AP2014-07-171-8/+8
* | be2net: reduce arguments passed to FW-cmd routinesKalesh AP2014-07-171-7/+3
* | be2net: update UE bit description stringsVasundhara Volam2014-07-171-13/+13
* | be2net: fix return status of some ndo methodsKalesh AP2014-07-171-16/+27
* | be2net: return -ENOMEM for memory allocation failuresKalesh AP2014-07-171-2/+2
* | be2net: fix error status for FW-downloadKalesh AP2014-07-171-3/+3
* | be2net: use -ENETDOWN error status when interface is downKalesh AP2014-07-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-1/+1
|\|
| * be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy2014-07-111-1/+1
* | be2net: re-enable vlan filtering mode asapKalesh AP2014-07-021-9/+4
* | be2net: create optimal number of queues on SR-IOV configVasundhara Volam2014-07-021-47/+82