index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-13
vmxnet3: fix building without CONFIG_PCI_MSI
Arnd Bergmann
1
-2
/
+5
2014-03-11
vmxnet3: fix netpoll race condition
Neil Horman
1
-5
/
+11
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-12-26
vmxnet3: use initialized skb pointer to set hash
Michal Schmidt
1
-1
/
+2
2013-12-18
net: vmxnet3 calls skb_set_hash
Tom Herbert
1
-1
/
+2
2013-12-10
net: vmxnet3: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-24
vmxnet3: Remove extern from function prototypes
Joe Perches
1
-2
/
+2
2013-08-27
VMXNET3: Add support for virtual IOMMU
Andy King
2
-83
/
+138
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-2
/
+2
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2
-7
/
+9
2013-03-07
vmxnet3: prevent div-by-zero panic when ring resizing uninitialized dev
Bhavesh Davda
3
-2
/
+9
2013-02-24
vmxnet3: fix ethtool ring buffer size setting
Neil Horman
1
-4
/
+2
2013-02-24
vmxnet3: make local function static
stephen hemminger
1
-2
/
+2
2013-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+3
2013-01-29
vmxnet3: set carrier state properly on probe
Neil Horman
1
-4
/
+3
2013-01-16
vmxnet3: better RSS support
Stephen Hemminger
1
-0
/
+7
2013-01-16
vmxnet3: use static RSS key
Stephen Hemminger
1
-1
/
+10
2013-01-16
vmxnet3: remove unused irq_share_mode
Stephen Hemminger
1
-4
/
+3
2013-01-16
vmxnet3: remove device counter
Stephen Hemminger
2
-6
/
+0
2013-01-16
vmxnet3: remove VMXNET3_MAX_DEVICES
Stephen Hemminger
1
-1
/
+0
2013-01-16
vmxnet3: use netdev_ printk wrappers
Stephen Hemminger
2
-76
/
+73
2013-01-16
vmxnet3: use netdev_dbg
Stephen Hemminger
1
-9
/
+9
2013-01-16
vmxnet3: fix messages printed before registration
Stephen Hemminger
1
-12
/
+9
2013-01-16
vmxnet3: remove unnecessary bookkeeping
Stephen Hemminger
2
-9
/
+2
2013-01-16
vmxnet3: use netdev_alloc_skb_ip_align
Stephen Hemminger
1
-7
/
+5
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
1
-1
/
+1
2012-12-03
vmxnet3: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
2012-11-14
vmxnet3: fix indentation
stephen hemminger
1
-17
/
+17
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-20
/
+45
2012-11-09
vmxnet3: convert BUG_ON(true) into a simple BUG()
Sasha Levin
1
-1
/
+1
2012-11-02
vmxnet3: must split too big fragments
Eric Dumazet
1
-20
/
+45
2012-08-15
vmxnet3: Fix race between dev_open() and register_netdev()
Steve Hodgson
1
-1
/
+1
2012-06-06
drivers: net: Remove casts to same type
Joe Perches
1
-1
/
+1
2012-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+3
2012-03-04
vmxnet3: Fix log messages and corrects some typos
Shreyas Bhatewara
1
-9
/
+10
2012-03-01
vmxnet3: Fix transport header size
Shreyas Bhatewara
2
-8
/
+3
2012-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2012-02-19
vmxnet3: cap copy length at size of skb to prevent dropped frames on tx
Neil Horman
1
-2
/
+2
2012-02-01
vmxnet3: Fix typo in vmxnet3_drv.c
Masanari Iida
1
-1
/
+1
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-4
/
+1
2012-01-31
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-12
/
+3
2012-01-25
vmxnet3: cleanup tso headers manipulation
Eric Dumazet
1
-11
/
+11
2012-01-05
vmxnet3" make ethtool ops const
stephen hemminger
1
-1
/
+1
2011-12-16
ethtool: Define and apply a default policy for RX flow hash indirection
Ben Hutchings
1
-1
/
+2
2011-12-16
ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters
Ben Hutchings
1
-20
/
+15
2011-12-08
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
1
-2
/
+6
2011-11-22
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
1
-5
/
+0
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2
-3
/
+3
2011-10-31
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
[next]