1. 23 9月, 2006 1 次提交
  2. 21 3月, 2006 1 次提交
  3. 04 1月, 2006 1 次提交
  4. 13 9月, 2005 1 次提交
  5. 06 9月, 2005 1 次提交
  6. 30 8月, 2005 1 次提交
    • D
      [NET]: Kill skb->real_dev · f2ccd8fa
      David S. Miller 提交于
      Bonding just wants the device before the skb_bond()
      decapsulation occurs, so simply pass that original
      device into packet_type->func() as an argument.
      
      It remains to be seen whether we can use this same
      exact thing to get rid of skb->input_dev as well.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f2ccd8fa
  7. 29 6月, 2005 1 次提交
    • M
      [IPV4]: ipconfig.c: fix dhcp timeout behaviour · 7a1af5d7
      Maxime Bizon 提交于
      I think there is a small bug in ipconfig.c in case IPCONFIG_DHCP is set
      and dhcp is used.
      
      When a DHCPOFFER is received, ip address is kept until we get DHCPACK.
      If no ack is received, ic_dynamic() returns negatively, but leaves the
      offered ip address in ic_myaddr.
      
      This makes the main loop in ip_auto_config() break and uses the maybe
      incomplete configuration.
      
      Not sure if it's the best way to do, but the following trivial patch
      correct this. 
      Signed-off-by: NMaxime Bizon <mbizon@freebox.fr>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      7a1af5d7
  8. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4