| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-11-18 | 2 | -190/+164 |
|\ |
|
| * | Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme... | David S. Miller | 2009-11-15 | 1 | -189/+163 |
| * | mISDN: fix error return in HFCmulti_init() | Roel Kluin | 2009-11-15 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-11-09 | 9 | -27/+30 |
|\ \
| |/ |
|
| * | hisax: remove bad udelay call to fix build error on ARM | Martin Michlmayr | 2009-11-06 | 1 | -11/+11 |
| * | isdn: hfc_usb: Fix read buffer overflow | Roel Kluin | 2009-11-04 | 1 | -2/+2 |
| * | isdn: hisax: Fix test in waitforxfw | Roel Kluin | 2009-11-04 | 2 | -2/+2 |
| * | isdn: eicon: Return on error | Jiri Slaby | 2009-11-04 | 1 | -2/+3 |
| * | isdn: eicon: Use offsetof | Jiri Slaby | 2009-11-04 | 1 | -9/+9 |
| * | misdn: Fix reversed 'if' in st_own_ctrl | Dan Carpenter | 2009-11-04 | 1 | -1/+1 |
| * | isdn: hisax: Fix lock imbalance. | Jiri Slaby | 2009-11-04 | 2 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-29 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | isdn: fix possible circular locking dependency | Xiaotian Feng | 2009-10-22 | 1 | -3/+3 |
* | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 9 | -0/+9 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-10-08 | 9 | -105/+265 |
|\ \
| |/ |
|
| * | gigaset: add kerneldoc comments | Tilman Schmidt | 2009-10-06 | 6 | -44/+166 |
| * | gigaset: correct debugging output selection | Tilman Schmidt | 2009-10-06 | 1 | -3/+6 |
| * | gigaset: improve error recovery | Tilman Schmidt | 2009-10-06 | 1 | -24/+45 |
| * | gigaset: fix device ERROR response handling | Tilman Schmidt | 2009-10-06 | 1 | -8/+8 |
| * | gigaset: announce if built with debugging | Tilman Schmidt | 2009-10-06 | 1 | -1/+7 |
| * | gigaset: handle isoc frame errors more gracefully | Tilman Schmidt | 2009-10-06 | 1 | -11/+7 |
| * | gigaset: linearize skb | Tilman Schmidt | 2009-10-06 | 1 | -0/+6 |
| * | gigaset: fix reject/hangup handling | Tilman Schmidt | 2009-10-06 | 1 | -0/+5 |
| * | isdn: make capidrv module parameter "debugmode" writeable | Tilman Schmidt | 2009-10-06 | 1 | -1/+1 |
| * | isdn: avoid races in capidrv | Tilman Schmidt | 2009-10-06 | 1 | -12/+13 |
| * | isdn: accept CAPI Informational Info values as success | Tilman Schmidt | 2009-10-06 | 1 | -1/+1 |
* | | headers: remove sched.h from poll.h | Alexey Dobriyan | 2009-10-04 | 1 | -0/+1 |
|/ |
|
* | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2009-09-30 | 1 | -1/+1 |
* | isdn: fix netjet/isdnhdlc build errors | Randy Dunlap | 2009-09-28 | 2 | -2/+2 |
* | seq_file: constify seq_operations | James Morris | 2009-09-23 | 1 | -5/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 2 | -3/+3 |
|\ |
|
| * | trivial: remove unnecessary semicolons | Joe Perches | 2009-09-21 | 1 | -1/+1 |
| * | trivial: fix typo "for for" in multiple files | Anand Gadiyar | 2009-09-21 | 1 | -2/+2 |
* | | const: mark remaining super_operations const | Alexey Dobriyan | 2009-09-22 | 1 | -1/+1 |
|/ |
|
* | tty: gigaset: really fix chars_in_buffer | Tilman Schmidt | 2009-09-19 | 1 | -12/+7 |
* | isdn: convert to netdev_tx_t | Stephen Hemminger | 2009-09-01 | 2 | -3/+4 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-08-12 | 5 | -4/+7 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-08-04 | 1 | -1/+1 |
| |\ |
|
| | * | mISDN: Fix handling of receive buffer size in L1oIP | Andreas Eversberg | 2009-08-02 | 1 | -2/+2 |
| | * | mISDN: Read buffer overflow | roel kluin | 2009-08-02 | 1 | -1/+1 |
| * | | mISDN: Fix handling of receive buffer size in L1oIP | Andreas Eversberg | 2009-07-28 | 1 | -2/+2 |
| * | | tty: fix chars_in_buffers | Alan Cox | 2009-07-20 | 1 | -0/+2 |
| * | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 3 | -1/+2 |
| |/ |
|
* | | mISDN: Fix wrong struct name in macro and clarifications | Karsten Keil | 2009-07-27 | 3 | -17/+17 |
* | | net: fix multiple definitions of setup_w6692 | Stephen Rothwell | 2009-07-27 | 1 | -1/+1 |
* | | mISDN: hfcmulti display real PCI ids for not supported cards | Karsten Keil | 2009-07-25 | 1 | -3/+4 |
* | | ISDN: ARRAY_SIZE changes | Karsten Keil | 2009-07-25 | 14 | -108/+59 |
* | | drivers/isdn: Drop unnecessary NULL test | Julia Lawall | 2009-07-25 | 6 | -12/+0 |
* | | mISDN: Add support for Traverse Technologies NETJet PCI cards | Karsten Keil | 2009-07-25 | 4 | -0/+1224 |
* | | mISDN: Add driver for Winbond cards | Karsten Keil | 2009-07-25 | 4 | -0/+1638 |