Router:Linux: Difference between revisions
SimonArlott (talk | contribs) No edit summary |
SimonArlott (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
*There's a bug in 2.6.36, 2.6.36.1, 2.6.36.2 that can cause a kernel panic when the link goes down ([http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=55c95e738da85373965cb03b4f975d0fd559865b 55c95e73], fixed in [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a27a03d3a891e87ca33d27a858b4db734a4cbab 2a27a03d]) |
*There's a bug in 2.6.36, 2.6.36.1, 2.6.36.2 that can cause a kernel panic when the link goes down ([http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=55c95e738da85373965cb03b4f975d0fd559865b 55c95e73], fixed in [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a27a03d3a891e87ca33d27a858b4db734a4cbab 2a27a03d]) |
||
*IP-over-LCP patches: |
*IP-over-LCP patches (receive only): |
||
**[http://proxima.lp0.eu/~simon/aaisp/linux/ip-over-lcp_2.6.35.4.patch 2.6.35.4] |
**[http://proxima.lp0.eu/~simon/aaisp/linux/ip-over-lcp_2.6.35.4.patch 2.6.35.4] |
||
**[http://proxima.lp0.eu/~simon/aaisp/linux/ip-over-lcp_3.2.0-rc5.patch 3.2.0-rc5] |
**[http://proxima.lp0.eu/~simon/aaisp/linux/ip-over-lcp_3.2.0-rc5.patch 3.2.0-rc5] |
Revision as of 14:11, 8 Ocak 2012
PPP
- There's a bug in 2.6.36, 2.6.36.1, 2.6.36.2 that can cause a kernel panic when the link goes down (55c95e73, fixed in 2a27a03d)
PPPoE
- Linux is capable of supporting RFC 4638 for an MTU of 1500 (or greater) over PPPoE
- This is supported on BT FTTC
- Kernel 2.6.34 is required to fix bugs with certain network cards and non-linear SKBs (ea8420e9, 19937d04)
- pppd 2.4.6 is required for RFC 4638 support (this is in git but not yet released)