aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
...
* mISDN: Correct busy device detectionAndreas Eversberg2009-01-092-15/+18
* mISDN: Fix deactivation, if peer IP is removed from l1oip instance.Andreas Eversberg2009-01-093-19/+41
* mISDN: Fix irq detectionAndreas Eversberg2009-01-091-0/+1
* mISDN: Add ISDN sample clock API to mISDN coreAndreas Eversberg2009-01-097-32/+277
* mISDN: Return error on E-channel accessMartin Bachem2009-01-091-0/+4
* mISDN: Add E-Channel logging featuresMartin Bachem2009-01-092-1/+20
* mISDN: Use protocol to detect D-channelMartin Bachem2009-01-091-1/+2
* mISDN: Fixed more indexing bugsAndreas Eversberg2009-01-091-4/+4
* mISDN: Make debug output a little bit more verbosePeter Schlaile2009-01-091-1/+3
* mISDN: Fix HDLC DSP transmitPeter Schlaile2009-01-091-4/+7
* mISDN: Use struct device name fieldMatthias Urlichs2009-01-095-30/+35
* mISDN: Added an ioctl to change the device nameMatthias Urlichs2009-01-091-0/+15
* mISDN: Remove the local max-card limitMatthias Urlichs2009-01-091-4/+0
* mISDN: Fix queue limit counting problemAndreas Eversberg2009-01-091-9/+14
* mISDN: Add some debug option for clock problemsAndreas Eversberg2009-01-092-7/+10
* mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if emptyAndreas Eversberg2009-01-097-33/+151
* mISDN: Cleanup hfc multiport driverKarsten Keil2009-01-092-89/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-082-70/+76
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-081-1/+1
| |\
| * | I4l: convert to net_device_opsStephen Hemminger2009-01-071-24/+45
| * | hysdn: convert to net_device_ops and other updatesStephen Hemminger2009-01-071-46/+31
* | | fix similar typos to successfullColy Li2009-01-084-4/+4
| |/ |/|
* | ISDN: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-051-2/+2
|\
| * isdn: capi: &&/|| typosRoel Kluin2009-01-041-2/+2
* | zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2834-504/+370
|\
| * gigaset: ifdef cleanupTilman Schmidt2008-12-264-82/+6
| * gigaset: use pr_err() and pr_info()Tilman Schmidt2008-12-268-58/+51
| * isdn: eicon: fix sparse warning: make global functions staticHannes Eder2008-12-162-41/+47
| * misdn: Fix lockdep warningKarsten Keil2008-12-121-1/+1
| * mISDN: hfcmulti: use __iomem address space modifierHannes Eder2008-12-122-23/+25
| * mISDN: timerdev: use __user for mISDN_read's buffer argumentHannes Eder2008-12-121-2/+2
| * mISDN: comment out unused symbolsHannes Eder2008-12-122-0/+4
| * mISDN: fix sparse warning: symbol 'id' shadows an earlier oneHannes Eder2008-12-121-11/+11
| * mISDN: fix sparse warning: symbol 'nskb' shadows an earlier oneHannes Eder2008-12-121-1/+1
| * mISDN: un-export symbol 'plx_lock'Hannes Eder2008-12-121-1/+0
| * mISDN: make global symbols static or include header filesHannes Eder2008-12-1212-27/+32
| * mISDN: consistently define 'debug' as '*u_int'Hannes Eder2008-12-124-5/+5
| * mISDN: use NULL pointer instead of plain integerHannes Eder2008-12-123-47/+47
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-052-6/+4
| |\
| * | drivers/isdn/mISDN: use ARRAY_SIZEJulia Lawall2008-12-031-1/+1
| * | isdn: Kill directly reference of netdev->privWang Chen2008-12-034-53/+61
| * | hysdn: Kill directly reference of netdev->privWang Chen2008-12-031-3/+3
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-021-3/+13
| |\ \
| * | | gigaset: get rid of info() and warn() macrosTilman Schmidt2008-11-296-17/+7
| * | | gigaset: remove unnecessary poll methodTilman Schmidt2008-11-291-15/+0
| * | | isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixesHarvey Harrison2008-11-202-13/+13
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-2/+2
| |\ \ \
| * | | | isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlinesHarvey Harrison2008-11-132-88/+46