| Commit message (Expand) | Author | Age | Files | Lines |
* | usb_gigaset: don't kmalloc(0) | Tilman Schmidt | 2007-05-08 | 1 | -10/+4 |
* | ISDN: Spinlock initializer cleanup | Thomas Gleixner | 2007-05-08 | 2 | -2/+2 |
* | use mutex instead of semaphore in CAPI 2.0 interface | Matthias Kaehlcke | 2007-05-08 | 1 | -16/+17 |
* | fix spinlock usage in hysdn_log_close() | Matthias Kaehlcke | 2007-05-08 | 1 | -4/+0 |
* | drivers/isdn/hardware/eicon/: remove unused header files | Armin Schindler | 2007-05-08 | 2 | -248/+0 |
* | make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() static | Adrian Bunk | 2007-05-08 | 1 | -7/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 8 | -8/+0 |
* | PCI: Cleanup the includes of <linux/pci.h> | Jean Delvare | 2007-05-02 | 2 | -2/+0 |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+2 |
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 12 | -19/+31 |
* | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -2/+3 |
* | [SK_BUFF]: Introduce skb_network_offset() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -3/+3 |
* | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -2/+0 |
* | [PATCH] drivers/isdn/gigaset: mark some static data as const (v2) | Tilman Schmidt | 2007-03-29 | 6 | -12/+12 |
* | [PATCH] ISDN: fix BChannel_bh() call from isar_bh() | Jiri Kosina | 2007-03-27 | 1 | -1/+1 |
* | [PATCH] Fix buffer overflow and races in capi debug functions | Karsten Keil | 2007-03-01 | 4 | -76/+299 |
* | [PATCH] drivers/isdn/gigaset: build asyncdata.o into the gigaset module (fix) | Tilman Schmidt | 2007-03-01 | 2 | -9/+5 |
* | [PATCH] drivers/isdn/gigaset/: build asyncdata.o into the gigaset module | Adrian Bunk | 2007-02-20 | 2 | -3/+5 |
* | Various typo fixes. | Robert P. J. Day | 2007-02-17 | 1 | -1/+1 |
* | [PATCH] correct CONFIG_GIGASET_M101 Makefile entry | Adrian Bunk | 2007-02-16 | 1 | -1/+1 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 18 | -18/+0 |
* | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 2007-02-12 | 10 | -14/+14 |
* | [PATCH] isdn-eicon: Use ARRAY_SIZE macro when appropriate | Ahmed S. Darwish | 2007-02-12 | 3 | -31/+26 |
* | [PATCH] Workaround CAPI subsystem locking issue | Michael Buesch | 2007-02-12 | 1 | -0/+35 |
* | [PATCH] drivers/isdn/hisax/: Convert to generic boolean-values | Richard Knutsson | 2007-02-12 | 2 | -23/+20 |
* | [PATCH] drivers/isdn/hardware/eicon/: convert to generic boolean-values | Richard Knutsson | 2007-02-12 | 5 | -200/+192 |
* | [PATCH] ISDN: Rename special macro CONFIG_HISAX_HFC4S8S_PCIMEM | Robert P. J. Day | 2007-02-12 | 1 | -24/+24 |
* | [PATCH] ISDN: Remove defunct test emulator | Robert P. J. Day | 2007-02-12 | 4 | -37/+0 |
* | [PATCH] ISDN: Rename debug option CONFIG_SERIAL_NOPAUSE_IO | Robert P. J. Day | 2007-02-12 | 1 | -4/+4 |
* | [PATCH] ISDN: Rename some debugging macros to not resemble CONFIG options | Robert P. J. Day | 2007-02-12 | 2 | -15/+15 |
* | [PATCH] ISDN: Fix typo "CONFIG_HISAX_QUADRO" -> "CONFIG_HISAX_SCT_QUADRO". | Robert P. J. Day | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] isdn/capi: use ARRAY_SIZE when appropriate | Ahmed S. Darwish | 2007-02-12 | 2 | -4/+4 |
* | [PATCH] drivers/isdn/sc/: proper prototypes | Adrian Bunk | 2007-02-12 | 11 | -78/+38 |
* | [PATCH] drivers/isdn/hisax/: proper prototypes | Adrian Bunk | 2007-02-12 | 4 | -32/+24 |
* | [PATCH] drivers/isdn/pcbit/: proper prototypes | Adrian Bunk | 2007-02-12 | 6 | -32/+12 |
* | [PATCH] drivers/isdn/gigaset: new M101 driver (v2) | Tilman Schmidt | 2007-02-12 | 6 | -23/+868 |
* | [PATCH] drivers/isdn/gigaset: reduce kernel message spam | Tilman Schmidt | 2007-02-12 | 1 | -2/+2 |
* | [PATCH] drivers/isdn/gigaset: reduce mutex scope | Tilman Schmidt | 2007-02-12 | 2 | -3/+4 |
* | [PATCH] fix gregkh-usb-usbcore-remove-unused-bandwith-related-code | Andrew Morton | 2007-02-11 | 1 | -2/+2 |
* | [PATCH] Char: tty_wakeup cleanup | Jiri Slaby | 2007-02-11 | 2 | -13/+2 |
* | [PATCH] Gigaset ISDN driver error handling fixes | Tilman Schmidt | 2007-01-26 | 1 | -28/+33 |
* | [PATCH] Call init_timer() for ISDN PPP CCP reset state timer | Marcel Holtmann | 2006-12-22 | 1 | -0/+1 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 10 | -14/+14 |
* | [PATCH] isdn/gigaset: fix possible missing wakeup | Tilman Schmidt | 2006-12-13 | 1 | -66/+52 |
* | [PATCH] Don't build some broken ISDN drivers on big endian MIPS | Ralf Baechle | 2006-12-10 | 1 | -5/+5 |
* | [PATCH] ISDN: fix warnings | Jeff Garzik | 2006-12-08 | 3 | -5/+13 |
* | [PATCH] i4l: remove the broken HISAX_AMD7930 option | Adrian Bunk | 2006-12-08 | 3 | -31/+0 |
* | [PATCH] isdn: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-08 | 30 | -99/+46 |