index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
myri10ge
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-11
myri*: Move the Myricom drivers
Jeff Kirsher
4
-4736
/
+0
2011-06-29
myri10ge: update version
Jon Mason
1
-2
/
+2
2011-06-29
myri10ge: misc style cleanups
Jon Mason
1
-18
/
+14
2011-06-29
myri10ge: remove unnecessary read of PCI_CAP_ID_EXP
Jon Mason
1
-6
/
+5
2011-06-29
myri10ge: add support for set_phys_id
Jon Mason
2
-0
/
+57
2011-06-29
myri10ge: allow small_bytes = 0
Jon Mason
1
-3
/
+11
2011-06-29
myri10ge: rework parity error check and cleanup
Jon Mason
1
-40
/
+60
2011-06-29
myri10ge: Mask PCI Surprise Link Down Events
Jon Mason
1
-0
/
+21
2011-06-29
myri10ge: ensure tx queues remain stopped
Jon Mason
1
-1
/
+2
2011-06-21
ip: introduce ip_is_fragment helper inline function
Paul Gortmaker
1
-1
/
+1
2011-06-20
myricom: remove stats_lock
Eric Dumazet
1
-7
/
+3
2011-06-08
myricom: update to 64 bit stats
stephen hemminger
1
-6
/
+8
2011-06-05
drivers/net: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2011-05-22
Add appropriate <linux/prefetch.h> include for prefetch users
Paul Gortmaker
1
-0
/
+1
2011-04-29
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
David Decotigny
1
-1
/
+1
2011-04-18
net: myri10ge: convert to hw_features
Michał Mirosław
1
-54
/
+12
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-27
myri10ge: small rx_done refactoring
Stanislaw Gruszka
1
-14
/
+23
2011-03-23
myri10ge: fix rmmod crash
Stanislaw Gruszka
1
-0
/
+1
2011-01-24
net: change netdev->features to u32
Michał Mirosław
1
-2
/
+2
2011-01-14
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-3
/
+1
2010-12-23
PCI: make pci_restore_state return void
Jon Mason
1
-3
/
+1
2010-12-16
net: Fix drivers advertising HW_CSUM feature to use csum_start
Michał Mirosław
1
-1
/
+1
2010-12-12
drivers/net: don't use flush_scheduled_work()
Tejun Heo
1
-1
/
+1
2010-09-29
myri10ge: DCA update (resubmit)
Andrew Gallatin
1
-4
/
+30
2010-09-27
myri10ge: Use netif_set_real_num_{rx, tx}_queues()
Ben Hutchings
1
-2
/
+3
2010-09-26
drivers/net: return operator cleanup
Eric Dumazet
1
-3
/
+3
2010-08-17
drivers/net: Convert unbounded kzalloc calls to kcalloc
Joe Perches
1
-2
/
+2
2010-08-11
param: lock myri10ge_fw_name against sysfs changes.
Rusty Russell
1
-13
/
+41
2010-06-30
ethtool: Change ethtool_op_set_flags to validate flags
Ben Hutchings
1
-3
/
+7
2010-04-14
drivers: net: use skb_headlen()
Eric Dumazet
1
-1
/
+1
2010-04-13
myri10ge: use the DMA state API instead of the pci equivalents
FUJITA Tomonori
1
-22
/
+22
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2010-04-11
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-0
/
+1
2010-04-07
myri10ge: fix rx_pause in myri10ge_set_pauseparam
Brice Goglin
1
-1
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-4
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-15
myri: remove dead code
Dan Carpenter
1
-1
/
+0
2010-02-26
myri10ge: optimize 4k-boundary check when stocking rx pages
Brice Goglin
1
-4
/
+7
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
Jiri Pirko
1
-1
/
+1
2010-02-26
drivers/net/myri10ge: Use pr_<level> and netdev_<level>
Joe Perches
1
-116
/
+67
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-12-08
myri10ge: use src+dst for rss hashing
Brice Goglin
1
-2
/
+2
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
1
-8
/
+8
2009-11-10
myri10ge: declare MODULE_FIRMWARE
Ben Hutchings
1
-0
/
+4
2009-10-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-3
/
+14
2009-10-22
myri10ge: improve port type reporting in ethtool
Brice Goglin
1
-3
/
+14
2009-10-07
myri10ge: Use the instance of net_device_stats from net_device.
Ajit Khaparde
1
-3
/
+2
2009-09-01
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
1
-4
/
+7
2009-08-12
myri10ge: improve parity error detection and recovery
Brice Goglin
1
-17
/
+46
[next]