| Commit message (Expand) | Author | Age | Files | Lines |
* | net: use pci_dev->revision, again | Sergei Shtylyov | 2011-02-28 | 1 | -17/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-04 | 1 | -1/+1 |
|\ |
|
| * | vxge: Fix wrong boolean operator | Stefan Weil | 2011-02-01 | 1 | -1/+1 |
* | | vxge: update driver version | Jon Mason | 2011-01-19 | 1 | -2/+2 |
* | | vxge: MSIX one shot mode | Jon Mason | 2011-01-19 | 6 | -50/+302 |
* | | vxge: correct eprom version detection | Jon Mason | 2011-01-19 | 2 | -2/+2 |
* | | vxge: cleanup probe error paths | Jon Mason | 2011-01-19 | 1 | -30/+25 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-01-14 | 1 | -0/+1 |
|\ |
|
| * | vxge: Remember to release firmware after upgrading firmware | Jesper Juhl | 2011-01-13 | 1 | -0/+1 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | tree-wide: fix comment/printk typos | Uwe Kleine-König | 2010-11-01 | 1 | -1/+1 |
* | | vxge: remove duplicated part of check | Dan Carpenter | 2010-12-28 | 1 | -1/+1 |
* | | vxge: add missing flush of reset_task | Tejun Heo | 2010-12-19 | 1 | -0/+2 |
* | | drivers/net: remove unnecessary flush_scheduled_work() calls | Tejun Heo | 2010-12-12 | 1 | -2/+0 |
* | | vxge: update driver version | Jon Mason | 2010-12-10 | 1 | -3/+3 |
* | | vxge: independent interrupt moderation | Jon Mason | 2010-12-10 | 1 | -4/+7 |
* | | vxge: hotplug stall | Jon Mason | 2010-12-10 | 1 | -2/+2 |
* | | vxge: transmit timeout deadlock | Jon Mason | 2010-12-10 | 2 | -5/+15 |
* | | vxge: use pci_request_region() | Jon Mason | 2010-12-10 | 1 | -3/+3 |
* | | vxge: fix crash of VF when unloading PF | Jon Mason | 2010-12-10 | 1 | -7/+18 |
* | | vxge: code cleanup and reorganization | Jon Mason | 2010-12-10 | 6 | -1979/+1812 |
* | | net: Fix too optimistic NETIF_F_HW_CSUM features | Michał Mirosław | 2010-12-06 | 2 | -2/+2 |
* | | vxge: update driver version | Jon Mason | 2010-12-01 | 1 | -2/+2 |
* | | vxge: use strcpy for strings | Jon Mason | 2010-12-01 | 1 | -1/+1 |
* | | vxge: remove unnecessary printks | Jon Mason | 2010-12-01 | 1 | -11/+0 |
* | | vxge: remove unnecessary [kv][mcz]alloc casts | Joe Perches | 2010-11-28 | 2 | -18/+10 |
* | | drivers/net: use vzalloc() | Eric Dumazet | 2010-11-27 | 1 | -23/+8 |
* | | drivers/net/vxge/vxge-main.c: Remove unnecessary casts of pci_get_drvdata | Joe Perches | 2010-11-17 | 1 | -16/+12 |
* | | drivers/net/vxge: Remove unnecessary casts of netdev_priv | Joe Perches | 2010-11-17 | 2 | -26/+26 |
* | | vxge: update driver version | Jon Mason | 2010-11-11 | 1 | -2/+2 |
* | | vxge: sparse and other clean-ups | Jon Mason | 2010-11-11 | 3 | -153/+76 |
* | | vxge: correct multi-function detection | Jon Mason | 2010-11-11 | 2 | -3/+6 |
* | | vxge: Titan1A detection | Jon Mason | 2010-11-11 | 4 | -55/+87 |
* | | vxge: Handle errors in vxge_hw_vpath_fw_api | Jon Mason | 2010-11-11 | 1 | -5/+10 |
* | | vxge: add receive hardware timestamping | Jon Mason | 2010-11-11 | 2 | -9/+132 |
* | | vxge: add support for ethtool firmware flashing | Jon Mason | 2010-11-11 | 7 | -22/+500 |
* | | vxge: serialize access to steering control register | Jon Mason | 2010-11-11 | 2 | -483/+325 |
* | | vxge: cleanup debug printing and asserts | Jon Mason | 2010-11-11 | 2 | -35/+9 |
* | | vxge: Wait for Rx to become idle before reseting or closing | Jon Mason | 2010-11-11 | 5 | -9/+106 |
* | | vxge: enable rxhash | Jon Mason | 2010-11-11 | 6 | -63/+86 |
|/ |
|
* | vxge: make functions local and remove dead code | stephen hemminger | 2010-10-24 | 7 | -615/+304 |
* | vlan: Don't check for vlan group before vlan_tx_tag_present. | Jesse Gross | 2010-10-21 | 1 | -1/+1 |
* | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 2010-10-21 | 1 | -1/+1 |
* | drivers/net: avoid some skb->ip_summed initializations | Eric Dumazet | 2010-09-02 | 1 | -1/+1 |
* | vxge: Implement 64bit stats | Eric Dumazet | 2010-08-19 | 2 | -16/+7 |
* | drivers/net: Convert unbounded kzalloc calls to kcalloc | Joe Perches | 2010-08-17 | 1 | -5/+5 |
* | drivers/net/vxge/vxge-main.c: Use pr_<level> and netdev_<level> | Joe Perches | 2010-07-30 | 1 | -16/+11 |
* | vxge: Version update | Jon Mason | 2010-07-15 | 1 | -3/+2 |
* | vxge: Update copyright information | Jon Mason | 2010-07-15 | 11 | -22/+22 |
* | vxge: NETIF_F_LLTX removal | Jon Mason | 2010-07-15 | 3 | -129/+39 |