1. 26 4月, 2007 2 次提交
  2. 11 2月, 2007 1 次提交
  3. 09 2月, 2007 1 次提交
    • A
      [X.25]: Add call forwarding · 95a9dc43
      Andrew Hendry 提交于
      Adds call forwarding to X.25, allowing it to operate like an X.25 router.
      Useful if one needs to manipulate X.25 traffic with tools like tc.
      This is an update/cleanup based off a patch submitted by Daniel Ferenci a few years ago.
      
      Thanks Alan for the feedback.
      Added the null check to the clones.
      Moved the skb_clone's into the forwarding functions.
      
      Worked ok with Cisco XoT, linux X.25 back to back, and some old NTUs/PADs.
      Signed-off-by: NAndrew Hendry <andrew.hendry@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      95a9dc43
  4. 24 1月, 2007 1 次提交
  5. 01 7月, 2006 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. 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