summaryrefslogtreecommitdiff
path: root/drivers/s390/net
AgeCommit message (Expand)Author
2007-08-31qeth: Drop ARP packages on HiperSockets interface with NOARP attribute.Klaus D. Wacker
2007-08-31qeth: provide specific message for OSA-adapters exclusively usedUrsula Braun
2007-08-31qeth: crash during reboot after failing online settingUrsula Braun
2007-08-31qeth: Announce tx checksumming for qeth devices in TSO/EDDP modeFrank Blaschka
2007-08-31qeth: dont return the return values of void functions.Heiko Carstens
2007-08-31qeth: enforce a rate limit for inbound scatter gather messagesFrank Blaschka
2007-08-31qeth: ungrouping a device must not be interruptibleUrsula Braun
2007-07-25Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-07-16s390: add barriers to qeth driverFrank Blaschka
2007-07-16s390: scatter-gather for inbound traffic in qeth driverFrank Blaschka
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo
2007-06-20s390: netiucv inlining cleanupMartin Schwidefsky
2007-06-20s390: netiucv spinlock initializer cleanupThomas Gleixner
2007-06-20s390: don't call iucv_path_connect from tasklet contextUrsula Braun
2007-06-20s390: Use ccw_device_get_id() in qeth/claw driversCornelia Huck
2007-06-20s390: qeth: wrong packet length in qdio headerFrank Pavlic
2007-06-20s390: avoid inconsistent lock state in qethUrsula Braun
2007-06-20s390: qeth driver does not recoverUrsula Braun
2007-06-20s390: print correct level for HiperSockets devicesUrsula Braun
2007-05-10[S390] Kconfig: use common Kconfig files for s390.Martin Schwidefsky
2007-05-10[S390] Avoid sparse warnings.Heiko Carstens
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-05-08s390: qeth driver hardware specs adaptionsPeter Tiedemann
2007-05-08s390: fix Oops when unloading module netiucvUrsula Braun
2007-05-08s390: free skbs in finite amount of time in qethUrsula Braun
2007-05-08s390: qeth driver connection hangUrsula Braun
2007-05-04[S390] qeth: New read configuration data.Cornelia Huck
2007-04-27qeth: Remove usage of subsys.rwsemCornelia Huck
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2007-04-27[S390] ctc: kmalloc->kzalloc/casting cleanups.Ahmed S. Darwish
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_set_mac_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-25[QETH]: Use eth_hdr()Arnaldo Carvalho de Melo
2007-04-25[HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->devArnaldo Carvalho de Melo
2007-04-25[TR]: Use tr_hdr() were appropriateArnaldo Carvalho de Melo
2007-03-14[PATCH] qeth gfp_t annotationsAl Viro
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni