aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-31qeth: crash during reboot after failing online settingUrsula Braun1-7/+13
2007-08-31qeth: Announce tx checksumming for qeth devices in TSO/EDDP modeFrank Blaschka1-14/+68
2007-08-31qeth: dont return the return values of void functions.Heiko Carstens2-6/+6
2007-08-31qeth: enforce a rate limit for inbound scatter gather messagesFrank Blaschka1-5/+8
2007-08-31qeth: ungrouping a device must not be interruptibleUrsula Braun1-3/+2
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2-5/+5
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-6/+3
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds3-32/+166
2007-07-16s390: add barriers to qeth driverFrank Blaschka1-0/+1
2007-07-16s390: scatter-gather for inbound traffic in qeth driverFrank Blaschka3-32/+165
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+1
2007-06-20s390: netiucv inlining cleanupMartin Schwidefsky1-15/+3
2007-06-20s390: netiucv spinlock initializer cleanupThomas Gleixner1-1/+1
2007-06-20s390: don't call iucv_path_connect from tasklet contextUrsula Braun1-1/+2
2007-06-20s390: Use ccw_device_get_id() in qeth/claw driversCornelia Huck2-14/+11
2007-06-20s390: qeth: wrong packet length in qdio headerFrank Pavlic1-2/+1
2007-06-20s390: avoid inconsistent lock state in qethUrsula Braun1-4/+4
2007-06-20s390: qeth driver does not recoverUrsula Braun1-6/+6
2007-06-20s390: print correct level for HiperSockets devicesUrsula Braun1-9/+11
2007-05-10[S390] Kconfig: use common Kconfig files for s390.Martin Schwidefsky1-4/+4
2007-05-10[S390] Avoid sparse warnings.Heiko Carstens1-2/+2
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08s390: qeth driver hardware specs adaptionsPeter Tiedemann3-99/+247
2007-05-08s390: fix Oops when unloading module netiucvUrsula Braun1-2/+3
2007-05-08s390: free skbs in finite amount of time in qethUrsula Braun1-6/+8
2007-05-08s390: qeth driver connection hangUrsula Braun4-7/+7
2007-05-04[S390] qeth: New read configuration data.Cornelia Huck3-5/+76
2007-04-27qeth: Remove usage of subsys.rwsemCornelia Huck1-2/+0
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-62/+81
2007-04-27[S390] ctc: kmalloc->kzalloc/casting cleanups.Ahmed S. Darwish1-14/+9
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-4/+5
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo4-9/+16
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2-8/+13
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2-3/+3
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo3-5/+8
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2-14/+13
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo1-5/+8
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+4
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_set_mac_header()Arnaldo Carvalho de Melo2-3/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo4-7/+7
2007-04-25[QETH]: Use eth_hdr()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->devArnaldo Carvalho de Melo1-1/+0
2007-04-25[TR]: Use tr_hdr() were appropriateArnaldo Carvalho de Melo1-1/+1
2007-03-14[PATCH] qeth gfp_t annotationsAl Viro1-1/+1
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-12/+13
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-2/+2