Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Included changes:
- A fix for the network coding component which has been added within the last
pull request (so it is in linux-3.10). The problem has been spotted thanks to
Fengguang Wu's automated daily checks on our tree.
- Implementation of the RTNL API for virtual interface creation/deletion and slave
manipulation
- substitution of seq_printf with seq_puts when possible
- minor cleanups
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- net/batman-adv/Makefile 1 addition, 1 deletionnet/batman-adv/Makefile
- net/batman-adv/gateway_client.c 1 addition, 1 deletionnet/batman-adv/gateway_client.c
- net/batman-adv/hard-interface.c 54 additions, 12 deletionsnet/batman-adv/hard-interface.c
- net/batman-adv/hard-interface.h 12 additions, 1 deletionnet/batman-adv/hard-interface.h
- net/batman-adv/main.c 3 additions, 1 deletionnet/batman-adv/main.c
- net/batman-adv/main.h 2 additions, 1 deletionnet/batman-adv/main.h
- net/batman-adv/network-coding.c 5 additions, 5 deletionsnet/batman-adv/network-coding.c
- net/batman-adv/originator.c 2 additions, 2 deletionsnet/batman-adv/originator.c
- net/batman-adv/packet.h 1 addition, 1 deletionnet/batman-adv/packet.h
- net/batman-adv/soft-interface.c 179 additions, 90 deletionsnet/batman-adv/soft-interface.c
- net/batman-adv/soft-interface.h 2 additions, 1 deletionnet/batman-adv/soft-interface.h
- net/batman-adv/sysfs.c 4 additions, 2 deletionsnet/batman-adv/sysfs.c
- net/batman-adv/vis.c 2 additions, 2 deletionsnet/batman-adv/vis.c
Please register or sign in to comment