summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex/benet/be_main.c
AgeCommit message (Expand)Author
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-11-26net: Check for presence of IFLA_AF_SPECThomas Graf
2014-11-26net: Validate IFLA_BRIDGE_MODE attribute lengthThomas Graf
2014-11-14be2net: Implement ndo_gso_check()Joe Stringer
2014-09-22be2net: fix alignment on line wrapKalesh AP
2014-09-22be2net: remove multiple assignments on a single lineKalesh AP
2014-09-22be2net: remove space after typecastsKalesh AP
2014-09-22be2net: remove unnecessary blank lines after an open braceKalesh AP
2014-09-22be2net: insert a blank line after function/struct//enum definitionsKalesh AP
2014-09-22be2net: remove multiple blank linesKalesh AP
2014-09-22be2net: add blank line after declarationsKalesh AP
2014-09-22be2net: remove return statements for void functionsKalesh AP
2014-09-13be2net: enable PCIe error reporting on VFs tooKalesh AP
2014-09-13be2net: fix RX fragment posting for jumbo framesAjit Khaparde
2014-09-13be2net: fix some log messagesVasundhara Volam
2014-09-02be2net: query max_tx_qs for BE3 super-nic profile from FWSuresh Reddy
2014-09-02be2net: define macro for_all_tx_queues_on_eq()Sathya Perla
2014-09-02be2net: get rid of TX budgetSathya Perla
2014-09-02be2net: define BE_MAX_MTUKalesh AP
2014-09-02be2net: remove unncessary gotosKalesh AP
2014-09-02be2net: fix log messages in lancer FW download pathKalesh AP
2014-09-02be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam
2014-09-02be2net: Add TX completion error statistics in ethtoolKalesh AP
2014-09-02be2net: shorten AMAP_GET/SET_BITS() macro callsSathya Perla
2014-09-02be2net: add a few log messagesSathya Perla
2014-08-29benet: Set skb->csum_level for encapsulated checksumTom Herbert
2014-08-29be2net: Use dev_consume_skb_any() in the non-drop pathRick Jones
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-02be2net: ignore VF mac address setting for the same macVasundhara Volam
2014-08-02be2net: ignore get/set profile FW cmd failuresSathya Perla
2014-08-01be2net: Issue shutdown event to ocrdma driverDevesh Sharma
2014-07-17be2net: use adapter->flags to track SRIOV stateVasundhara Volam
2014-07-17be2net: avoid SRIOV config for BE2 chipVasundhara Volam
2014-07-17be2net: use be_max_vfs() macro to access max-vfsVasundhara Volam
2014-07-17be2net: use "if (!foo)" test styleKalesh AP
2014-07-17be2net: reduce arguments passed to FW-cmd routinesKalesh AP
2014-07-17be2net: update UE bit description stringsVasundhara Volam
2014-07-17be2net: fix return status of some ndo methodsKalesh AP
2014-07-17be2net: return -ENOMEM for memory allocation failuresKalesh AP
2014-07-17be2net: fix error status for FW-downloadKalesh AP
2014-07-17be2net: use -ENETDOWN error status when interface is downKalesh AP
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-11be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy
2014-07-02be2net: re-enable vlan filtering mode asapKalesh AP
2014-07-02be2net: create optimal number of queues on SR-IOV configVasundhara Volam
2014-07-02be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam
2014-06-23be2net: fix qnq mode detection on VFsSuresh Reddy
2014-05-30be2net: re-factor MCCQ error status handling codeKalesh AP