index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
isdn
/
hardware
/
mISDN
/
hfcmulti.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-22
1
-5
/
+3
*
isdn: mISDN: hfcmulti: constify pci_device_id.
Arvind Yadav
2017-07-16
1
-1
/
+1
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-3
/
+2
*
isdn: use setup_timer
Geliang Tang
2017-03-24
1
-6
/
+4
*
mISDN: mark symbols static where possible
Baoyou Xie
2016-09-02
1
-12
/
+12
*
Drivers: isdn: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
1
-3
/
+3
*
mISDN: fix possible memory leak in hfcmulti_init()
Wei Yongjun
2012-09-03
1
-0
/
+2
*
mISDN: Implement MISDN_CTRL_RX_OFF for more drivers
Karsten Keil
2012-05-16
1
-3
/
+6
*
mISDN: Implement MISDN_CTRL_FILL_EMPTY for more drivers
Karsten Keil
2012-05-16
1
-7
/
+5
*
mISDN: Allow to set a minimum length for transparent data
Karsten Keil
2012-05-16
1
-9
/
+8
*
mISDN: Reduce RX buffer allocation for transparent data
Karsten Keil
2012-05-16
1
-35
/
+26
*
mISDN: Early confirm for transparent data
Karsten Keil
2012-05-16
1
-16
/
+5
*
mISDN: Cleanup channel also if it already was deactivated
Karsten Keil
2012-05-16
1
-2
/
+1
*
isdn: Fix typo in hfcmulti.c
Masanari Iida
2012-05-16
1
-2
/
+2
*
mISDN: Make layer1 timer 3 value configurable
Karsten Keil
2012-05-04
1
-1
/
+4
*
mISDN: Added support for fragmentation of E1 interfaces of hfcmulti driver.
Andreas Eversberg
2012-04-26
1
-164
/
+232
*
mISDN: Rework of LED status display for HFC-4S/8S/E1 cards.
Andreas Eversberg
2012-04-26
1
-67
/
+90
*
mISDN: Using FLG_ACTIVE flag to determine if layer 1 is active or not.
Andreas Eversberg
2012-04-26
1
-15
/
+10
*
mISDN: Fixed false interruption of audio during bridging change.
Andreas Eversberg
2012-04-26
1
-8
/
+16
*
isdn: whitespace coding style cleanup
Joe Perches
2012-02-21
1
-682
/
+682
*
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
2011-06-07
1
-0
/
+1
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2010-08-05
1
-2
/
+2
|
\
|
*
fix comment/printk typos concerning "already"
Uwe Kleine-König
2010-07-11
1
-2
/
+2
*
|
mISDN: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
Peter Huewe
2010-07-16
1
-6
/
+3
|
/
*
Merge branch 'master' into for-next
Jiri Kosina
2010-04-23
1
-0
/
+7
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
*
ISDN: Add PCI ID for HFC-2S/4S Beronet Card PCIe
Lars Ellenberg
2010-03-16
1
-0
/
+6
*
|
Fix comment and Kconfig typos for 'require' and 'fragment'
Gilles Espinasse
2010-03-29
1
-1
/
+1
|
/
*
mISDN: positive error return should be negative in mode_hfcmulti()
Roel Kluin
2010-02-04
1
-1
/
+1
*
drivers/isdn: eliminate duplicated test
Julia Lawall
2010-01-04
1
-1
/
+1
*
mISDN: fix error return in HFCmulti_init()
Roel Kluin
2009-11-16
1
-1
/
+1
*
mISDN: hfcmulti display real PCI ids for not supported cards
Karsten Keil
2009-07-25
1
-3
/
+4
*
mISDN: Make clearing B-channel a common function
Karsten Keil
2009-07-25
1
-15
/
+1
*
mISDN: Added PCI ID for new Junghanns.net Single E1 cards.
Andreas Eversberg
2009-05-25
1
-0
/
+4
*
mISDN: Cleanup debug messages
Karsten Keil
2009-05-25
1
-78
/
+81
*
mISDN: Add PCI ID for Junghanns 8S card
Andreas Eversberg
2009-05-25
1
-0
/
+3
*
mISDN: Add XHFC support for embedded Speech-Design board to hfcmulti
Karsten Keil
2009-05-25
1
-133
/
+283
*
mISDN: Fix DTMF locking bug issue
Andreas Eversberg
2009-05-25
1
-2
/
+2
*
mISDN: Reduce stack size in dsp_cmx_send()
Frank Seidel
2009-05-25
1
-1
/
+1
*
mISDN: Echo canceler now gets delay information from hardware
Andreas Eversberg
2009-05-25
1
-2
/
+6
*
mISDN: Add watchdog functionality to hfcmulti driver
Andreas Eversberg
2009-05-25
1
-1
/
+31
*
drivers/isdn: introduce missing kfree
Julia Lawall
2009-02-09
1
-0
/
+2
*
drivers/isdn/hardware/mISDN: move a dereference below a NULL test
Julia Lawall
2009-01-11
1
-1
/
+2
*
mISDN: Create /sys/class/mISDN
Matthias Urlichs
2009-01-09
1
-3
/
+3
*
mISDN: Minor fixes
Andreas Eversberg
2009-01-09
1
-1
/
+1
*
mISDN: Fix irq detection
Andreas Eversberg
2009-01-09
1
-0
/
+1
*
mISDN: Add ISDN sample clock API to mISDN core
Andreas Eversberg
2009-01-09
1
-7
/
+38
*
mISDN: Add feature via MISDN_CTRL_FILL_EMPTY to fill fifo if empty
Andreas Eversberg
2009-01-09
1
-10
/
+35
*
mISDN: Cleanup hfc multiport driver
Karsten Keil
2009-01-09
1
-85
/
+24
[next]