1. 06 Mar, 2007 2 commits
  2. 20 Feb, 2007 1 commit
  3. 09 Jan, 2007 1 commit
  4. 14 Dec, 2006 10 commits
  5. 06 Dec, 2006 4 commits
  6. 05 Dec, 2006 7 commits
  7. 27 Nov, 2006 8 commits
  8. 10 Nov, 2006 1 commit
  9. 09 Nov, 2006 1 commit
  10. 27 Oct, 2006 1 commit
  11. 26 Oct, 2006 2 commits
  12. 19 Oct, 2006 2 commits
    • Stephen Hemminger's avatar
      SA and SP in IPSec BEET mode. · 34e099e2
      Stephen Hemminger authored
      Patch which allows for setting SA and SP also for
      new IPSec mode BEET, beside tunnel and transport, according to the latest
      changes in the kernel you can find at the following link:
      Signed-off-by: default avatarDiego Beltrami <diego.beltrami@gmail.com>
      Signed-off-by: default avatarMiika Komu <miika@iki.fi>
      Signed-off-by: default avatarStephen Hemminger <shemminger@osdl.org>
      34e099e2
    • Stephen Hemminger's avatar
      genl Makefile LDFLAGS · a18fa24a
      Stephen Hemminger authored
      The current genl Makefile sticks -lm and -ldl into LDFLAGS ... however, this
      does not create the proper link order as the implicit Makefile rules will
      place LDFLAGS before object files
      
      attached patch uses LDLIBS for -lm and -ldl and make's implicit rule will
      place them in the proper location
      
      also, i removed the -s argument to `install` as install does stripping
      improperly in many scenarios (such as cross-compiling) ... and in general,
      it's nice if the decision to strip is handled by the sysadmin
      -mike
      a18fa24a