login
Header Space

 
 

[PATCH 0/7 net-2.6.26] [TIPC]: More socket code enhancements

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: David Miller <davem@...>
Cc: <netdev@...>, <allan.stephens@...>
Date: Monday, April 14, 2008 - 5:16 pm

This patch set includes a number fixes/cleanups to TIPC's socket code.
The first 6 are fairly trivial, while the last one does a complete overhaul
of the locking TIPC uses to make it more Linux-like.  Please see each
individual patch for a further description.

Summary:

 include/net/tipc/tipc_port.h |    6 
 net/tipc/port.c              |   31 +
 net/tipc/socket.c            | 1113 ++++++++++++++++++++++++------------------
 3 files changed, 667 insertions(+), 483 deletions(-)

Allan Stephens (7):
      [TIPC]: Skip connection flow control in connectionless sockets
      [TIPC]: Allow stream receive to read from multiple TIPC messages
      [TIPC]: Ignore message padding when receiving stream data
      [TIPC]: Correct "off by 1" error in socket queue limit enforcement
      [TIPC]: Add error check to detect non-blocking form of connect()
      [TIPC]: Cosmetic changes to TIPC connect() code
      [TIPC]: Overhaul of socket locking logic

Thanks,
Al
--
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/7 net-2.6.26] [TIPC]: More socket code enhancements, Allan Stephens, (Mon Apr 14, 5:16 pm)
speck-geostationary