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.
No related branches found
No related tags found
Showing
- Documentation/networking/batman-adv.txt 2 additions, 1 deletionDocumentation/networking/batman-adv.txt
- net/batman-adv/Kconfig 10 additions, 0 deletionsnet/batman-adv/Kconfig
- net/batman-adv/Makefile 1 addition, 0 deletionsnet/batman-adv/Makefile
- net/batman-adv/bat_iv_ogm.c 5 additions, 3 deletionsnet/batman-adv/bat_iv_ogm.c
- net/batman-adv/debugfs.c 20 additions, 0 deletionsnet/batman-adv/debugfs.c
- net/batman-adv/distributed-arp-table.c 1066 additions, 0 deletionsnet/batman-adv/distributed-arp-table.c
- net/batman-adv/distributed-arp-table.h 167 additions, 0 deletionsnet/batman-adv/distributed-arp-table.h
- net/batman-adv/hard-interface.c 3 additions, 0 deletionsnet/batman-adv/hard-interface.c
- net/batman-adv/icmp_socket.c 2 additions, 2 deletionsnet/batman-adv/icmp_socket.c
- net/batman-adv/main.c 9 additions, 0 deletionsnet/batman-adv/main.c
- net/batman-adv/main.h 12 additions, 1 deletionnet/batman-adv/main.h
- net/batman-adv/originator.c 2 additions, 0 deletionsnet/batman-adv/originator.c
- net/batman-adv/packet.h 54 additions, 14 deletionsnet/batman-adv/packet.h
- net/batman-adv/routing.c 48 additions, 3 deletionsnet/batman-adv/routing.c
- net/batman-adv/send.c 4 additions, 0 deletionsnet/batman-adv/send.c
- net/batman-adv/soft-interface.c 26 additions, 2 deletionsnet/batman-adv/soft-interface.c
- net/batman-adv/sysfs.c 7 additions, 0 deletionsnet/batman-adv/sysfs.c
- net/batman-adv/translation-table.c 10 additions, 10 deletionsnet/batman-adv/translation-table.c
- net/batman-adv/types.h 73 additions, 0 deletionsnet/batman-adv/types.h
- net/batman-adv/unicast.c 121 additions, 14 deletionsnet/batman-adv/unicast.c
Loading
Please register or sign in to comment