Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | qlcnic: eswitch config fixes | Rajesh Borundia | 2010-08-25 | 2 | -12/+15 | |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-08-22 | 1 | -2/+0 | |
|\| | ||||||
| * | qlnic: fix a race in qlcnic_get_stats() | Eric Dumazet | 2010-08-19 | 1 | -2/+0 | |
* | | qlcnic: update version 5.0.8 | Amit Kumar Salecha | 2010-08-20 | 1 | -2/+2 | |
* | | qlcnic: rom lock recovery | Sucheta Chakraborty | 2010-08-20 | 2 | -4/+14 | |
* | | qlcnic: firmware initialization update | Sony Chacko | 2010-08-20 | 4 | -131/+47 | |
* | | qlcnic: fix endiness in eswitch statistics | Amit Kumar Salecha | 2010-08-20 | 1 | -2/+16 | |
* | | qlcnic: mark device state as failed | Amit Kumar Salecha | 2010-08-20 | 1 | -10/+13 | |
* | | qlcnic: fix npar state | Amit Kumar Salecha | 2010-08-20 | 1 | -14/+29 | |
* | | qlcnic: support anti mac spoofing | Sony Chacko | 2010-08-20 | 2 | -0/+12 | |
* | | qlcnic: configure offload setting on eswitch | Rajesh Borundia | 2010-08-20 | 2 | -6/+133 | |
* | | qlcnic: configure port on eswitch | Rajesh Borundia | 2010-08-20 | 4 | -134/+254 | |
* | | qlcnic: replace magic numbers with defines | Sony Chacko | 2010-08-20 | 4 | -3/+8 | |
* | | qlcnic: remove unused code | Sony Chacko | 2010-08-20 | 2 | -20/+0 | |
* | | qlcnic: fix inconsistent lock state | Amit Kumar Salecha | 2010-08-20 | 1 | -7/+0 | |
* | | drivers/net/qlcnic: Use available error codes | Julia Lawall | 2010-08-18 | 1 | -3/+3 | |
* | | qlcnic: turn off lro when rxcsum is disabled. | Sucheta Chakraborty | 2010-08-17 | 3 | -1/+25 | |
* | | qlcnic: fix link diag test | Sony Chacko | 2010-08-17 | 2 | -9/+9 | |
* | | qlcnic: fix link status message | Sony Chacko | 2010-08-17 | 1 | -2/+2 | |
* | | qlcnic: add eswitch statistics support | Amit Kumar Salecha | 2010-08-17 | 3 | -1/+287 | |
* | | qlcnic: fix for setting function modes | Rajesh Borundia | 2010-08-17 | 1 | -3/+0 | |
* | | qlcnic: device state management fixes for virtual func | Amit Kumar Salecha | 2010-08-17 | 2 | -34/+51 | |
* | | qlcnic: fix aer for virtual func | Amit Kumar Salecha | 2010-08-17 | 1 | -1/+1 | |
|/ | ||||||
* | qlcnic: using too much stack | Dan Carpenter | 2010-08-10 | 1 | -6/+21 | |
* | qlcnic: clean up qlcnic_init_pci_info() | Dan Carpenter | 2010-08-10 | 1 | -22/+23 | |
* | qlcnic: fix diag resource allocation | Sony Chacko | 2010-07-26 | 1 | -0/+1 | |
* | qlcnic: fix loopback test | Amit Kumar Salecha | 2010-07-26 | 3 | -22/+8 | |
* | qlcnic: fix bandwidth check | Rajesh Borundia | 2010-07-25 | 1 | -4/+3 | |
* | qlcnic: fix pci resource leak | Amit Kumar Salecha | 2010-07-18 | 1 | -1/+6 | |
* | qlcnic: restore NPAR config data after recovery | Anirban Chakraborty | 2010-07-14 | 3 | -23/+72 | |
* | qlcnic: aer support | Sucheta Chakraborty | 2010-07-14 | 2 | -1/+137 | |
* | qlcnic: fix netdev notifier in error path | Amit Kumar Salecha | 2010-07-14 | 1 | -1/+9 | |
* | qlcnic: disable tx timeout recovery | Amit Kumar Salecha | 2010-07-14 | 1 | -2/+4 | |
* | qlcnic: fix pause params setting | Rajesh Borundia | 2010-07-14 | 1 | -0/+4 | |
* | qlcnic: Disable admin tools interface for VF driver mode | Anirban Chakraborty | 2010-07-10 | 1 | -1/+4 | |
* | qlcnic: Check FW capability for TSO | Anirban Chakraborty | 2010-07-10 | 3 | -6/+14 | |
* | netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags | Ben Hutchings | 2010-06-30 | 1 | -1/+1 | |
* | qlcnic: Add support for configuring eswitch and npars | Rajesh K Borundia | 2010-06-30 | 3 | -75/+542 | |
* | qlcnic: Remove obsolete code | Anirban Chakraborty | 2010-06-30 | 4 | -57/+13 | |
* | qlcnic: fail when try to setup unsupported features | Stanislaw Gruszka | 2010-06-29 | 1 | -3/+10 | |
* | qlcnic: update version to 5.0.6 | Amit Kumar Salecha | 2010-06-23 | 1 | -2/+2 | |
* | qlcnic: mark context state freed after destroy | Amit Kumar Salecha | 2010-06-23 | 2 | -1/+3 | |
* | qlcnic: offload tx timeout recovery | Amit Kumar Salecha | 2010-06-23 | 2 | -36/+32 | |
* | qlcnic: dont free host resources during fw recovery | Amit Kumar Salecha | 2010-06-23 | 1 | -29/+3 | |
* | qlcnic: release device resources during interface down | Amit Kumar Salecha | 2010-06-23 | 6 | -37/+114 | |
* | qlcnic: fix mac address mgmt | Amit Kumar Salecha | 2010-06-23 | 1 | -3/+8 | |
* | qlcnic: handshake with card after fw load | Amit Kumar Salecha | 2010-06-23 | 3 | -7/+9 | |
* | qlcnic: cleanup skb allocation | Amit Kumar Salecha | 2010-06-23 | 3 | -21/+13 | |
* | qlcnic: fix register access | Amit Kumar Salecha | 2010-06-17 | 1 | -7/+14 | |
* | qlcnic: fix race in tx stop queue | Rajesh K Borundia | 2010-06-17 | 4 | -19/+26 |