summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/emulex/benet/be_main.c
AgeCommit message (Expand)Author
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
2014-05-30be2net: support flashing new regions on Skyhawk-RVasundhara Volam
2014-05-30be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli
2014-05-30be2net: skip multicast promiscuos setting in already setKalesh AP
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-23net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty
2014-05-14be2net: enable interrupts in EEH resumeKalesh AP
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-05-09be2net: remove unused code in be_cmd_vlan_config()Kalesh AP
2014-05-09be2net: covert vlan array to bit-mapRavikumar Nelavelli
2014-05-09be2net: fix line wrap and function call indentation in be_main.cSathya Perla
2014-04-22be2net: Support for configurable RSS hash keyVenkata Duvvuru
2014-04-14be2net: Fix invocation of be_close() after be_clear()Kalesh AP
2014-04-14be2net: Fix to reap TX compls till HW doesn't respond for some timeVasundhara Volam
2014-04-01be2net: fix build dependency on VxLANSathya Perla
2014-03-28be2net: csum, tso and rss steering offload support for VxLANSathya Perla
2014-03-28be2net: add FW cmds needed for VxLAN offloadsSathya Perla
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-12benet: Call dev_kfree_skby_any instead of kfree_skb.Eric W. Biederman
2014-03-12be2net: Fix vlans_added counterVasundhara Volam
2014-03-12be2net: Create multiple TXQs on RSS capable multi-channel BE3-R interfacesVasundhara Volam
2014-03-12be2net: fix pmac_id[] allocation sizeRavikumar Nelavelli
2014-03-12be2net: Add link state control for VFsSuresh Reddy
2014-03-12be2net: Use GET_PROFILE_CONFIG cmd for BE3-R to query max-vfsSuresh Reddy
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-04be2net: dma_sync each RX frag before passing it to the stackSathya Perla
2014-03-03be2net: isolate TX workarounds not applicable to Skyhawk-RVasundhara Volam
2014-03-03be2net: Fix skb double free in be_xmit_wrokarounds() failure pathVasundhara Volam