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
/
s390
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-01
qeth: properly delete empty files.
Linus Torvalds
2
-0
/
+0
2009-03-26
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-38
/
+17
2009-03-26
[S390] qdio: report SIGA errors directly
Jan Glauber
1
-38
/
+17
2009-03-25
qeth: fix wait_event_timeout handling
Heiko Carstens
1
-4
/
+5
2009-03-25
qeth: check for completion of a running recovery
Ursula Braun
2
-0
/
+22
2009-03-25
qeth: unregister MAC addresses during recovery.
Klaus-Dieter Wacker
1
-2
/
+4
2009-03-25
qeth: remove EDDP
Frank Blaschka
8
-980
/
+111
2009-03-25
qeth: add statistics for tx csum
Frank Blaschka
4
-2
/
+11
2009-03-25
qeth: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2009-03-24
claw: fix minor findings from code analysis tool
Andrew H. Richter
1
-24
/
+20
2009-03-24
ctcm: fix minor findings from code analysis tool
Joel A. Fowler
2
-17
/
+8
2009-03-24
ctcm: avoid wraparound in length of incoming data
Roel Kluin
2
-4
/
+4
2009-03-24
ctcm: invalid return code from hard_start_xmit
Ursula Braun
1
-2
/
+2
2009-03-24
claw: invalid return codes from hard_start_xmit
Ursula Braun
1
-0
/
+2
2009-03-24
netiucv: invalid return code from hard_start_xmit
Ursula Braun
1
-1
/
+1
2009-03-24
lcs: invalid return codes from hard_start_xmit.
Klaus-Dieter Wacker
1
-2
/
+2
2009-03-24
Use kthread instead of kernel_thread
Klaus-Dieter Wacker
1
-5
/
+3
2009-01-26
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+6
2009-01-25
kmsg: convert claw printk messages
Andy Richter
1
-198
/
+233
2009-01-25
lcs: fix compilation for !CONFIG_IP_MULTICAST
Heiko Carstens
1
-2
/
+6
2009-01-21
claw: convert to net_device_ops
Frank Blaschka
1
-5
/
+9
2009-01-21
netiucv: convert to net_device_ops
Frank Blaschka
1
-5
/
+9
2009-01-21
ctcm: convert to net_device_ops
Frank Blaschka
1
-6
/
+18
2009-01-21
lcs: convert to net_device_ops
Frank Blaschka
1
-5
/
+16
2009-01-11
qeth: fix usage of netdev_ops
Frank Blaschka
2
-5
/
+21
2009-01-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
4
-12
/
+6
2009-01-08
qeth: convert to net_device_ops
Frank Blaschka
2
-46
/
+34
2009-01-06
s390: remove s390_root_dev_*()
Mark McLoughlin
4
-12
/
+6
2009-01-04
qeth: get rid of extra argument after printk to dev_* conversion
Heiko Carstens
1
-1
/
+1
2009-01-04
qeth: No large send using EDDP for HiperSockets.
Klaus-Dieter Wacker
1
-1
/
+8
2009-01-04
qeth: do not spin for SETIP ip assist command
Frank Blaschka
1
-11
/
+29
2009-01-04
qeth: avoid crash in case of layer mismatch for VSWITCH
Ursula Braun
3
-6
/
+14
2009-01-04
qeth: exploit source MAC address for inbound layer3 packets
Ursula Braun
3
-9
/
+9
2009-01-04
qeth: HiperSockets mcl string conversion (pre z9 mach)
Klaus-Dieter Wacker
1
-1
/
+2
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
3
-22
/
+16
2008-12-25
[S390] convert ctcm printks to dev_xxx and pr_xxx macros.
Peter Tiedemann
5
-56
/
+86
2008-12-25
[S390] convert qeth printks to dev_xxx and pr_xxx macros.
Frank Blaschka
4
-192
/
+212
2008-12-25
[S390] convert iucv printks to dev_xxx and pr_xxx macros.
Ursula Braun
1
-26
/
+38
2008-12-25
[S390] convert lcs printks to dev_xxx and pr_xxx macros.
Klaus-D. Wacker
1
-39
/
+53
2008-12-25
[S390] s390: Remove redundant test
Julia Lawall
1
-1
/
+0
2008-12-25
[S390] service level interface.
Martin Schwidefsky
2
-0
/
+13
2008-12-25
[S390] qdio: fix qeth port count detection
Jan Glauber
1
-4
/
+11
2008-12-06
s390_net: Kill directly reference of netdev->priv
Wang Chen
1
-6
/
+6
2008-11-19
drivers/s390/ - csum_partial - remove unnecessary casts
Joe Perches
1
-4
/
+4
2008-10-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-38
/
+12
2008-10-27
net: convert more to %pM
Johannes Berg
1
-12
/
+6
2008-10-27
qeth: avoid skb_under_panic for malformatted inbound data
Ursula Braun
1
-5
/
+8
2008-10-27
qeth: remove unnecessary support ckeck in sysfs route6
Frank Blaschka
1
-7
/
+0
2008-10-27
qeth: fix offset error in non prealloc header path
Frank Blaschka
1
-1
/
+2
2008-10-27
qeth: remove non-recover-thread checkings
Ursula Braun
2
-25
/
+2
[next]