aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-38/+17
2009-03-26[S390] qdio: report SIGA errors directlyJan Glauber1-38/+17
2009-03-25qeth: fix wait_event_timeout handlingHeiko Carstens1-4/+5
2009-03-25qeth: check for completion of a running recoveryUrsula Braun2-0/+22
2009-03-25qeth: unregister MAC addresses during recovery.Klaus-Dieter Wacker1-2/+4
2009-03-25qeth: remove EDDPFrank Blaschka8-980/+111
2009-03-25qeth: add statistics for tx csumFrank Blaschka4-2/+11
2009-03-25qeth: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-03-24claw: fix minor findings from code analysis toolAndrew H. Richter1-24/+20
2009-03-24ctcm: fix minor findings from code analysis toolJoel A. Fowler2-17/+8
2009-03-24ctcm: avoid wraparound in length of incoming dataRoel Kluin2-4/+4
2009-03-24ctcm: invalid return code from hard_start_xmitUrsula Braun1-2/+2
2009-03-24claw: invalid return codes from hard_start_xmitUrsula Braun1-0/+2
2009-03-24netiucv: invalid return code from hard_start_xmitUrsula Braun1-1/+1
2009-03-24lcs: invalid return codes from hard_start_xmit.Klaus-Dieter Wacker1-2/+2
2009-03-24Use kthread instead of kernel_threadKlaus-Dieter Wacker1-5/+3
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+6
2009-01-25kmsg: convert claw printk messagesAndy Richter1-198/+233
2009-01-25lcs: fix compilation for !CONFIG_IP_MULTICASTHeiko Carstens1-2/+6
2009-01-21claw: convert to net_device_opsFrank Blaschka1-5/+9
2009-01-21netiucv: convert to net_device_opsFrank Blaschka1-5/+9
2009-01-21ctcm: convert to net_device_opsFrank Blaschka1-6/+18
2009-01-21lcs: convert to net_device_opsFrank Blaschka1-5/+16
2009-01-11qeth: fix usage of netdev_opsFrank Blaschka2-5/+21
2009-01-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller4-12/+6
2009-01-08qeth: convert to net_device_opsFrank Blaschka2-46/+34
2009-01-06s390: remove s390_root_dev_*()Mark McLoughlin4-12/+6
2009-01-04qeth: get rid of extra argument after printk to dev_* conversionHeiko Carstens1-1/+1
2009-01-04qeth: No large send using EDDP for HiperSockets.Klaus-Dieter Wacker1-1/+8
2009-01-04qeth: do not spin for SETIP ip assist commandFrank Blaschka1-11/+29
2009-01-04qeth: avoid crash in case of layer mismatch for VSWITCHUrsula Braun3-6/+14
2009-01-04qeth: exploit source MAC address for inbound layer3 packetsUrsula Braun3-9/+9
2009-01-04qeth: HiperSockets mcl string conversion (pre z9 mach)Klaus-Dieter Wacker1-1/+2
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-22/+16
2008-12-25[S390] convert ctcm printks to dev_xxx and pr_xxx macros.Peter Tiedemann5-56/+86
2008-12-25[S390] convert qeth printks to dev_xxx and pr_xxx macros.Frank Blaschka4-192/+212
2008-12-25[S390] convert iucv printks to dev_xxx and pr_xxx macros.Ursula Braun1-26/+38
2008-12-25[S390] convert lcs printks to dev_xxx and pr_xxx macros.Klaus-D. Wacker1-39/+53
2008-12-25[S390] s390: Remove redundant testJulia Lawall1-1/+0
2008-12-25[S390] service level interface.Martin Schwidefsky2-0/+13
2008-12-25[S390] qdio: fix qeth port count detectionJan Glauber1-4/+11
2008-12-06s390_net: Kill directly reference of netdev->privWang Chen1-6/+6
2008-11-19drivers/s390/ - csum_partial - remove unnecessary castsJoe Perches1-4/+4
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-38/+12
2008-10-27net: convert more to %pMJohannes Berg1-12/+6
2008-10-27qeth: avoid skb_under_panic for malformatted inbound dataUrsula Braun1-5/+8
2008-10-27qeth: remove unnecessary support ckeck in sysfs route6Frank Blaschka1-7/+0
2008-10-27qeth: fix offset error in non prealloc header pathFrank Blaschka1-1/+2
2008-10-27qeth: remove non-recover-thread checkingsUrsula Braun2-25/+2
2008-10-16misc: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1