Makefile | 7 +-
debian/changelog | 2
patches/kdrivers/include/wanpipe.h | 12 +++
patches/kdrivers/include/wanpipe_common.h | 2
patches/kdrivers/src/net/Makefile | 17 +++--
patches/kdrivers/src/net/sdla_adsl.c | 20 ++++++
patches/kdrivers/src/net/sdlamain.c | 36 +++++++++--
patches/kdrivers/src/net/wanpipe_abstr.c | 97 +++++++++++++++++++++++++++---
patches/kdrivers/src/net/wanpipe_utils.c | 11 +++
9 files changed, 178 insertions(+), 26 deletions(-)
New commits:
commit 5809825bac2e6a99b74f00451932ca61a0272c32
Author: Rick Balocca <[EMAIL PROTECTED]>
Date: Sun Oct 26 15:29:52 2008 -0700
Conform to git-dch "rules"
commit e665012f34d655c7be66db91cfcfab2e11922521
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Oct 24 13:28:05 2008 -0700
Resolve GPL license incompatiablity
The ADSL driver has binary-only components and therefore can be
licensed under the GPL. The workaround is to separate out the interface
for ADSL into a separate module that is marked with the correct
license.
commit e70a0773104fffaadb4c531cdbee4eb358592116
Author: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Fri Oct 24 13:26:30 2008 -0700
Fix build issues on 64 bit
This fixes a warning that is a hint of a real problem on 64 bit.
On 64 bit platforms the skb end has to be computed with skb_end_pointer
and can not be directly accessed.
http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=5809825bac2e6a99b74f00451932ca61a0272c32
http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=e665012f34d655c7be66db91cfcfab2e11922521
http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=e70a0773104fffaadb4c531cdbee4eb358592116
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn