| Commit message (Expand) | Author | Age |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 |
|\ |
|
| * | gigaset: ifdef cleanup | Tilman Schmidt | 2008-12-26 |
| * | gigaset: use pr_err() and pr_info() | Tilman Schmidt | 2008-12-26 |
| * | isdn: eicon: fix sparse warning: make global functions static | Hannes Eder | 2008-12-16 |
| * | misdn: Fix lockdep warning | Karsten Keil | 2008-12-13 |
| * | mISDN: hfcmulti: use __iomem address space modifier | Hannes Eder | 2008-12-13 |
| * | mISDN: timerdev: use __user for mISDN_read's buffer argument | Hannes Eder | 2008-12-13 |
| * | mISDN: comment out unused symbols | Hannes Eder | 2008-12-13 |
| * | mISDN: fix sparse warning: symbol 'id' shadows an earlier one | Hannes Eder | 2008-12-13 |
| * | mISDN: fix sparse warning: symbol 'nskb' shadows an earlier one | Hannes Eder | 2008-12-13 |
| * | mISDN: un-export symbol 'plx_lock' | Hannes Eder | 2008-12-13 |
| * | mISDN: make global symbols static or include header files | Hannes Eder | 2008-12-13 |
| * | mISDN: consistently define 'debug' as '*u_int' | Hannes Eder | 2008-12-13 |
| * | mISDN: use NULL pointer instead of plain integer | Hannes Eder | 2008-12-13 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-06 |
| |\ |
|
| * | | drivers/isdn/mISDN: use ARRAY_SIZE | Julia Lawall | 2008-12-03 |
| * | | isdn: Kill directly reference of netdev->priv | Wang Chen | 2008-12-03 |
| * | | hysdn: Kill directly reference of netdev->priv | Wang Chen | 2008-12-03 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-02 |
| |\ \ |
|
| * | | | gigaset: get rid of info() and warn() macros | Tilman Schmidt | 2008-11-30 |
| * | | | gigaset: remove unnecessary poll method | Tilman Schmidt | 2008-11-30 |
| * | | | isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixes | Harvey Harrison | 2008-11-20 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-19 |
| |\ \ \ |
|
| * | | | | isdn: use %pI4, remove get_{u8/u16/u32} and put_{u8/u16/u32} inlines | Harvey Harrison | 2008-11-14 |
| * | | | | net: easy removals of HIPQUAD using %pI4 format | Harvey Harrison | 2008-10-30 |
* | | | | | Merge branch 'next' into for-linus | James Morris | 2008-12-24 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Merge branch 'master' into next | James Morris | 2008-12-04 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'master' into next | James Morris | 2008-11-18 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | CRED: Use creds in file structs | David Howells | 2008-11-13 |
| * | | | | CRED: Wrap task credential accesses in the ISDN drivers | David Howells | 2008-11-13 |
| | |_|/
| |/| | |
|
* | | | | hysdn: fix writing outside the field on 64 bits | Pascal Terjan | 2008-12-04 |
* | | | | b1isa: fix b1isa_exit() to really remove registered capi controllers | Wilfried Klaebe | 2008-12-03 |
| |_|/
|/| | |
|
* | | | tricky one: hisax sections | Al Viro | 2008-11-30 |
| |/
|/| |
|
* | | isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_reply | Harvey Harrison | 2008-11-17 |
|/ |
|
* | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-10-14 |
|\ |
|
| * | mISDN/dsp_cmx.c: fix size checks | Adrian Bunk | 2008-10-13 |
| * | misdn: use nonseekable_open() | Andrew Morton | 2008-10-13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 | Linus Torvalds | 2008-10-13 |
|\ \ |
|
| * | | pcmcia: deprecate CS_SUCCESS | Dominik Brodowski | 2008-08-22 |
| * | | pcmcia: pcmcia_config_loop() improvement by passing vcc | Dominik Brodowski | 2008-08-22 |
| * | | pcmcia: pcmcia_config_loop() default CIS entry handling | Dominik Brodowski | 2008-08-22 |
| * | | pcmcia: pcmcia_config_loop() ConfigIndex unification | Dominik Brodowski | 2008-08-22 |
| * | | pcmcia: use pcmcia_loop_config in ISDN pcmcia drivers | Dominik Brodowski | 2008-08-22 |
* | | | tty: fix up gigaset a bit | Alan Cox | 2008-10-13 |
* | | | tty: Fallout from tty-move-canon-specials | Stephen Rothwell | 2008-10-13 |
| |/
|/| |
|
* | | mISDN: misc timerdev fixes | Andi Kleen | 2008-09-22 |
* | | mISDN: annotate iomem pointer and add statics | Harvey Harrison | 2008-09-22 |
* | | mISDN: endian annotations for struct zt | Harvey Harrison | 2008-09-22 |
* | | drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_put | Julia Lawall | 2008-09-22 |