.gitignore | 1 Makefile | 7 + debian/changelog | 9 + debian/control | 4 debian/rules | 2 patches/kdrivers/include/if_wanpipe_kernel.h | 6 + patches/kdrivers/include/wanpipe_syncppp.h | 1 patches/kdrivers/src/lip/wanpipe_lip_iface.c | 9 - patches/kdrivers/src/lip/wanpipe_lip_tty.c | 11 +- patches/kdrivers/src/net/sdla_adccp.c | 2 patches/kdrivers/src/net/sdla_adsl.c | 41 +++++-- patches/kdrivers/src/net/sdla_aft_te1.c | 97 ++++++++++++------ patches/kdrivers/src/net/sdla_aft_te3.c | 67 +++++++++--- patches/kdrivers/src/net/sdla_xilinx.c | 71 ++++++++++--- patches/kdrivers/src/net/wanpipe_linux_iface.c | 62 ++++++++--- patches/kdrivers/src/net/wanpipe_multppp.c | 41 ++++--- patches/kdrivers/src/net/wanpipe_syncppp.c | 4 patches/kdrivers/src/wanrouter/af_wanpipe.c | 96 ++++++++++------- patches/kdrivers/src/wanrouter/af_wanpipe_datascope.c | 19 ++- util/wanpipemon/fe_lib.c | 2 20 files changed, 386 insertions(+), 166 deletions(-)
New commits: commit 683888e9b7639432c405a2b52825cebbe40ab5a5 Author: Stephen Hemminger <[email protected]> Date: Fri Oct 2 11:41:36 2009 -0700 3.4.1-vyatta-14 commit 79e0ff93b8ec3e008638ac27c1a1f361f6edbe79 Author: Stephen Hemminger <[email protected]> Date: Tue Sep 15 17:50:40 2009 -0700 Build wanpipe for 2.6.31 Change to debian build rules commit bb6d2a1a2e2999cd06db5b557bdef0063dbd4676 Author: Stephen Hemminger <[email protected]> Date: Tue Sep 15 17:49:59 2009 -0700 Update drivers to 2.6.31 kernel API Mostly changes to use net_device_ops commit 4f1418e497c49c94337474cea88cb0cffbd65cce Author: Stephen Hemminger <[email protected]> Date: Thu Sep 10 14:32:00 2009 -0700 fix trivial warning commit 633cfcf6d30b3f2fe55b37fa586d803cb1d7d717 Author: Stephen Hemminger <[email protected]> Date: Thu Sep 10 14:30:33 2009 -0700 ignore more derived files http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=683888e9b7639432c405a2b52825cebbe40ab5a5 http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=79e0ff93b8ec3e008638ac27c1a1f361f6edbe79 http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=bb6d2a1a2e2999cd06db5b557bdef0063dbd4676 http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=4f1418e497c49c94337474cea88cb0cffbd65cce http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=633cfcf6d30b3f2fe55b37fa586d803cb1d7d717 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
