[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1386737144-32334-1-git-send-email-jon.maloy@ericsson.com>
Date: Tue, 10 Dec 2013 20:45:37 -0800
From: Jon Maloy <jon.maloy@...csson.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org,
Paul Gortmaker <paul.gortmaker@...driver.com>,
erik.hugne@...csson.com, ying.xue@...driver.com, maloy@...jonn.com,
tipc-discussion@...ts.sourceforge.net,
Jon Maloy <jon.maloy@...csson.com>
Subject: [PATCH net 0/7] tipc: cleanups in media and bearer layer
This commit series performs a number cleanups in order to make the
bearer and media part of the code more comprehensible and manageable.
Jon Maloy (2):
tipc: initiate media type array at compile time
tipc: improve naming and comment consistency in media layer
Ying Xue (5):
tipc: eliminate redundant code with kfree_skb_list routine
tipc: remove TIPC usage of field af_packet_priv in struct net_device
tipc: relocate common functions from media to bearer
tipc: eliminate code duplication in media layer
tipc: remove unused 'blocked' flag from tipc_link struct
include/linux/netdevice.h | 3 +
net/tipc/bearer.c | 292 ++++++++++++++++++++++++++++++++---------
net/tipc/bearer.h | 48 +++----
net/tipc/core.c | 8 +-
net/tipc/eth_media.c | 316 +++------------------------------------------
net/tipc/ib_media.c | 309 +++-----------------------------------------
net/tipc/link.c | 69 +++-------
net/tipc/link.h | 7 -
net/tipc/node.c | 6 +-
9 files changed, 311 insertions(+), 747 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists