| Commit message (Expand) | Author | Age | Files | Lines |
* | vmxnet3: Dont allocate extra MSI-x vectors | Shreyas Bhatewara | 2011-01-15 | 2 | -5/+5 |
* | vmxnet3: Add locking for access to command register | Shreyas Bhatewara | 2011-01-15 | 3 | -0/+54 |
* | vmxnet3: Disable napi in suspend, reenable in resume. | Shreyas Bhatewara | 2011-01-15 | 1 | -1/+6 |
* | vmxnet3: Make ethtool handlers multiqueue aware | Shreyas Bhatewara | 2011-01-15 | 1 | -114/+145 |
* | vmxnet3: Provide required number of bytes in first SG buffer | Shreyas Bhatewara | 2011-01-15 | 1 | -14/+9 |
* | vmxnet3: Enable HW Rx VLAN stripping by default | Shreyas Bhatewara | 2011-01-15 | 1 | -13/+1 |
* | vmxnet3: Preserve the MAC address configured by ifconfig | Shreyas Bhatewara | 2011-01-15 | 1 | -0/+5 |
* | vmxnet3: fix ring size update | Shreyas Bhatewara | 2011-01-15 | 1 | -1/+1 |
* | drivers/net/*/: Use static const | Joe Perches | 2010-12-21 | 1 | -1/+3 |
* | vmxnet3: locking problems in xmit | Dan Carpenter | 2010-12-20 | 1 | -1/+3 |
* | net: Fix drivers advertising HW_CSUM feature to use csum_start | Michał Mirosław | 2010-12-16 | 1 | -2/+2 |
* | drivers/net: don't use flush_scheduled_work() | Tejun Heo | 2010-12-12 | 1 | -1/+1 |
* | vmxnet3: fix compilation when RSS is disabled | Scott J. Goldman | 2010-11-28 | 1 | -1/+4 |
* | net-next: Add multiqueue support to vmxnet3 driver | Shreyas Bhatewara | 2010-11-19 | 3 | -274/+921 |
* | vmxnet: trivial annotation of protocol constant | Harvey Harrison | 2010-10-30 | 1 | -1/+1 |
* | vmxnet3: remove unnecessary byteswapping in BAR writing macros | Harvey Harrison | 2010-10-30 | 1 | -4/+4 |
* | vmxnet3: fix typo setting confPA | Harvey Harrison | 2010-10-24 | 1 | -1/+1 |
* | vmxnet3: annotate hwaddr members as __iomem pointers | Harvey Harrison | 2010-10-24 | 1 | -2/+2 |
* | vmxnet3: remove set_flag_le{16,64} helpers | Harvey Harrison | 2010-10-24 | 5 | -41/+22 |
* | vmxnet3: make bit twiddle routines inline | stephen hemminger | 2010-10-21 | 2 | -20/+14 |
* | 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 | -2/+2 |
* | net-next: Fix an overflow bug in vmxnet3 Tx descriptor | Bhavesh Davda | 2010-07-25 | 2 | -6/+11 |
* | net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configuration | Shreyas Bhatewara | 2010-07-19 | 2 | -5/+12 |
* | net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened | Shreyas Bhatewara | 2010-07-19 | 1 | -0/+2 |
* | net-next: vmxnet3 fixes [3/5] Initialize link state at probe time | Shreyas Bhatewara | 2010-07-18 | 1 | -5/+8 |
* | net-next: vmxnet3 fixes [2/5] Interrupt control bitmap | Ronghua Zang | 2010-07-15 | 2 | -1/+10 |
* | net-next: fix LRO feature update in vmxnet3 | Shreyas Bhatewara | 2010-07-15 | 1 | -2/+3 |
* | vmxnet3: Remove incorrect implementation of ethtool_ops::get_flags() | Ben Hutchings | 2010-06-30 | 1 | -7/+1 |
* | vmxnet3: fail when try to setup unsupported features | Stanislaw Gruszka | 2010-06-29 | 1 | -2/+7 |
* | drivers/net/vmxnet3: Use kzalloc | Julia Lawall | 2010-05-17 | 1 | -2/+1 |
* | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -1/+0 |
* | drivers: net: last_rx elimination | Eric Dumazet | 2010-04-13 | 1 | -1/+0 |
* | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part6 | Jiri Pirko | 2010-02-26 | 1 | -7/+4 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -4/+4 |
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE() | Alexey Dobriyan | 2010-01-07 | 1 | -1/+1 |
* | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 |
* | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 | 1 | -2/+2 |
* | vmxnet3: using csum_ipv6_magic requires including net/ip6_checksum.h | Stephen Rothwell | 2009-11-17 | 1 | -0/+2 |
* | net: Getting rid of the x86 dependency to built vmxnet3 | Shreyas Bhatewara | 2009-11-17 | 4 | -187/+438 |
* | vmxnet3: remove duplicate #include | Shreyas Bhatewara | 2009-10-28 | 1 | -5/+0 |
* | vmxnet3: use dev_dbg, fix build for CONFIG_BLOCK=n | Randy Dunlap | 2009-10-16 | 2 | -10/+19 |
* | vmxnet: fix 2 build problems | Randy Dunlap | 2009-10-14 | 1 | -1/+10 |
* | net: VMware virtual Ethernet NIC driver: vmxnet3 | Shreyas Bhatewara | 2009-10-13 | 6 | -0/+4177 |