Age | Commit message (Expand) | Author | Files | Lines |
2007-04-26 | [IP]: Introduce ip_hdrlen() | Arnaldo Carvalho de Melo | 1 | -5/+8 |
2007-04-26 | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2007-04-26 | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_set_mac_header() | Arnaldo Carvalho de Melo | 2 | -3/+3 |
2007-04-26 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 4 | -7/+7 |
2007-04-26 | [QETH]: Use eth_hdr() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2007-04-26 | [TR]: Use tr_hdr() were appropriate | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-04 | [S390] cio: Fix handling of interrupt for csch(). | Cornelia Huck | 1 | -0/+8 |
2007-03-26 | [S390] zcrypt: Fix ap_poll_requests counter in lost requests error path. | Ralph Wuerthner | 1 | -0/+4 |
2007-03-26 | [S390] zcrypt: Fix possible dead lock in AP bus module. | Ralph Wuerthner | 1 | -13/+13 |
2007-03-26 | [S390] cio: Device status validity. | Cornelia Huck | 1 | -1/+5 |
2007-03-26 | [S390] dasd: Work around gcc bug. | Peter Oberparleiter | 1 | -5/+5 |
2007-03-19 | [S390] zcrypt: fix possible race when unloading zcrypt driver modules | Ralph Wuerthner | 1 | -6/+6 |
2007-03-19 | [S390] zcrypt: fix possible dead lock in AP bus module | Ralph Wuerthner | 2 | -7/+24 |
2007-03-19 | [S390] cio: qdio slsb setup | Ursula Braun | 1 | -8/+18 |
2007-03-16 | [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 | Alan Stern | 1 | -3/+15 |
2007-03-15 | [PATCH] qeth gfp_t annotations | Al Viro | 1 | -1/+1 |
2007-03-06 | [S390] cio: Call cancel_halt_clear even when actl == 0. | Cornelia Huck | 1 | -2/+2 |
2007-03-06 | [S390] cio: Use path verification to check for path state. | Cornelia Huck | 1 | -40/+6 |
2007-03-06 | [S390] cio: Fix locking when calling notify function. | Cornelia Huck | 1 | -20/+47 |
2007-03-06 | [S390] dasd: Use default recovery for SNSS requests | Stefan Weinhuber | 1 | -0/+1 |
2007-03-06 | [S390] tape: Compression overwrites crypto setting | Michael Holzheu | 1 | -1/+4 |
2007-03-03 | [VLAN]: Avoid a 4-order allocation. | Dan Aloni | 1 | -12/+13 |
2007-02-21 | [S390] nss: Free unused memory in kernel image. | Heiko Carstens | 1 | -1/+1 |
2007-02-21 | [S390] New header file ipl.h | Michael Holzheu | 1 | -0/+1 |
2007-02-21 | [S390] fix non-smp compile. | Jan Glauber | 1 | -0/+1 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 4 | -4/+0 |
2007-02-12 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 3 | -4/+33 |
2007-02-12 | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 2 | -2/+2 |
2007-02-12 | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 14 | -15/+15 |
2007-02-12 | [S390] cio: use ARRAY_SIZE in device_id.c | Ahmed S. Darwish | 1 | -1/+2 |
2007-02-12 | [S390] cio: Fixup interface for setting options on ccw devices. | Cornelia Huck | 2 | -3/+31 |
2007-02-11 | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 3 | -28/+19 |
2007-02-11 | [PATCH] Replace regular code with appropriate calls to container_of() | Robert P. J. Day | 1 | -4/+2 |
2007-02-11 | [PATCH] proc: remove useless (and buggy) ->nlink settings | Alexey Dobriyan | 1 | -1/+0 |
2007-02-10 | Merge branch 'linus' | James Bottomley | 80 | -5149/+2293 |
2007-02-10 | [SCSI] zfcp: removed wrong comment | Swen Schillig | 1 | -2/+0 |
2007-02-10 | [SCSI] zfcp: use of uninitialized variable | Swen Schillig | 1 | -12/+8 |
2007-02-10 | [SCSI] zfcp: Invalid locking order | Swen Schillig | 2 | -14/+11 |
2007-02-09 | [S390]: Adapt special message interface to new IUCV API | Martin Schwidefsky | 1 | -73/+74 |
2007-02-09 | [S390]: Adapt netiucv driver to new IUCV API | Martin Schwidefsky | 1 | -662/+652 |
2007-02-09 | [S390]: Adapt vmlogrdr driver to new IUCV API | Martin Schwidefsky | 1 | -152/+127 |
2007-02-09 | [S390]: Adapt monreader driver to new IUCV API | Martin Schwidefsky | 1 | -117/+101 |
2007-02-09 | [S390]: Rewrite of the IUCV base code, part 1 | Martin Schwidefsky | 4 | -3397/+0 |
2007-02-05 | [S390] Avoid excessive inlining. | Heiko Carstens | 37 | -330/+254 |
2007-02-05 | [S390] Convert memory detection into C code. | Heiko Carstens | 9 | -35/+80 |
2007-02-05 | [S390] Calibrate delay and bogomips. | Martin Schwidefsky | 2 | -1/+64 |
2007-02-05 | [S390] Add crypto support for 3592 tape devices | Michael Holzheu | 5 | -32/+577 |
2007-02-05 | [S390] ETR support. | Martin Schwidefsky | 5 | -22/+72 |