aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-69/+36
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman3-7/+10
2007-10-08ISDN: Fix data access out of array boundsKarsten Keil1-2/+3
2007-08-26[ISDN]: Get rid of some pointless allocation casts in common and bsd comp.Jesper Juhl2-4/+3
2007-08-21hisax: update hfc_usb driverMartin Bachem2-445/+288
2007-07-31Remove 'isdn_* is defined but unused' warningsCharlie Shepherd1-2/+2
2007-07-21Use menuconfig objects: ISDN/GigasetJan Engelhardt1-6/+2
2007-07-21Use menuconfig objects: ISDNJan Engelhardt1-2/+2
2007-07-21Use menuconfig objects - CONFIG_ISDN_I4LTilman Schmidt8-17/+5
2007-07-19isdn/sc: compile breakage re check_reset()Alexey Dobriyan3-3/+3
2007-07-18ISDN HiSax: uninitialized return in hisax_cs_setupFlorin Malita1-3/+1
2007-07-17[ISDN] HiSax hfc_pci: minor cleanupsJeff Garzik1-98/+93
2007-07-17[ISDN] HiSax bkm_a4t: split setup into two smaller functionsJeff Garzik1-45/+63
2007-07-17[ISDN] HiSax enternow: split setup into 3 smaller functionsJeff Garzik1-76/+89
2007-07-17[ISDN] HiSax netjet_u: split setup into 3 smaller functionsJeff Garzik1-74/+93
2007-07-17[ISDN] HiSax netjet_s: code movement, prep for hotplugJeff Garzik1-86/+108
2007-07-17[ISDN] HiSax: move card state alloc/setup code into separate functionsJeff Garzik1-18/+54
2007-07-17[ISDN] HiSax: move card setup into separate functionJeff Garzik1-88/+99
2007-07-17i4l: leak in eicon/idifunc.cArmin Schindler1-0/+1
2007-07-17isdn/capi warning fixesAndrew Morton1-1/+1
2007-07-17Use menuconfig objects: ISDN: CONFIG_CAPI_EICONJan Engelhardt1-11/+10
2007-07-17Use menuconfig objects: ISDN: CONFIG_CAPI_AVMJan Engelhardt1-12/+10
2007-07-17Use menuconfig objects: ISDN: CONFIG_ISDN_CAPIJan Engelhardt5-15/+13
2007-07-17Use menuconfig objects: ISDN: CONFIG_ISDNJan Engelhardt5-16/+10
2007-07-17sane irq initialization in sedlbauer hisaxKarsten Keil1-1/+7
2007-07-17Make ISDN CAPI use seq_list_xxx helpersPavel Emelianov1-24/+4
2007-07-17Mismatching declarations of revision strings in HiSaxDavid Woodhouse1-5/+5
2007-07-17Use mutex instead of semaphore in CAPI 2.0 driverMatthias Kaehlcke1-3/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-3/+1
2007-06-08isdn/diva: fix section mismatchRandy Dunlap1-1/+1
2007-06-01isdn: fix section mismatch warningsSam Ravnborg2-2/+2
2007-06-01Fix broken CLIR in isdn driverKarsten Keil1-1/+2
2007-06-01ISDN4Linux: fix maturity labelTilman Schmidt1-4/+5
2007-05-23drivers/isdn/hardware/eicon/message.c warning fixesAndrew Morton1-7/+6
2007-05-23capifunc warning fixesAndrew Morton1-8/+8
2007-05-23HiSax: fix error checking for hisax_register()]Alan Stern5-29/+30
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-1/+2
2007-05-10[S390] Kconfig: unwanted menus for s390.Martin Schwidefsky1-0/+1
2007-05-09misc doc and kconfig typosMatt LaPlante1-1/+1
2007-05-09Fix occurrences of "the the "Michael Opdenacker2-3/+3
2007-05-08usb_gigaset: don't kmalloc(0)Tilman Schmidt1-10/+4
2007-05-08ISDN: Spinlock initializer cleanupThomas Gleixner2-2/+2
2007-05-08use mutex instead of semaphore in CAPI 2.0 interfaceMatthias Kaehlcke1-16/+17
2007-05-08fix spinlock usage in hysdn_log_close()Matthias Kaehlcke1-4/+0
2007-05-08drivers/isdn/hardware/eicon/: remove unused header filesArmin Schindler2-248/+0
2007-05-08make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() staticAdrian Bunk1-7/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap8-8/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2-2/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo12-19/+31