index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
vmxnet3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
vmxnet3: remove device counter
Stephen Hemminger
2013-01-16
2
-6
/
+0
*
|
vmxnet3: remove VMXNET3_MAX_DEVICES
Stephen Hemminger
2013-01-16
1
-1
/
+0
*
|
vmxnet3: use netdev_ printk wrappers
Stephen Hemminger
2013-01-16
2
-76
/
+73
*
|
vmxnet3: use netdev_dbg
Stephen Hemminger
2013-01-16
1
-9
/
+9
*
|
vmxnet3: fix messages printed before registration
Stephen Hemminger
2013-01-16
1
-12
/
+9
*
|
vmxnet3: remove unnecessary bookkeeping
Stephen Hemminger
2013-01-16
2
-9
/
+2
*
|
vmxnet3: use netdev_alloc_skb_ip_align
Stephen Hemminger
2013-01-16
1
-7
/
+5
*
|
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2013-01-06
1
-1
/
+1
|
/
*
vmxnet3: remove __dev* attributes
Bill Pemberton
2012-12-03
1
-3
/
+3
*
vmxnet3: fix indentation
stephen hemminger
2012-11-14
1
-17
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-11-10
1
-20
/
+45
|
\
|
*
vmxnet3: must split too big fragments
Eric Dumazet
2012-11-02
1
-20
/
+45
*
|
vmxnet3: convert BUG_ON(true) into a simple BUG()
Sasha Levin
2012-11-09
1
-1
/
+1
|
/
*
vmxnet3: Fix race between dev_open() and register_netdev()
Steve Hodgson
2012-08-15
1
-1
/
+1
*
drivers: net: Remove casts to same type
Joe Perches
2012-06-06
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-03-05
2
-8
/
+3
|
\
|
*
vmxnet3: Fix transport header size
Shreyas Bhatewara
2012-03-01
2
-8
/
+3
*
|
vmxnet3: Fix log messages and corrects some typos
Shreyas Bhatewara
2012-03-04
1
-9
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-26
1
-2
/
+2
|
\
|
|
*
vmxnet3: cap copy length at size of skb to prevent dropped frames on tx
Neil Horman
2012-02-19
1
-2
/
+2
*
|
vmxnet3: Fix typo in vmxnet3_drv.c
Masanari Iida
2012-02-01
1
-1
/
+1
*
|
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2012-01-31
1
-4
/
+1
*
|
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
2012-01-31
1
-12
/
+3
*
|
vmxnet3: cleanup tso headers manipulation
Eric Dumazet
2012-01-25
1
-11
/
+11
|
/
*
vmxnet3" make ethtool ops const
stephen hemminger
2012-01-05
1
-1
/
+1
*
ethtool: Define and apply a default policy for RX flow hash indirection
Ben Hutchings
2011-12-16
1
-1
/
+2
*
ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters
Ben Hutchings
2011-12-16
1
-20
/
+15
*
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2011-12-08
1
-2
/
+6
*
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
2011-11-22
1
-5
/
+0
*
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-11-16
2
-3
/
+3
*
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
net: add skb frag size accessors
Eric Dumazet
2011-10-19
1
-6
/
+6
*
vmxnet3: fix skb truesize underestimation
Eric Dumazet
2011-10-13
1
-1
/
+1
*
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
2011-10-06
1
-1
/
+1
*
vmxnet3: convert to SKB paged frag API.
Ian Campbell
2011-09-22
1
-4
/
+4
*
ethtool: Clean up definitions of rule location arrays in RX NFC
Ben Hutchings
2011-09-16
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-08-20
1
-14
/
+20
|
\
|
*
vmxnet3: Don't enable vlan filters in promiscuous mode.
Jesse Gross
2011-08-13
1
-14
/
+20
*
|
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-17
1
-1
/
+1
|
/
*
vmxnet3: fix publicity of NETIF_F_HIGHDMA
Shreyas Bhatewara
2011-07-21
1
-1
/
+1
*
vmxnet3: set netdev parant device before calling netdev_info
Shreyas Bhatewara
2011-07-21
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-07-14
2
-2
/
+6
|
\
|
*
vmxnet3: round down # of queues to power of two
Shreyas Bhatewara
2011-07-07
2
-2
/
+6
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-07-05
2
-43
/
+96
|
\
|
|
*
vmxnet3: fix starving rx ring whenoc_skb kb fails
Shreyas Bhatewara
2011-07-05
2
-43
/
+96
*
|
vmxnet3: Enable GRO support.
Jesse Gross
2011-06-27
1
-1
/
+4
*
|
vmxnet3: Convert to new vlan model.
Jesse Gross
2011-06-27
3
-83
/
+40
*
|
vmxnet3: remove unused variable
Neil Horman
2011-06-13
1
-2
/
+0
*
|
vmxnet3: convert to 64 bit stats interface
stephen hemminger
2011-06-08
3
-25
/
+26
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-05-17
1
-0
/
+1
|
\
[prev]
[next]