| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-16 | 2 | -0/+9 |
|\ |
|
| * | be2net: Clear any capability flags that driver is not interested in. | Sarveshwar Bandi | 2013-08-15 | 2 | -0/+9 |
* | | be2net: update driver version | Sathya Perla | 2013-08-07 | 1 | -1/+1 |
* | | be2net: Initialize "status" in be_cmd_get_die_temperature() | Vasundhara Volam | 2013-08-07 | 1 | -1/+1 |
* | | be2net: fixup log msgs for async events | Vasundhara Volam | 2013-08-07 | 1 | -2/+4 |
* | | be2net: Fix displaying supported speeds for BE2 | Vasundhara Volam | 2013-08-07 | 1 | -0/+6 |
* | | be2net: don't limit max MAC and VLAN counts | Vasundhara Volam | 2013-08-07 | 1 | -7/+0 |
* | | be2net: Do not call get_die_temperature cmd for VF | Vasundhara Volam | 2013-08-07 | 1 | -1/+2 |
* | | be2net: Adding more speeds reported by get_settings | Vasundhara Volam | 2013-08-07 | 2 | -1/+10 |
* | | be2net: Staticize local functions | Jingoo Han | 2013-08-05 | 3 | -19/+20 |
* | | be2net: don't use dev_err when AER enabling fails | Ivan Vecera | 2013-07-30 | 1 | -1/+1 |
* | | be2net: delete primary MAC address while unloading | Sathya Perla | 2013-07-24 | 1 | -3/+5 |
* | | be2net: use SET/GET_MAC_LIST for SH-R | Sathya Perla | 2013-07-24 | 3 | -36/+50 |
* | | be2net: refactor MAC-addr setup code | Sathya Perla | 2013-07-24 | 3 | -58/+48 |
* | | be2net: fix pmac_id for BE3 VFs | Sathya Perla | 2013-07-24 | 1 | -0/+4 |
* | | be2net: allow VFs to program MAC and VLAN filters | Sathya Perla | 2013-07-24 | 3 | -0/+53 |
* | | be2net: fix MAC address modification for VF | Sathya Perla | 2013-07-24 | 3 | -38/+73 |
|/ |
|
* | be2net: Fix to avoid hardware workaround when not needed | Sarveshwar Bandi | 2013-07-16 | 1 | -4/+10 |
* | net/trivial: replace numeric with standard PM state macros | Yijing Wang | 2013-06-28 | 1 | -2/+2 |
* | be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs() | Sathya Perla | 2013-06-19 | 1 | -27/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-19 | 1 | -0/+3 |
|\ |
|
| * | be2net: Fix 32-bit DMA Mask handling | Somnath Kotur | 2013-06-13 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-05 | 4 | -30/+34 |
|\| |
|
| * | be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hook | Somnath Kotur | 2013-05-30 | 2 | -28/+26 |
| * | be2net: Mark checksum fail for IP fragmented packets | Somnath Kotur | 2013-05-30 | 3 | -2/+8 |
* | | be2net: Implement initiate FW dump feature for Lancer | Somnath Kotur | 2013-05-31 | 6 | -35/+105 |
* | | be2net: Trim padded packets for Lancer | Somnath Kotur | 2013-05-27 | 1 | -1/+3 |
* | | be2net: Pad skb to meet min Tx pkt size in lancer | Somnath Kotur | 2013-05-27 | 1 | -0/+10 |
* | | be2net: cleanup be_get_drvinfo() | Somnath Kotur | 2013-05-27 | 3 | -7/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-05-24 | 2 | -22/+9 |
|\| |
|
| * | be2net: bug fix on returning an invalid nic descriptor | Wei Yang | 2013-05-23 | 1 | -9/+4 |
| * | be2net: Avoid double insertion of vlan tags. | Sarveshwar Bandi | 2013-05-14 | 1 | -13/+5 |
* | | be2net: refactor HW workarounds in be_xmit() | Sathya Perla | 2013-05-23 | 1 | -24/+38 |
|/ |
|
* | be2net: disable TX in be_close() | Sathya Perla | 2013-05-08 | 1 | -0/+2 |
* | be2net: fix EQ from getting full while cleaning RX CQ | Sathya Perla | 2013-05-08 | 1 | -6/+1 |
* | be2net: fix payload_len value for GET_MAC_LIST cmd req | Sathya Perla | 2013-05-08 | 1 | -3/+2 |
* | be2net: provision VF resources before enabling SR-IOV | Sathya Perla | 2013-05-08 | 1 | -8/+13 |
* | be2net: Fix to fail probe if MSI-X enable fails for a VF | Somnath Kotur | 2013-05-02 | 1 | -7/+15 |
* | be2net: avoid napi_disable() when it has not been enabled | Somnath Kotur | 2013-05-02 | 2 | -2/+7 |
* | be2net: Fix firmware download for Lancer | Somnath Kotur | 2013-05-02 | 1 | -1/+1 |
* | be2net: Fix to receive Multicast Packets when Promiscuous mode is enabled on ... | Ajit Khaparde | 2013-05-02 | 1 | -2/+4 |
* | be2net: Fix to show tx priority pause counter in ethtool -S | Ajit Khaparde | 2013-05-02 | 2 | -0/+2 |
* | be2net: Fix to use 32-bit stats to report rx_drops_no_fragment | Ajit Khaparde | 2013-05-02 | 1 | -6/+17 |
* | be2net: Fix to use version 2 of cq_create for SkyHawk-R devices | Ajit Khaparde | 2013-05-02 | 2 | -14/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-04-30 | 5 | -34/+180 |
|\ |
|
| * | be2net: Fix to show wol disabled/enabled state correctly. | Sarveshwar Bandi | 2013-04-29 | 1 | -1/+2 |
| * | be2net: Fixed memory leak | Suresh Reddy | 2013-04-29 | 1 | -16/+22 |
| * | be2net: Fix PVID tag offload for packets with inline VLAN tag. | Ajit Khaparde | 2013-04-24 | 1 | -0/+8 |
| * | be2net: fix a Tx stall bug caused by a specific ipv6 packet | Ajit Khaparde | 2013-04-24 | 4 | -7/+144 |
| * | be2net: Remove an incorrect pvid check in Tx | Ajit Khaparde | 2013-04-24 | 1 | -10/+4 |