summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-23dahdi: Add '#include <linux/kobject.h>' in dahdi/kernel.hShaun Ruffell
2011-01-20wct4xxp: Do not place _t4_remove_one in module exit section.Shaun Ruffell
2011-01-20wctdm24xxp: Replace interruptible_sleep_on with wait_event_interruptible.Shaun Ruffell
2011-01-18dahdi: Constify the data parameter to __buf_push.Shaun Ruffell
2011-01-18dahdi: Trivial. Move process_masterspan description.Shaun Ruffell
2011-01-18dahdi: Fix recent regression with native bridging.Shaun Ruffell
2011-01-17dahdi: Permit open pseudo channels before spans are registered.Shaun Ruffell
2011-01-17wct4xxp: Check the return value of dahdi_register call.Shaun Ruffell
2011-01-17wct4xxp: Perform an extended reset on PCI-Express cards by default.Shaun Ruffell
2011-01-16dahdi-sysfs: include slab.h for newer kernelsTzafrir Cohen
2011-01-16Remove the (now) duplicate ruleTzafrir Cohen
2011-01-16Fixes accidental generation of drvers/dahdi/$(obj)Tzafrir Cohen
2011-01-16Refactor SysFS code to dahdi-sysfs.cTzafrir Cohen
2011-01-10cleaner error handling in dahdi_registerTzafrir Cohen
2011-01-10span_sysfs_{create,remove}Tzafrir Cohen
2011-01-10Pass error val from dahdi_register_echocan_factoryTzafrir Cohen
2011-01-10separate device init functionsTzafrir Cohen
2011-01-06dahdi: Do not call dahdi_check_conf under lock.Shaun Ruffell
2011-01-06README: clarify required kernel configurationTzafrir Cohen
2011-01-05dahdi: Ensure we have room to keep all span channels contiguous.Shaun Ruffell
2011-01-05dahdi: Move the default tone lengths into include/dahdi/dahdi_config.hShaun Ruffell
2011-01-03dahdi: Also use constant for DAHDI_TRANSCODETzafrir Cohen
2011-01-03dahdi: Break the dahdi_ctl_ioctl handlers into separate functions.Shaun Ruffell
2011-01-03dahdi: Do not locate new master in interrupt context.Shaun Ruffell
2011-01-03dahdi: Add module parameter to limit number of pseudo channels.Shaun Ruffell
2011-01-03dahdi: Remove 'chans' array from reg/unreg. Now completely removed.Shaun Ruffell
2011-01-03dahdi: Remove three maxchans/DAHDI_MAX_CHANNELS references.Shaun Ruffell
2011-01-03dahdi: Drop 'chans' reference in chan_from_num.Shaun Ruffell
2011-01-03dahdi: Group all conditions for skipping channel receive together.Shaun Ruffell
2011-01-03dahdi: Move the slave channel processing into separate functions.Shaun Ruffell
2011-01-03dahdi: Save pointer to monitored channel in struct dahdi_chan.Shaun Ruffell
2011-01-03dahdi: When DACS is enabled, hold a pointer directly to the crossed channel.Shaun Ruffell
2011-01-03dahdi: Only check for NOSTDTXRX once in dahdi_receive.Shaun Ruffell
2011-01-03dahdi: Trivial formatting change in dahdi_receive.Shaun Ruffell
2011-01-03dahdi: Change dahdi_chan.nextslave from index to a pointer.Shaun Ruffell
2011-01-03dahdi: Use 'dacs_chan' convenience pointer in dahdi_ioctl_chanconfig.Shaun Ruffell
2011-01-03dahdi: Remove arbitrary limit on number of spans in the kernel.Shaun Ruffell
2011-01-03dahdi: Move the contents of digits.h directly into dahdi-base.cShaun Ruffell
2011-01-03dahdi: Cleanup formatting in dahdi_ioctl_set_dialparams().Shaun Ruffell
2011-01-03dahdi: Move DAHDI_SET_DIALPARAMS code into separate function.Shaun Ruffell
2011-01-03dahdi: Change reference counting for tone zones.Shaun Ruffell
2011-01-03dahdi: Introduce dahdi_kasprintf for pre 2.6.12 kernels.Shaun Ruffell
2011-01-03dahdi: Add error if CONFIG_BKL is not definedShaun Ruffell
2011-01-03dahdi: trivial. Remove unneccessary comment.Shaun Ruffell
2011-01-03dahdi: Minor fix for alloc/free of 'struct ecfactory'Shaun Ruffell
2011-01-03dahdi: Convert ecfactory_list_lock from rwlock to spinlock.Shaun Ruffell
2011-01-03dahdi: Use a spinlock instead of a rwlock for 'zone_lock'Shaun Ruffell
2011-01-03dahdi, xpp: dahdi_span_ops.sync_tick should return void.Shaun Ruffell
2011-01-03dahdi: Trivial move of sync_tick callback to inline function.Shaun Ruffell
2011-01-03'dahdi_copy_string()' -> 'strlcpy()'Shaun Ruffell