aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/emulex/benet/be.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-13be2net: set pci_func_num while issuing GET_PROFILE_CONFIG cmdSomnath Kotur1-0/+1
2015-09-17be2net: allow offloading with the same port for IPv4 and IPv6Jiri Benc1-0/+1
2015-07-29be2net: Support vxlan offload stats in the driverSriharsha Basavapatna1-0/+2
2015-07-24be2net: support ndo_get_phys_port_id()Sriharsha Basavapatna1-0/+3
2015-07-10be2net: bump up the driver version to 10.6.0.3Sathya Perla1-1/+1
2015-05-14be2net: Support for OS2BMC.Venkata Duvvuru1-1/+7
2015-05-14be2net: Report a "link down" to the stack when a fatal error or fw reset happens.Venkata Duvvuru1-10/+21
2015-05-14be2net: Export board temperature using hwmon-sysfs interface.Venkata Duvvuru1-1/+9
2015-05-09be2net: update the driver version to 10.6.0.2Sathya Perla1-1/+1
2015-05-09be2net: update copyright year to 2015Vasundhara Volam1-1/+1
2015-05-09be2net: set interrupt moderation for Skyhawk-R using EQ-DBPadmanabh Ratnakar1-0/+1
2015-05-09be2net: add support for spoofchk settingKalesh AP1-0/+1
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-04-08be2net: Fix a bug in Rx buffer postingAjit Khaparde1-0/+1
2015-03-29be2net: bump up the driver version to 10.6.0.1Sathya Perla1-1/+1
2015-03-29be2net: assign CPU affinity hints to be2net IRQsPadmanabh Ratnakar1-0/+2
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-03-20be2net: use PCI MMIO read instead of config read for errorsSuresh Reddy1-0/+1
2015-03-20be2net: Prevent VFs from enabling VLAN promiscuous modeVasundhara Volam1-0/+1
2015-03-04be2net: re-distribute SRIOV resources allowed by FWVasundhara Volam1-0/+4
2015-03-04be2net: avoid creating the non-RSS default RXQ if FW allows toVasundhara Volam1-2/+3
2015-02-23be2net: use a wrapper to schedule and cancel error detection taskSathya Perla1-1/+2
2015-02-20be2net: Minor code cleanup in tx completion processSriharsha Basavapatna1-0/+7
2015-02-20be2net: Refactor wrb_fill_hdr() routineSriharsha Basavapatna1-0/+33
2015-02-07be2net: process port misconfig async eventVasundhara Volam1-0/+6
2015-02-07be2net: refactor be_set_rx_mode() and be_vid_config() for readabilitySathya Perla1-6/+7
2015-02-07be2net: replace (1 << x) with BIT(x)Vasundhara Volam1-9/+9
2015-02-07be2net: move un-exported routines from be.h to respective src filesSathya Perla1-166/+0
2015-01-05be2net: support TX batching using skb->xmit_more flagSathya Perla1-1/+3
2014-12-11be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna1-0/+1
2014-09-13be2net: fix port-type reporting in get_settingsRavikumar Nelavelli1-1/+1
2014-09-02be2net: define macro for_all_tx_queues_on_eq()Sathya Perla1-0/+4
2014-09-02be2net: get rid of TX budgetSathya Perla1-2/+0
2014-09-02be2net: define BE_MAX_MTUKalesh AP1-0/+2
2014-09-02be2net: Add a dma_mapping_error counter in ethtoolVasundhara Volam1-0/+1
2014-09-02be2net: Add TX completion error statistics in ethtoolKalesh AP1-0/+7
2014-09-02be2net: shorten AMAP_GET/SET_BITS() macro callsSathya Perla1-0/+12
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+1
2014-08-02be2net: support deleting FW dump via ethtool (only for Lancer)Kalesh AP1-0/+2
2014-08-01be2net: Issue shutdown event to ocrdma driverDevesh Sharma1-0/+1
2014-07-17be2net: update driver version to 10.4Sathya Perla1-1/+1
2014-07-17be2net: use adapter->flags to track SRIOV stateVasundhara Volam1-1/+3
2014-07-17be2net: fix return status of some ethtool methodsKalesh AP1-0/+2
2014-07-02be2net: create optimal number of queues on SR-IOV configVasundhara Volam1-4/+4
2014-07-02be2net: read VF's capabilities from GET_PROFILE_CONFIG cmdVasundhara Volam1-0/+1
2014-06-23be2net: fix qnq mode detection on VFsSuresh Reddy1-3/+1
2014-05-30be2net: skip multicast promiscuos setting in already setKalesh AP1-0/+1
2014-05-09be2net: covert vlan array to bit-mapRavikumar Nelavelli1-1/+1
2014-04-22be2net: Support for configurable RSS hash keyVenkata Duvvuru1-1/+11
2014-04-14be2net: Fix invocation of be_close() after be_clear()Kalesh AP1-0/+1