1. 19 1月, 2013 1 次提交
  2. 08 11月, 2012 2 次提交
  3. 02 7月, 2012 3 次提交
  4. 28 6月, 2012 1 次提交
  5. 25 6月, 2012 1 次提交
  6. 21 6月, 2012 2 次提交
  7. 17 2月, 2012 1 次提交
  8. 22 8月, 2011 1 次提交
  9. 30 5月, 2011 2 次提交
  10. 05 3月, 2011 1 次提交
  11. 31 1月, 2011 2 次提交
  12. 17 12月, 2010 1 次提交
  13. 30 11月, 2010 3 次提交
  14. 15 9月, 2010 1 次提交
  15. 05 9月, 2010 2 次提交
    • A
      Staging: batman-adv: layer2 unicast packet fragmentation · e63760e5
      Andreas Langer 提交于
      This patch implements a simple layer2 fragmentation to allow traffic
      exchange over network interfaces with a MTU smaller than 1500 bytes. The
      fragmentation splits the big packets into two parts and marks the frames
      accordingly. The receiving end buffers the packets to reassemble the
      orignal packet before passing it to the higher layers. This feature
      makes it necessary to modify the batman-adv encapsulation for unicast
      packets by adding a sequence number, flags and the originator address.
      This modifcation is part of a seperate packet type for fragemented
      packets to keep the original overhead as low as possible. This patch
      enables the feature by default to ensure the data traffic can travel
      through the network. But it also prints a warning to notify the user
      about the performance implications.
      
      Note: Fragmentation should be avoided at all costs since it has a
      dramatic impact on the performance, especially when it comes wifi
      networks. Instead of a single packet, 2 packets have to be sent! Not
      only valuable airtime is wasted but also packetloss decreases the
      throughput. A link with 50% packetloss and fragmentation enabled is
      pretty much unusable.
      Signed-off-by: NAndreas Langer <an.langer@gmx.de>
      [sven.eckelmann@gmx.de: Rework on top of current version]
      Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e63760e5
    • M
      Staging: batman-adv: refactoring unicast payload code · 24c76fc0
      Marek Lindner 提交于
      Signed-off-by: NMarek Lindner <lindner_marek@yahoo.de>
      [sven.eckelmann@gmx.de: Rework on top of current version]
      Signed-off-by: NSven Eckelmann <sven.eckelmann@gmx.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      24c76fc0
  16. 09 7月, 2010 1 次提交
  17. 23 6月, 2010 1 次提交
  18. 12 5月, 2010 1 次提交
  19. 12 12月, 2009 1 次提交