| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | | mISDN: Add support for Speedfax+ cards | Karsten Keil | 2009-07-25 | 5 | -0/+2536 |
* | | mISDN: Driver for AVM Fritz!CARD PCI | Karsten Keil | 2009-07-25 | 3 | -0/+1161 |
* | | mISDN: Add driver for Infineon ISDN chipset family | Karsten Keil | 2009-07-25 | 6 | -0/+3364 |
* | | mISDN: Make clearing B-channel a common function | Karsten Keil | 2009-07-25 | 4 | -47/+16 |
* | | ISDN: Fix isdnhdlc for one byte hdlc packets | Karsten Keil | 2009-07-25 | 1 | -1/+6 |
* | | ISDN: Add support for none reverse bitstreams to isdnhdc | Karsten Keil | 2009-07-25 | 4 | -41/+47 |
* | | ISDN: Clean up isdnhdlc code | Karsten Keil | 2009-07-25 | 1 | -172/+194 |
* | | ISDN: Make isdnhdlc usable for other ISDN drivers | Karsten Keil | 2009-07-25 | 8 | -85/+17 |
* | | net: convert remaining non-symbolic return values in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 3 | -6/+6 |
* | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 2009-07-05 | 1 | -6/+6 |
|/ |
|
* | gigaset: drop pointless check | Tilman Schmidt | 2009-07-02 | 1 | -6/+0 |
* | gigaset: accept connection establishment messages in any order | Tilman Schmidt | 2009-07-02 | 1 | -24/+20 |
* | net: fix network drivers ndo_start_xmit() return values | Patrick McHardy | 2009-06-17 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-06-15 | 2 | -2/+2 |
|\ |
|
| * | trivial: fix typo milisecond/millisecond for documentation and source comments. | Martin Olsson | 2009-06-12 | 1 | -1/+1 |
| * | trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati... | Martin Olsson | 2009-06-12 | 1 | -1/+1 |
* | | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 2009-06-13 | 1 | -3/+3 |
* | | mISDN: Do not disable IRQ in ph_data_ind() | Karsten Keil | 2009-06-11 | 1 | -5/+2 |
* | | drivers/isdn/i4l/isdn_tty.c: fix check for array overindexing | Roel Kluin | 2009-06-11 | 1 | -1/+1 |
* | | mISDN: Free hfcpci IRQ if init was not successful | Andreas Mohr | 2009-06-11 | 1 | -4/+3 |
* | | mISDN: Fix overlapping data access | Karsten Keil | 2009-06-11 | 1 | -6/+5 |
* | | ISDN:Fix DMA alloc for hfcpci | Karsten Keil | 2009-06-11 | 2 | -12/+31 |
* | | isdn: prevent NULL ptr Oops in capi_cmsg2str() | Tilman Schmidt | 2009-06-08 | 1 | -0/+2 |
* | | isdn: kerneldoc for capiutil.c | Tilman Schmidt | 2009-06-08 | 1 | -3/+62 |
* | | isdn: rename capi_ctr_reseted() to capi_ctr_down() | Tilman Schmidt | 2009-06-08 | 6 | -11/+11 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-05-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | gigaset: beyond ARRAY_SIZE of iwb->data | Roel Kluin | 2009-05-21 | 1 | -1/+1 |
* | | mISDN: Added PCI ID for new Junghanns.net Single E1 cards. | Andreas Eversberg | 2009-05-25 | 1 | -0/+4 |