Commit Graph

1324 Commits

Author SHA1 Message Date
cvs2git fdea602bfa This commit was manufactured by cvs2git to create tag 'T4'. 2000-03-04 17:13:14 +00:00
Kai Germaschewski d22cbc3d2d moved ->tx_cnt from struct BCState to struct Channel,
because flow control is actually handled in l4
2000-03-04 17:13:13 +00:00
Detlef Wengorz 97f396cd80 copy frame's before rewriting saddr 2000-03-04 16:59:20 +00:00
Kai Germaschewski dcfc784b7f Merged changes from the main tree 2000-03-03 17:14:12 +00:00
cvs2git 92d92984a5 This commit was manufactured by cvs2git to create branch
'BRANCH_CAPI4HISAX'.
2000-03-03 16:48:39 +00:00
Kai Germaschewski 15c90e3e4a completed the transparent layer 2 implementation. Therefore,
no special case in callc.c is necessary any more.
2000-03-03 16:01:08 +00:00
Kai Germaschewski f9ad4cbc72 remove the layer-breaking writewakeup callbacks and use PH_DATA / DL_DATA
| CONFIRM instead
2000-03-03 15:26:24 +00:00
Kai Germaschewski b407598343 changed L1_MODE_... to B1_MODE_... using constants defined in CAPI 2000-03-03 13:11:32 +00:00
Kai Germaschewski a83fd124a3 now we use schedule_timeout() instead of the huge
udelay() when we have to wait a long time.
2000-03-03 13:03:33 +00:00
Werner Cornelius 58a0fcec05 Changes related to procfs for 2.3.48 2000-03-02 00:11:07 +00:00
Henner Eisen c5160c6d4e moved tx_timeout warning messages in old (2.2.x) branch where it really only
indicates problems.
2000-02-28 22:28:24 +00:00
Karsten Keil 246c7be6a6 pprove 2000-02-26 01:38:41 +00:00
Karsten Keil 051403043f Fixes for V.110 encoding LLC from Jens Jakobsen 2000-02-26 01:38:14 +00:00
Karsten Keil cd0b22b088 dev_kfree_skb changes 2000-02-26 01:03:50 +00:00
Karsten Keil e881eeeec4 changes from 2.3.47 2000-02-26 01:00:53 +00:00
Karsten Keil 7c008bbf7b approve 2000-02-26 00:57:47 +00:00
Karsten Keil adb78d1592 Fix skb freeing in interrupt context 2000-02-26 00:35:13 +00:00
Karsten Keil 43111d0c2d more softnet changes 2000-02-26 00:29:40 +00:00
Paul Slootman bc91153794 changed chargetime to ulong from int (after about 20 days the "chargetime of
ipppX is now 1234" message displays a negative number on alpha).
2000-02-25 11:29:17 +00:00
Armin Schindler f78de1c205 Fixed membase error message.
Fixed missing log buffer struct.
2000-02-22 16:26:40 +00:00
Karsten Keil 0abeb2c143 FCLASS1 support 2000-02-17 13:23:57 +00:00
Karsten Keil 3de9dea89f fix backward compatibility for 2.2 2000-02-17 13:15:56 +00:00
Armin Schindler 25ec9a2b59 Fixed virtual channel handling of IDI. 2000-02-16 16:08:46 +00:00
Paul Slootman b3300198b2 If a ttyI has no open FDs, don't connect incoming calls to it.
(Hangup on close of last FD is still to be done.)
2000-02-16 15:10:14 +00:00
Paul Slootman 3671329c1d translated ISDN_MODEM_ANZREG to ISDN_MODEM_NUMREG for english speakers;
used defines for result codes;
fixed RING ... RUNG problem (no empty lines in between).
2000-02-16 14:59:33 +00:00
Paul Slootman 3565ba7ae6 translated ISDN_MODEM_ANZREG to ISDN_MODEM_NUMREG for english speakers 2000-02-16 14:56:27 +00:00
Kai Germaschewski bbf3aa4f7f set TX timeout back to 2 secs for 2.2.x, just to be safe 2000-02-15 12:54:01 +00:00
Werner Cornelius ad92c729cd Removed superflous file 2000-02-14 19:24:12 +00:00
Werner Cornelius 89e18e486e Changed handling of proc filesystem tables to a more portable version 2000-02-14 19:23:03 +00:00
Werner Cornelius afa37c0196 Added hysdn directory 2000-02-14 19:20:53 +00:00
Werner Cornelius 56dac67a94 Added hysdn directory to file 2000-02-14 18:20:07 +00:00
Werner Cornelius 382644b88b Added hysdn driver description 2000-02-14 18:19:21 +00:00
Kai Germaschewski cdf19c3311 now it should work with 2.2 again 2000-02-13 18:56:35 +00:00
Werner Cornelius b9b959516f Added support for new network layer of 2.3.43 and 44 kernels and tested driver. 2000-02-13 17:32:19 +00:00
Kai Germaschewski 2bf9137f17 increased TX_TIMEOUT to 20sec 2000-02-13 09:52:05 +00:00
Kai Germaschewski f386774ed7 adopted to latest 2.3 softnet changes.
tested with PPP and MPPP, it works here.
can somebody check raw-ip?

also changed std2kern, stddiff for bash-1 compatibility,
hope this doesn't break anything.
2000-02-12 19:26:55 +00:00
Henner Eisen 675981c423 SOFTNET related changes, first try. Compatible with linux 2.2.x, but
not tested for kernels with softnet (>= 2.3.43) yet.
2000-02-12 11:43:26 +00:00
Werner Cornelius bd47cdf255 Initial release 2000-02-10 19:47:50 +00:00
Werner Cornelius c190083506 initial release 2000-02-10 19:46:15 +00:00
Werner Cornelius b29ce545dd Added support for Hypercope hysdn active cards 2000-02-10 19:43:41 +00:00
Werner Cornelius f306bc4436 Updated PCI-ID table 2000-02-09 20:22:55 +00:00
Detlef Wengorz 48cd2771d6 add rewriting of socket's and frame's saddr for udp-ipv4 dynip-connections.
Include checksum-recompute of ip- and udp-header's.
2000-02-06 21:50:00 +00:00
Detlef Wengorz 06f1838ec7 Add rewriting of socket's and frame's saddr adressfield for
dynip-connections.  Only for tcp/ipv4 and switchable per interface.
Include checksum-recompute of ip- and tcp-header's.
2000-02-05 22:11:33 +00:00
Karsten Keil b26be3fb79 Fix teles pcmcia 2000-02-03 16:40:10 +00:00
Carsten Paeth a7b239b976 - Modules are now locked while init_module is running
- fixed problem with memory mapping if address is not aligned
2000-02-02 18:36:04 +00:00
Carsten Paeth e74dae8acb new manufacturer command KCAPI_CMD_ADDCARD (generic addcard),
will search named driver and call the add_card function if one exist.
2000-01-28 16:45:40 +00:00
Armin Schindler 83312600df Added myself, hope thats okay. 2000-01-27 10:24:39 +00:00
Armin Schindler 8e9677eecd Update and added missing AT&L description. 2000-01-27 10:23:39 +00:00
Armin Schindler 587438f993 updated with last changes. 2000-01-27 09:54:44 +00:00
Henner Eisen 6879385acf Added note about X.31 2000-01-26 20:09:13 +00:00