Age | Commit message (Expand) | Author | Files | Lines |
2011-04-30 | ethtool: cosmetic: Use ethtool ethtool_cmd_speed API | David Decotigny | 1 | -2/+2 |
2011-04-30 | ethtool: Use full 32 bit speed range in ethtool's set_settings | David Decotigny | 1 | -1/+2 |
2011-04-19 | net: vxge: convert to hw_features | Michał Mirosław | 3 | -127/+59 |
2011-04-12 | vxge: update driver version | Jon Mason | 1 | -2/+2 |
2011-04-12 | vxge: spin-lock issue | Jon Mason | 1 | -16/+32 |
2011-04-12 | vxge: always enable hardware time stamp | Jon Mason | 3 | -51/+64 |
2011-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 4 | -8/+8 |
2011-04-07 | vxge: convert to set_phys_id | stephen hemminger | 1 | -9/+16 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 4 | -8/+8 |
2011-03-28 | net: fix ethtool->set_flags not intended -EINVAL return value | Stanislaw Gruszka | 1 | -2/+2 |
2011-02-28 | net: use pci_dev->revision, again | Sergei Shtylyov | 1 | -17/+1 |
2011-02-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2011-02-01 | vxge: Fix wrong boolean operator | Stefan Weil | 1 | -1/+1 |
2011-01-20 | vxge: update driver version | Jon Mason | 1 | -2/+2 |
2011-01-20 | vxge: MSIX one shot mode | Jon Mason | 6 | -50/+302 |
2011-01-20 | vxge: correct eprom version detection | Jon Mason | 2 | -2/+2 |
2011-01-20 | vxge: cleanup probe error paths | Jon Mason | 1 | -30/+25 |
2011-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+1 |
2011-01-14 | vxge: Remember to release firmware after upgrading firmware | Jesper Juhl | 1 | -0/+1 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-12-29 | vxge: remove duplicated part of check | Dan Carpenter | 1 | -1/+1 |
2010-12-20 | vxge: add missing flush of reset_task | Tejun Heo | 1 | -0/+2 |
2010-12-12 | drivers/net: remove unnecessary flush_scheduled_work() calls | Tejun Heo | 1 | -2/+0 |
2010-12-11 | vxge: update driver version | Jon Mason | 1 | -3/+3 |
2010-12-11 | vxge: independent interrupt moderation | Jon Mason | 1 | -4/+7 |
2010-12-11 | vxge: hotplug stall | Jon Mason | 1 | -2/+2 |
2010-12-11 | vxge: transmit timeout deadlock | Jon Mason | 2 | -5/+15 |
2010-12-11 | vxge: use pci_request_region() | Jon Mason | 1 | -3/+3 |
2010-12-11 | vxge: fix crash of VF when unloading PF | Jon Mason | 1 | -7/+18 |
2010-12-11 | vxge: code cleanup and reorganization | Jon Mason | 6 | -1979/+1812 |
2010-12-06 | net: Fix too optimistic NETIF_F_HW_CSUM features | Michał Mirosław | 2 | -2/+2 |
2010-12-02 | vxge: update driver version | Jon Mason | 1 | -2/+2 |
2010-12-02 | vxge: use strcpy for strings | Jon Mason | 1 | -1/+1 |
2010-12-02 | vxge: remove unnecessary printks | Jon Mason | 1 | -11/+0 |
2010-11-29 | vxge: remove unnecessary [kv][mcz]alloc casts | Joe Perches | 2 | -18/+10 |
2010-11-28 | drivers/net: use vzalloc() | Eric Dumazet | 1 | -23/+8 |
2010-11-17 | drivers/net/vxge/vxge-main.c: Remove unnecessary casts of pci_get_drvdata | Joe Perches | 1 | -16/+12 |
2010-11-17 | drivers/net/vxge: Remove unnecessary casts of netdev_priv | Joe Perches | 2 | -26/+26 |
2010-11-11 | vxge: update driver version | Jon Mason | 1 | -2/+2 |
2010-11-11 | vxge: sparse and other clean-ups | Jon Mason | 3 | -153/+76 |
2010-11-11 | vxge: correct multi-function detection | Jon Mason | 2 | -3/+6 |
2010-11-11 | vxge: Titan1A detection | Jon Mason | 4 | -55/+87 |
2010-11-11 | vxge: Handle errors in vxge_hw_vpath_fw_api | Jon Mason | 1 | -5/+10 |
2010-11-11 | vxge: add receive hardware timestamping | Jon Mason | 2 | -9/+132 |
2010-11-11 | vxge: add support for ethtool firmware flashing | Jon Mason | 7 | -22/+500 |
2010-11-11 | vxge: serialize access to steering control register | Jon Mason | 2 | -483/+325 |
2010-11-11 | vxge: cleanup debug printing and asserts | Jon Mason | 2 | -35/+9 |
2010-11-11 | vxge: Wait for Rx to become idle before reseting or closing | Jon Mason | 5 | -9/+106 |
2010-11-11 | vxge: enable rxhash | Jon Mason | 6 | -63/+86 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |