Age | Commit message (Expand) | Author | Files | Lines |
2013-06-13 | be2net: Fix 32-bit DMA Mask handling | Somnath Kotur | 1 | -0/+3 |
2013-05-31 | be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hook | Somnath Kotur | 1 | -25/+23 |
2013-05-31 | be2net: Mark checksum fail for IP fragmented packets | Somnath Kotur | 1 | -1/+6 |
2013-05-14 | be2net: Avoid double insertion of vlan tags. | Sarveshwar Bandi | 1 | -13/+5 |
2013-05-08 | be2net: disable TX in be_close() | Sathya Perla | 1 | -0/+2 |
2013-05-08 | be2net: fix EQ from getting full while cleaning RX CQ | Sathya Perla | 1 | -6/+1 |
2013-05-08 | be2net: provision VF resources before enabling SR-IOV | Sathya Perla | 1 | -8/+13 |
2013-05-03 | be2net: Fix to fail probe if MSI-X enable fails for a VF | Somnath Kotur | 1 | -7/+15 |
2013-05-03 | be2net: avoid napi_disable() when it has not been enabled | Somnath Kotur | 1 | -2/+6 |
2013-05-03 | be2net: Fix to show tx priority pause counter in ethtool -S | Ajit Khaparde | 1 | -0/+1 |
2013-05-03 | be2net: Fix to use 32-bit stats to report rx_drops_no_fragment | Ajit Khaparde | 1 | -6/+17 |
2013-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -17/+104 |
2013-04-29 | be2net: FLR must be first cmd issued to Lancer FW | Kalesh AP | 1 | -11/+11 |
2013-04-27 | be2net: Renamed rx_address_mismatch_errors to rx_address_filtered | Suresh Reddy | 1 | -7/+7 |
2013-04-27 | be2net: Add support for setting and getting rx flow hash options | Suresh Reddy | 1 | -2/+12 |
2013-04-25 | be2net: Fix PVID tag offload for packets with inline VLAN tag. | Ajit Khaparde | 1 | -0/+8 |
2013-04-25 | be2net: fix a Tx stall bug caused by a specific ipv6 packet | Ajit Khaparde | 1 | -7/+92 |
2013-04-25 | be2net: Remove an incorrect pvid check in Tx | Ajit Khaparde | 1 | -10/+4 |
2013-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2013-04-22 | be2net: enable IOMMU pass through for be2net | Craig Hada | 1 | -0/+5 |
2013-04-22 | be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-R | Vasundhara Volam | 1 | -2/+8 |
2013-04-22 | be2net: Avoid flashing BE3 UFI on BE3-R chip. | Vasundhara Volam | 1 | -12/+30 |
2013-04-22 | be2net: Use TXQ_CREATE_V2 cmd | Vasundhara Volam | 1 | -5/+6 |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy | 1 | -3/+3 |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy | 1 | -2/+2 |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy | 1 | -2/+2 |
2013-04-12 | be2net: take care of __vlan_put_tag return value | Ivan Vecera | 1 | -2/+3 |
2013-03-17 | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) | Joe Perches | 1 | -8/+6 |
2013-03-15 | drivers:net: Remove dma_alloc_coherent OOM messages | Joe Perches | 1 | -5/+1 |
2013-03-15 | be2net: Use new F/W mailbox cmd to manipulate interrupts. | Somnath Kotur | 1 | -8/+17 |
2013-03-15 | be2net: enable interrupts in be_probe() (RoCE and other ULPs need them) | Somnath Kotur | 1 | -11/+10 |
2013-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+10 |
2013-03-08 | be2net: Update copyright year | Vasundhara Volam | 1 | -1/+1 |
2013-03-06 | be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3 | Sathya Perla | 1 | -0/+10 |
2013-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-02-04 | be2net: fix re-loaded PF driver to re-gain control of its VFs | Sathya Perla | 1 | -64/+100 |
2013-01-30 | be2net: Updating Module Author string and log message string to "Emulex Corpo... | Sarveshwar Bandi | 1 | -1/+1 |
2013-01-13 | be2net: fix unconditionally returning IRQ_HANDLED in INTx | Sathya Perla | 1 | -9/+20 |
2012-12-19 | be2net: fix wrong frag_idx reported by RX CQ | Sathya Perla | 1 | -6/+32 |
2012-12-19 | be2net: fix be_close() to ensure all events are ack'ed | Sathya Perla | 1 | -9/+12 |
2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 1 | -2/+1 |
2012-12-03 | be2net: remove __dev* attributes | Bill Pemberton | 1 | -2/+2 |
2012-11-28 | be2net: fix INTx ISR for interrupt behaviour on BE2 | Sathya Perla | 1 | -31/+23 |
2012-11-23 | be2net: fix a possible events_get() race on BE2 | Sathya Perla | 1 | -4/+7 |
2012-11-08 | be2net: remove adapter->eq_next_idx | Sathya Perla | 1 | -2/+0 |
2012-11-08 | be2net: remove roce on lancer | Sathya Perla | 1 | -15/+1 |
2012-11-08 | be2net: fix access to SEMAPHORE reg | Sathya Perla | 1 | -9/+0 |
2012-11-08 | be2net: re-factor bar mapping code | Sathya Perla | 1 | -95/+42 |
2012-11-08 | be2net: do not use sli_family to identify skyhawk-R chip | Sathya Perla | 1 | -1/+1 |
2012-11-08 | be2net: fix wrong usage of adapter->generation | Sathya Perla | 1 | -56/+78 |