1. 04 11月, 2008 1 次提交
    • A
      net: '&' redux · 6d9f239a
      Alexey Dobriyan 提交于
      I want to compile out proc_* and sysctl_* handlers totally and
      stub them to NULL depending on config options, however usage of &
      will prevent this, since taking adress of NULL pointer will break
      compilation.
      
      So, drop & in front of every ->proc_handler and every ->strategy
      handler, it was never needed in fact.
      Signed-off-by: NAlexey Dobriyan <adobriyan@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6d9f239a
  2. 30 10月, 2008 1 次提交
  3. 29 10月, 2008 1 次提交
  4. 17 10月, 2008 1 次提交
  5. 23 8月, 2008 1 次提交
    • S
      ipv6: protocol for address routes · f410a1fb
      Stephen Hemminger 提交于
      This fixes a problem spotted with zebra, but not sure if it is
      necessary a kernel problem.  With IPV6 when an address is added to an
      interface, Zebra creates a duplicate RIB entry, one as a connected
      route, and other as a kernel route.
      
      When an address is added to an interface the RTN_NEWADDR message
      causes Zebra to create a connected route. In IPV4 when an address is
      added to an interface a RTN_NEWROUTE message is set to user space with
      the protocol RTPROT_KERNEL. Zebra ignores these messages, because it
      already has the connected route.
      
      The problem is that route created in IPV6 has route protocol ==
      RTPROT_BOOT.  Was this a design decision or a bug? This fixes it. Same
      patch applies to both net-2.6 and stable.
      Signed-off-by: NStephen Hemminger <shemminger@vyatta.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f410a1fb
  6. 15 8月, 2008 1 次提交
  7. 26 7月, 2008 1 次提交
  8. 23 7月, 2008 1 次提交
  9. 21 7月, 2008 1 次提交
  10. 20 7月, 2008 1 次提交
  11. 09 7月, 2008 3 次提交
  12. 03 7月, 2008 3 次提交
  13. 20 6月, 2008 1 次提交
  14. 12 6月, 2008 3 次提交
  15. 05 6月, 2008 2 次提交
  16. 20 5月, 2008 2 次提交
  17. 22 4月, 2008 1 次提交
  18. 14 4月, 2008 3 次提交
  19. 12 4月, 2008 5 次提交
  20. 11 4月, 2008 1 次提交
  21. 05 4月, 2008 1 次提交
  22. 04 4月, 2008 3 次提交
  23. 03 4月, 2008 1 次提交
  24. 02 4月, 2008 1 次提交