1. 19 Jan, 2010 2 commits
    • Octavian Purdila's avatar
      ipv4: allow warming up the ARP cache with request type gratuitous ARP · 6d955180
      Octavian Purdila authored
      If the per device ARP_ACCEPT option is enable, currently we only allow
      creating new ARP cache entries for response type gratuitous ARP.
      
      Allowing gratuitous ARP to create new ARP entries (not only to update
      existing ones) is useful when we want to avoid unnecessary delays for
      the first packet of a stream.
      
      This patch allows request type gratuitous ARP to create new ARP cache
      entries as well. This is useful when we want to populate the ARP cache
      entries for a large number of hosts on the same LAN.
      Signed-off-by: default avatarOctavian Purdila <opurdila@ixiacom.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      6d955180
    • Lennart Sorensen's avatar
      ppp_generic.c severly whitespace damanged by 9c705260 · fa44a73c
      Lennart Sorensen authored
      I was just looking at ppp_generic, and noticed that it fairly recently
      (as in the last year) got rather mangled with many spaces turned into tabs
      in places they very much shouldn't have been.  I tracked it down to commit
      9c705260 (ppp: ppp_mp_explode() redesign).
      
      I am amazed if that patch passed the patch checking script.  I have no
      idea what kind of weird editor setting did this, but it has to have been a
      weird editor setting or a very unfortunate search and replace gone wrong.
      I only found it trying to apply a patch I was playing with and wondering
      why it wouldn't apply.  Then I found there were tabs in the middle of
      comments that used to be spaces.
      
      Well here is a patch that should fix it up as far as I can tell.
      
      Purely whitespace repair.  No actual code changes.
      Signed-off-by: default avatarLen Sorensen <lsorense@csclub.uwaterloo.ca>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      fa44a73c
  2. 18 Jan, 2010 5 commits
  3. 16 Jan, 2010 11 commits
  4. 15 Jan, 2010 12 commits
  5. 14 Jan, 2010 10 commits