netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7] tipc: cleanups in media and bearer layer
@ 2013-12-11  4:45 Jon Maloy
  2013-12-11  4:45 ` [PATCH net 1/7] tipc: eliminate redundant code with kfree_skb_list routine Jon Maloy
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jon Maloy @ 2013-12-11  4:45 UTC (permalink / raw)
  To: davem
  Cc: netdev, Paul Gortmaker, erik.hugne, ying.xue, maloy,
	tipc-discussion, Jon Maloy

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-12-11  5:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11  4:45 [PATCH net 0/7] tipc: cleanups in media and bearer layer Jon Maloy
2013-12-11  4:45 ` [PATCH net 1/7] tipc: eliminate redundant code with kfree_skb_list routine Jon Maloy
2013-12-11  4:45 ` [PATCH net 2/7] tipc: initiate media type array at compile time Jon Maloy
2013-12-11  4:45 ` [PATCH net 3/7] tipc: improve naming and comment consistency in media layer Jon Maloy
2013-12-11  4:45 ` [PATCH net 4/7] tipc: remove TIPC usage of field af_packet_priv in struct net_device Jon Maloy
2013-12-11  4:45 ` [PATCH net 5/7] tipc: relocate common functions from media to bearer Jon Maloy
2013-12-11  4:45 ` [PATCH net 6/7] tipc: eliminate code duplication in media layer Jon Maloy
2013-12-11  4:45 ` [PATCH net 7/7] tipc: remove unused 'blocked' flag from tipc_link struct Jon Maloy
2013-12-11  5:18 ` [PATCH net 0/7] tipc: cleanups in media and bearer layer David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).