]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2012 00:08:42 +0000 (19:08 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2012 00:08:42 +0000 (19:08 -0500)
commit1d6e404b63588366210d0d7e8f916c52bb2498ba
treeb5af35837185e9df25e7009e7b2e70f2694f66bf
parent38491c6b16384d3c629dce6f059b936edbafa4ed
parent883e1f00cb2e81b107523cca7ffe8c89e2763e56
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge

Included changes:
- minimal fixes to the packet layout to avoid the __packed attribute when not
  needed
- new packet type called UNICAST_4ADDR: in this packet it is possible to find
  both source and destination node (in the classic UNICAST header only the
  destination field exists).
- a new feature: Distributed ARP Table (D.A.T.). It aims to reduce ARP lookups
  latency by means of a simil-DHT approach.