1. 26 4月, 2007 1 次提交
  2. 06 3月, 2007 1 次提交
  3. 03 3月, 2007 1 次提交
    • F
      [PPPOE]: Key connections properly on local device. · 90719dbe
      Florian Zumbiehl 提交于
      It is based on the assumption that an interface's ifindex is basically
      an alias for a local MAC address, so incoming packets now are matched
      to sockets based on remote MAC, session id, and ifindex of the
      interface the packet came in on/the socket was bound to by connect().
      
      For relayed packets, the socket that's used for relaying is selected
      based on destination MAC, session ID and the interface index of the
      interface whose name currently matches the name requested by userspace
      as the relaying source interface.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      90719dbe
  4. 13 2月, 2007 1 次提交
  5. 03 12月, 2006 1 次提交
  6. 29 9月, 2006 1 次提交
  7. 14 9月, 2006 1 次提交
  8. 06 6月, 2006 1 次提交
  9. 21 3月, 2006 1 次提交
    • H
      [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum · cbb042f9
      Herbert Xu 提交于
      We're now starting to have quite a number of places that do skb_pull
      followed immediately by an skb_postpull_rcsum.  We can merge these two
      operations into one function with skb_pull_rcsum.  This makes sense
      since most pull operations on receive skb's need to update the
      checksum.
      
      I've decided to make this out-of-line since it is fairly big and the
      fast path where hardware checksums are enabled need to call
      csum_partial anyway.
      
      Since this is a brand new function we get to add an extra check on the
      len argument.  As it is most callers of skb_pull ignore its return
      value which essentially means that there is no check on the len
      argument.
      Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      cbb042f9
  10. 04 1月, 2006 2 次提交
  11. 29 9月, 2005 1 次提交
  12. 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
  13. 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