| Submitter | Sven Eckelmann |
|---|---|
| Date | Feb. 11, 2011, 11:21 p.m. |
| Message ID | <1297466503-13246-1-git-send-email-sven@narfation.org> |
| Download | mbox |
| Permalink | /patch/82848/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Pull-request
git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/nextComments
From: Sven Eckelmann <sven@narfation.org> Date: Sat, 12 Feb 2011 00:21:39 +0100 > Hi, > > I would like propose following changes for net-next-2.6.git. Two of them are > minor code style changes and the other two change minor issues in the > routing/fragmentation code. > > thanks, > Sven > > The following changes since commit 091b948306d2628320e77977eb7ae4a757b12180: > > batman-adv: Merge README of v2011.0.0 release (2011-01-31 14:57:13 +0100) > > are available in the git repository at: > git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/next Pulled, thanks Sven. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi, I would like propose following changes for net-next-2.6.git. Two of them are minor code style changes and the other two change minor issues in the routing/fragmentation code. thanks, Sven The following changes since commit 091b948306d2628320e77977eb7ae4a757b12180: batman-adv: Merge README of v2011.0.0 release (2011-01-31 14:57:13 +0100) are available in the git repository at: git://git.open-mesh.org/ecsv/linux-merge.git batman-adv/next Linus Lüssing (2): batman-adv: Remove duplicate types.h inclusions batman-adv: Disallow originator addressing within mesh layer Marek Lindner (1): batman-adv: Split combined variable declarations Sven Eckelmann (1): batman-adv: Use successive sequence numbers for fragments net/batman-adv/icmp_socket.c | 1 - net/batman-adv/icmp_socket.h | 2 -- net/batman-adv/main.c | 1 - net/batman-adv/routing.c | 1 - net/batman-adv/routing.h | 2 -- net/batman-adv/send.c | 1 - net/batman-adv/send.h | 2 -- net/batman-adv/soft-interface.c | 1 - net/batman-adv/translation-table.c | 1 - net/batman-adv/translation-table.h | 2 -- net/batman-adv/unicast.c | 19 +++++++------------ 11 files changed, 7 insertions(+), 26 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html