aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hysdn (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-15isdn: misplaced parenthesis in pof_handle_data()Roel Kluin1-1/+1
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-28/+28
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-4/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-09-01isdn: convert to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-08isdn: rename capi_ctr_reseted() to capi_ctr_down()Tilman Schmidt1-2/+2
2009-01-07hysdn: convert to net_device_ops and other updatesStephen Hemminger1-46/+31
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+3
2008-12-25Merge branch 'next' into for-linusJames Morris1-2/+4
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-12-03hysdn: fix writing outside the field on 64 bitsPascal Terjan1-2/+2
2008-12-03hysdn: Kill directly reference of netdev->privWang Chen1-3/+3
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+4
2008-07-30hysdn: remove the packed attribute from PofTimStamp_tagDavid Howells1-1/+1
2008-06-10isdn: use simple_read_from_buffer()Akinobu Mita1-21/+8
2008-05-23isdn: fix integer as NULL pointer warningHarvey Harrison1-3/+3
2008-05-14hysdn: No longer broken on SMP.Andrew Morton1-1/+1
2008-05-14hysdn: Remove cli()/sti() calls.Mark Asselstine1-9/+5
2008-05-01isdn: hysdn_procconf.c build fixIngo Molnar1-1/+2
2008-04-29isdn: use non-racy method for proc entries creationDenis V. Lunev2-9/+8
2008-02-03Spelling fixes: lenght->lengthPaulius Zaleckas1-1/+1
2007-10-12[ISDN] hysdn: convert to PCI hotplug APIJeff Garzik1-144/+130
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-05-08ISDN: Spinlock initializer cleanupThomas Gleixner1-1/+1
2007-05-08fix spinlock usage in hysdn_log_close()Matthias Kaehlcke1-4/+0
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+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 Melo2-3/+4
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau2-2/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven2-2/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2-2/+2
2006-12-08[PATCH] isdn: replace kmalloc+memset with kzallocBurman Yan5-10/+5
2006-12-08[PATCH] struct path: convert isdnJosef Sipek1-2/+2
2006-12-06[PATCH] drivers/{char|isdn}: work_struct-induced breakageAl Viro1-2/+3
2006-11-03[PATCH] drivers/isdn/hysdn/hysdn_sched.c: sleep after taking spinlock fixAmol Lad1-15/+4
2006-10-20[PATCH] drivers/isdn: ioremap balanced with iounmapAmol Lad1-1/+1
2006-10-17[PATCH] drivers/isdn/hysdn: save_flags()/cli(), restore_flags() replaced appropriatelyAmol Lad4-33/+27
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: isdn: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell2-2/+2
2006-03-25[PATCH] hysdn: remove custom typesAndrew Morton12-126/+127
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering5-5/+0
2005-11-07[PATCH] kfree cleanup: drivers/isdnJesper Juhl1-2/+1
2005-09-29[PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro1-1/+1
2005-06-28[PATCH] drivers/isdn/: make some code staticAdrian Bunk5-25/+17
2005-04-16Linux-2.6.12-rc2Linus Torvalds14-0/+3981