| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -14/+15 |
| 2014-03-24 | tipc: fix spinlock recursion bug for failed subscriptions | Erik Hugne | 1 | -14/+15 |
| 2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -37/+47 |
| 2014-03-12 | tipc: eliminate redundant lookups in registry | Jon Paul Maloy | 5 | -64/+50 |
| 2014-03-12 | tipc: align usage of variable names and macros in socket | Jon Paul Maloy | 3 | -84/+98 |
| 2014-03-12 | tipc: eliminate redundant locking | Jon Paul Maloy | 3 | -109/+47 |
| 2014-03-12 | tipc: eliminate upcall function pointers between port and socket | Jon Paul Maloy | 5 | -58/+34 |
| 2014-03-12 | tipc: aggregate port structure into socket structure | Jon Paul Maloy | 4 | -54/+101 |
| 2014-03-12 | tipc: remove redundant 'peer_name' field in struct tipc_sock | Jon Paul Maloy | 3 | -27/+30 |
| 2014-03-12 | tipc: replace reference table rwlock with spinlock | Jon Paul Maloy | 1 | -5/+5 |
| 2014-03-12 | tipc: Convert uses of __constant_<foo> to <foo> | Joe Perches | 1 | -1/+1 |
| 2014-03-06 | tipc: don't log disabled tasklet handler errors | Erik Hugne | 1 | -1/+0 |
| 2014-03-06 | tipc: fix memory leak during module removal | Erik Hugne | 1 | -3/+34 |
| 2014-03-06 | tipc: drop subscriber connection id invalidation | Erik Hugne | 1 | -11/+0 |
| 2014-03-06 | tipc: avoid to unnecessary process switch under non-block mode | Ying Xue | 1 | -2/+2 |
| 2014-03-06 | tipc: fix connection refcount leak | Ying Xue | 1 | -2/+4 |
| 2014-03-06 | tipc: allow connection shutdown callback to be invoked in advance | Ying Xue | 3 | -18/+7 |
| 2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 10 | -82/+66 |
| 2014-02-22 | tipc: make bearer set up in module insertion stage | Ying Xue | 4 | -32/+16 |
| 2014-02-22 | tipc: remove all enabled flags from all tipc components | Ying Xue | 7 | -50/+50 |
| 2014-02-19 | tipc: failed transmissions should return error | Erik Hugne | 1 | -8/+6 |
| 2014-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+8 |
| 2014-02-18 | tipc: align tipc function names with common naming practice in the network | Ying Xue | 13 | -287/+290 |
| 2014-02-17 | tipc: correct usage of spin_lock() vs spin_lock_bh() | Jon Paul Maloy | 1 | -3/+3 |
| 2014-02-17 | tipc: fix a loop style problem | Jon Paul Maloy | 1 | -5/+5 |
| 2014-02-13 | tipc: add node_lock protection to link lookup function | Jon Paul Maloy | 1 | -45/+65 |
| 2014-02-13 | tipc: remove bearer_lock from tipc_bearer struct | Ying Xue | 3 | -18/+4 |
| 2014-02-13 | tipc: delay delete of link when failover is needed | Jon Paul Maloy | 4 | -17/+36 |
| 2014-02-13 | tipc: changes to general packet reception algorithm | Jon Paul Maloy | 1 | -36/+40 |
| 2014-02-13 | tipc: rename stack variables in function tipc_link_tunnel_rcv | Jon Paul Maloy | 1 | -11/+11 |
| 2014-02-13 | tipc: more cleanup of tunnelling reception function | Jon Paul Maloy | 1 | -14/+7 |
| 2014-02-13 | tipc: change signature of tunnelling reception function | Jon Paul Maloy | 1 | -10/+4 |
| 2014-02-13 | tipc: change reception of tunnelled failover packets | Jon Paul Maloy | 1 | -28/+47 |
| 2014-02-13 | tipc: change reception of tunnelled duplicate packets | Jon Paul Maloy | 1 | -21/+32 |
| 2014-02-13 | tipc: remove 'links' list from tipc_bearer struct | Ying Xue | 5 | -54/+30 |
| 2014-02-13 | tipc: redefine 'started' flag in struct link to bitmap | Ying Xue | 2 | -13/+13 |
| 2014-02-13 | tipc: move code for deleting links from bearer.c to link.c | Ying Xue | 3 | -5/+11 |
| 2014-02-13 | tipc: move code for resetting links from bearer.c to link.c | Ying Xue | 3 | -10/+14 |
| 2014-02-13 | tipc: stricter behavior of message reassembly function | Jon Paul Maloy | 3 | -13/+15 |
| 2014-02-13 | tipc: explicitly include core.h in addr.h | Andreas Bofjäll | 1 | -0/+2 |
| 2014-02-13 | tipc: fix message corruption bug for deferred packets | Erik Hugne | 2 | -0/+8 |
| 2014-01-18 | net: add build-time checks for msg->msg_name size | Steffen Hurrle | 1 | -3/+3 |
| 2014-01-16 | tipc: standardize recvmsg routine | Ying Xue | 1 | -38/+42 |
| 2014-01-16 | tipc: standardize sendmsg routine of connected socket | Ying Xue | 1 | -19/+41 |
| 2014-01-16 | tipc: standardize sendmsg routine of connectionless socket | Ying Xue | 1 | -10/+29 |
| 2014-01-16 | tipc: standardize accept routine | Ying Xue | 1 | -13/+41 |
| 2014-01-16 | tipc: standardize connect routine | Ying Xue | 1 | -30/+33 |
| 2014-01-14 | tipc: spelling fixes | stephen hemminger | 3 | -3/+3 |
| 2014-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2014-01-07 | tipc: make link start event synchronous | Jon Paul Maloy | 3 | -13/+7 |
| 2014-01-07 | tipc: introduce new spinlock to protect struct link_req | Ying Xue | 1 | -2/+9 |
| 2014-01-07 | tipc: remove 'has_redundant_link' flag from STATE link protocol messages | Jon Paul Maloy | 2 | -11/+1 |
| 2014-01-07 | tipc: rename functions related to link failover and improve comments | Jon Paul Maloy | 5 | -38/+56 |
| 2014-01-07 | tipc: correctly unlink packets from deferred packet queue | Erik Hugne | 1 | -0/+1 |
| 2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -48/+49 |
| 2014-01-04 | tipc: remove unused code | stephen hemminger | 4 | -26/+0 |
| 2014-01-04 | tipc: make local function static | stephen hemminger | 2 | -2/+1 |
| 2014-01-02 | tipc: make the code look more readable | wangweidong | 1 | -5/+2 |
| 2013-12-29 | tipc: fix deadlock during socket release | Ying Xue | 3 | -48/+49 |
| 2013-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -6/+12 |
| 2013-12-16 | tipc: change lock_sock order in connect() | wangweidong | 1 | -4/+2 |
| 2013-12-16 | tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h> | wangweidong | 1 | -1/+1 |
| 2013-12-16 | tipc: kill unnecessary goto's | wangweidong | 1 | -8/+6 |
| 2013-12-16 | tipc: remove unnecessary variables and conditions | wangweidong | 3 | -17/+8 |
| 2013-12-11 | tipc: remove unused 'blocked' flag from tipc_link struct | Ying Xue | 2 | -11/+7 |
| 2013-12-11 | tipc: eliminate code duplication in media layer | Ying Xue | 4 | -231/+149 |
| 2013-12-11 | tipc: relocate common functions from media to bearer | Ying Xue | 5 | -401/+114 |
| 2013-12-11 | tipc: remove TIPC usage of field af_packet_priv in struct net_device | Ying Xue | 3 | -46/+65 |
| 2013-12-11 | tipc: improve naming and comment consistency in media layer | Jon Paul Maloy | 2 | -19/+19 |
| 2013-12-11 | tipc: initiate media type array at compile time | Jon Paul Maloy | 4 | -62/+23 |
| 2013-12-11 | tipc: eliminate redundant code with kfree_skb_list routine | Ying Xue | 2 | -55/+9 |
| 2013-12-10 | tipc: protect handler_enabled variable with qitem_lock spin lock | Ying Xue | 1 | -3/+8 |
| 2013-12-10 | tipc: correct the order of stopping services at rmmod | Jon Paul Maloy | 1 | -3/+4 |
| 2013-12-09 | tipc: remove interface state mirroring in bearer | Erik Hugne | 7 | -117/+28 |
| 2013-11-20 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -6/+0 |
| 2013-11-19 | genetlink: only pass array to genl_register_family_with_ops() | Johannes Berg | 1 | -5/+6 |
| 2013-11-15 | tipc: fix dereference before check warning | Erik Hugne | 1 | -1/+2 |
| 2013-11-07 | tipc: reassembly failures should cause link reset | Erik Hugne | 1 | -1/+1 |
| 2013-11-07 | tipc: message reassembly using fragment chain | Erik Hugne | 6 | -142/+74 |
| 2013-11-07 | tipc: don't reroute message fragments | Erik Hugne | 2 | -3/+6 |
| 2013-10-30 | tipc: remove two indentation levels in tipc_recv_msg routine | Ying Xue | 1 | -89/+84 |
| 2013-10-19 | net: misc: Remove extern from function prototypes | Joe Perches | 1 | -14/+14 |
| 2013-10-18 | tipc: simplify the link lookup routine | Erik Hugne | 1 | -97/+13 |
| 2013-10-18 | tipc: correct return value of link_cmd_set_value routine | Ying Xue | 1 | -9/+19 |
| 2013-10-18 | tipc: correct return value of recv_msg routine | Ying Xue | 2 | -6/+6 |
| 2013-10-18 | tipc: avoid unnecessary lookup for tipc bearer instance | Ying Xue | 4 | -18/+10 |
| 2013-10-18 | tipc: make bearer and media naming consistent | Ying Xue | 4 | -57/+57 |
| 2013-10-18 | tipc: silence sparse warnings | Ying Xue | 2 | -5/+5 |
| 2013-10-18 | tipc: remove iovec length parameter from all sending functions | Ying Xue | 7 | -78/+49 |
| 2013-10-18 | tipc: don't use memcpy to copy from user space | Ying Xue | 1 | -13/+9 |
| 2013-08-30 | tipc: set sk_err correctly when connection fails | Erik Hugne | 1 | -2/+2 |
| 2013-08-11 | tipc: avoid possible deadlock while enable and disable bearer | dingtianhong | 1 | -2/+7 |
| 2013-08-01 | tipc: fix oops when creating server socket fails | Ying Xue | 1 | -3/+12 |
| 2013-07-11 | net/tipc: use %*phC to dump small buffers in hex form | Andy Shevchenko | 1 | -7/+1 |
| 2013-06-17 | tipc: remove dev_base_lock use from enable_bearer | Ying Xue | 2 | -22/+4 |
| 2013-06-17 | tipc: fix wrong return value for link_send_sections_long routine | Ying Xue | 1 | -2/+6 |
| 2013-06-17 | tipc: make tipc_link_send_sections_fast exit earlier | Ying Xue | 1 | -4/+3 |
| 2013-06-17 | tipc: enhance priority of link protocol packet | Ying Xue | 1 | -0/+3 |
| 2013-06-17 | tipc: cosmetic realignment of function arguments | Paul Gortmaker | 15 | -66/+54 |
| 2013-06-17 | tipc: save sock structure pointer instead of void pointer to tipc_port | Ying Xue | 3 | -7/+7 |
| 2013-06-17 | tipc: convert config_lock from spinlock to mutex | Ying Xue | 1 | -14/+3 |
| 2013-06-17 | tipc: rename tipc_createport_raw to tipc_createport | Ying Xue | 3 | -5/+5 |
| 2013-06-17 | tipc: remove user_port instance from tipc_port structure | Ying Xue | 5 | -42/+17 |
| 2013-06-17 | tipc: delete code orphaned by new server infrastructure | Ying Xue | 3 | -385/+3 |
| 2013-06-17 | tipc: convert configuration server to use new server facility | Ying Xue | 3 | -60/+49 |
| 2013-06-17 | tipc: convert topology server to use new server facility | Ying Xue | 4 | -247/+104 |
| 2013-06-17 | tipc: introduce new TIPC server infrastructure | Ying Xue | 5 | -10/+789 |
| 2013-06-17 | tipc: allow implicit connect for stream sockets | Erik Hugne | 1 | -4/+2 |
| 2013-06-17 | tipc: change socket buffer overflow control to respect sk_rcvbuf | Ying Xue | 6 | -11/+96 |
| 2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko | 2 | -4/+4 |
| 2013-05-06 | tipc: potential divide by zero in tipc_link_recv_fragment() | Dan Carpenter | 1 | -2/+4 |
| 2013-05-06 | tipc: add a bounds check in link_recv_changeover_msg() | Dan Carpenter | 1 | -1/+4 |
| 2013-05-03 | tipc: pskb_copy() buffers when sending on more than one bearer | Gerlando Falauto | 1 | -1/+12 |
| 2013-05-03 | tipc: tipc_bcbearer_send(): simplify bearer selection | Gerlando Falauto | 1 | -9/+9 |
| 2013-05-03 | tipc: cosmetic: clean up comments and break a long line | Gerlando Falauto | 1 | -6/+7 |
| 2013-04-17 | tipc: add InfiniBand media type | Patrick McHardy | 6 | -3/+416 |
| 2013-04-17 | tipc: set skb->protocol in eth_media packet transmission | Patrick McHardy | 1 | -0/+1 |
| 2013-04-17 | tipc: move bcast_addr from struct tipc_media to struct tipc_bearer | Patrick McHardy | 5 | -16/+18 |
| 2013-04-17 | tipc: remove unused str2addr media callback | Patrick McHardy | 2 | -22/+0 |
| 2013-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+7 |
| 2013-04-07 | tipc: fix info leaks via msg_name in recv_msg/recv_stream | Mathias Krause | 1 | -0/+7 |
| 2013-03-28 | net-next: replace obsolete NLMSG_* with type safe nlmsg_* | Hong zhi guo | 1 | -3/+3 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 2 | -7/+4 |
| 2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2013-02-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net | David S. Miller | 1 | -0/+1 |
| 2013-02-15 | tipc: remove redundant checking for the number of iovecs in a send request | Ying Xue | 1 | -6/+3 |
| 2013-02-15 | tipc: byte-based overload control on socket receive queue | Ying Xue | 1 | -38/+39 |
| 2013-02-15 | tipc: eliminate duplicated discard_rx_queue routine | Ying Xue | 1 | -15/+2 |
| 2013-02-15 | tipc: fix missing spinlock init in broadcast code | Erik Hugne | 1 | -0/+1 |
| 2013-01-11 | net/tipc: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+2 |
| 2012-12-07 | tipc: refactor accept() code for improved readability | Paul Gortmaker | 1 | -41/+48 |
| 2012-12-07 | tipc: add lock nesting notation to quiet lockdep warning | Ying Xue | 1 | -1/+2 |
| 2012-12-07 | tipc: eliminate connection setup for implied connect in recv_msg() | Ying Xue | 1 | -7/+0 |
| 2012-12-07 | tipc: introduce non-blocking socket connect | Ying Xue | 1 | -65/+93 |
| 2012-12-07 | tipc: consolidate connection-oriented message reception in one function | Ying Xue | 1 | -24/+51 |
| 2012-12-07 | tipc: standardize across connect/disconnect function naming | Paul Gortmaker | 4 | -15/+31 |
| 2012-12-07 | tipc: change sk_receive_queue upper limit | Jon Maloy | 1 | -2/+2 |
| 2012-12-07 | tipc: eliminate aggregate sk_receive_queue limit | Ying Xue | 1 | -19/+4 |
| 2012-12-06 | tipc: remove obsolete flush of stale reassembly buffer | Erik Hugne | 1 | -44/+0 |
| 2012-11-22 | tipc: delete TIPC_ADVANCED Kconfig variable | Paul Gortmaker | 2 | -17/+1 |
| 2012-11-22 | tipc: eliminate an unnecessary cast of node variable | Ying Xue | 1 | -1/+1 |
| 2012-11-22 | tipc: introduce message to synchronize broadcast link | Jon Maloy | 2 | -6/+60 |
| 2012-11-22 | tipc: rename supported flag to recv_permitted | Ying Xue | 4 | -12/+12 |
| 2012-11-22 | tipc: remove supportable flag from bclink structure | Ying Xue | 3 | -10/+4 |
| 2012-11-21 | tipc: remove the bearer congestion mechanism | Ying Xue | 6 | -217/+61 |
| 2012-11-21 | tipc: wake up all waiting threads at socket shutdown | Ying Xue | 1 | -3/+4 |
| 2012-11-21 | tipc: return POLLOUT for sockets in an unconnected state | Erik Hugne | 1 | -1/+5 |
| 2012-11-21 | tipc: fix race/inefficiencies in poll/wait behaviour | Ying Xue | 1 | -5/+40 |
| 2012-11-03 | tipc: do not use tasklet_disable before tasklet_kill | Xiaotian Feng | 1 | -1/+0 |
| 2012-10-04 | tipc: prevent dropped connections due to rcvbuf overflow | Erik Hugne | 1 | -0/+1 |
| 2012-09-18 | net/tipc/name_table.c: Remove unecessary semicolon | Peter Senna Tschudin | 1 | -1/+1 |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -1/+1 |
| 2012-08-20 | tipc: eliminate configuration for maximum number of name publications | Ying Xue | 4 | -26/+5 |
| 2012-08-20 | tipc: eliminate configuration for maximum number of name subscriptions | Ying Xue | 4 | -28/+7 |
| 2012-08-20 | tipc: add __read_mostly annotations to several global variables | Ying Xue | 3 | -11/+11 |
| 2012-08-20 | tipc: convert tipc_nametbl_size type from variable to macro | Ying Xue | 1 | -5/+5 |
| 2012-08-20 | tipc: change tipc_net_start routine return value type | Ying Xue | 3 | -6/+4 |
| 2012-08-20 | tipc: manually inline single use media_name_valid routine | Ying Xue | 1 | -16/+1 |
| 2012-08-20 | tipc: remove pointless name sanity check and tipc_alphabet array | Ying Xue | 4 | -12/+3 |
| 2012-08-20 | tipc: fix lockdep warning during bearer initialization | Ying Xue | 1 | -1/+15 |
| 2012-08-20 | tipc: optimize the initialization of network device notifier | Ying Xue | 1 | -3/+10 |
| 2012-07-13 | tipc: remove print_buf and deprecated log buffer code | Erik Hugne | 7 | -333/+2 |
| 2012-07-13 | tipc: phase out most of the struct print_buf usage | Erik Hugne | 10 | -222/+213 |
| 2012-07-13 | tipc: simplify print buffer handling in tipc_printf | Erik Hugne | 1 | -42/+10 |
| 2012-07-13 | tipc: simplify link_print by divorcing it from using tipc_printf | Paul Gortmaker | 1 | -17/+7 |
| 2012-07-13 | tipc: remove TIPC packet debugging functions and macros | Erik Hugne | 4 | -312/+0 |
| 2012-07-13 | tipc: use standard printk shortcut macros (pr_err etc.) | Erik Hugne | 18 | -174/+177 |
| 2012-07-12 | tipc: limit error messages relating to memory leak to one line | Paul Gortmaker | 1 | -2/+4 |
| 2012-07-12 | tipc: factor stats struct out of the larger link struct | Paul Gortmaker | 1 | -30/+32 |
| 2012-07-10 | net: Fix non-kernel-doc comments with kernel-doc start marker | Ben Hutchings | 1 | -3/+2 |
| 2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 7 | -27/+27 |
| 2012-06-04 | net: Remove casts to same type | Joe Perches | 2 | -6/+5 |
| 2012-04-30 | tipc: compress out gratuitous extra carriage returns | Paul Gortmaker | 32 | -530/+16 |
| 2012-04-27 | tipc: Reject payload messages with invalid message type | Allan Stephens | 1 | -5/+2 |
| 2012-04-26 | tipc: Enhance error checking of published names | Allan Stephens | 2 | -7/+4 |
| 2012-04-26 | tipc: Create helper routine to delete unused name sequence structure | Allan Stephens | 1 | -12/+15 |
| 2012-04-26 | tipc: remove redundant memset and stale comment from subscr.c | Allan Stephens | 1 | -2/+0 |
| 2012-04-26 | tipc: Optimize initialization of network topology service | Allan Stephens | 1 | -1/+1 |
| 2012-04-26 | tipc: Enhance re-initialization of network topology service | Allan Stephens | 1 | -3/+0 |
| 2012-04-26 | tipc: Optimize termination of configuration service | Allan Stephens | 1 | -4/+2 |
| 2012-04-26 | tipc: Optimize initialization of configuration service | Allan Stephens | 1 | -1/+1 |
| 2012-04-26 | tipc: Optimize re-initialization of configuration service | Allan Stephens | 3 | -2/+17 |
| 2012-04-24 | tipc: remove inline instances from C source files. | Paul Gortmaker | 2 | -3/+3 |
| 2012-04-23 | net: add a limit parameter to sk_add_backlog() | Eric Dumazet | 1 | -1/+1 |
| 2012-04-19 | tipc: Ensure network address change doesn't impact configuration service | Allan Stephens | 1 | -1/+1 |
| 2012-04-19 | tipc: Ensure network address change doesn't impact rejected message | Allan Stephens | 1 | -1/+1 |
| 2012-04-19 | tipc: handle <0.0.0> as an alias for this node on outgoing msgs | Allan Stephens | 1 | -4/+4 |
| 2012-04-19 | tipc: properly handle off-node send requests with invalid addr | Allan Stephens | 1 | -2/+9 |
| 2012-04-19 | tipc: take lock while updating node network address | Allan Stephens | 1 | -1/+2 |
| 2012-04-19 | tipc: Ensure network address change doesn't impact local connections | Allan Stephens | 4 | -31/+34 |
| 2012-04-19 | tipc: delete duplicate peerport/peernode helper functions | Allan Stephens | 2 | -14/+4 |
| 2012-04-19 | tipc: Ensure network address change doesn't impact new port | Allan Stephens | 1 | -4/+11 |
| 2012-04-19 | tipc: Optimize re-initialization of port message header templates | Allan Stephens | 1 | -2/+0 |
| 2012-04-19 | tipc: Ensure network address change doesn't impact name table updates | Allan Stephens | 1 | -4/+4 |
| 2012-04-19 | tipc: Add routines for safe checking of node's network address | Allan Stephens | 4 | -6/+24 |
| 2012-04-19 | tipc: Don't record failed publication attempt as a success | Allan Stephens | 1 | -2/+3 |
| 2012-04-19 | tipc: Update node-scope publications when network address is assigned | Allan Stephens | 2 | -7/+12 |
| 2012-04-19 | tipc: Separate cluster-scope and zone-scope names into distinct lists | Allan Stephens | 1 | -5/+26 |
| 2012-04-18 | tipc: Factor out name publication code to a separate function | Allan Stephens | 1 | -27/+34 |
| 2012-04-18 | tipc: introduce publication lists struct | Allan Stephens | 1 | -10/+17 |