aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2016-05-19tipc: block BH in TCP callbacksGravatar Eric Dumazet 1-4/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-05-17tipc: fix nametable publication field in nl compatGravatar Richard Alpe 1-1/+1
2016-05-16tipc: check nl sock before parsing nested attributesGravatar Richard Alpe 1-0/+3
2016-05-12tipc: eliminate risk of double link_up eventsGravatar Jon Paul Maloy 1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+5
2016-05-03tipc: redesign connection-level flow controlGravatar Jon Paul Maloy 5-62/+122
2016-05-03tipc: propagate peer node capabilities to socket layerGravatar Jon Paul Maloy 3-2/+22
2016-05-03tipc: re-enable compensation for socket receive buffer double countingGravatar Jon Paul Maloy 1-1/+1
2016-05-01tipc: only process unicast on intended nodeGravatar Hamish Martin 1-0/+5
2016-05-01tipc: set 'active' state correctly for first established linkGravatar Jon Paul Maloy 1-0/+1
2016-04-28tipc: remove an unnecessary NULL checkGravatar Dan Carpenter 1-2/+1
2016-04-24tipc: fix stale links after re-enabling bearerGravatar Parthasarathy Bhuvaragan 1-2/+1
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-9/+30
2016-04-18treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2016-04-15tipc: let first message on link be a state messageGravatar Jon Paul Maloy 3-5/+8
2016-04-15tipc: ensure that first packets on link are sent in orderGravatar Jon Paul Maloy 1-0/+4
2016-04-15tipc: refactor function tipc_link_timeout()Gravatar Jon Paul Maloy 1-20/+16
2016-04-15tipc: reduce transmission rate of reset messages when link is downGravatar Jon Paul Maloy 1-3/+4
2016-04-15tipc: guarantee peer bearer id exchange after rebootGravatar Jon Paul Maloy 2-1/+19
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugGravatar Parthasarathy Bhuvaragan 3-10/+17
2016-04-13tipc: remove remnants of old broadcast codeGravatar Jon Paul Maloy 1-15/+0
2016-04-11tipc: purge deferred updates from dead nodesGravatar Erik Hugne 1-0/+19
2016-04-11tipc: make dist queue pernetGravatar Erik Hugne 3-9/+11
2016-04-07tipc: stricter filtering of packets in bearer layerGravatar Jon Paul Maloy 2-17/+38
2016-04-07tipc: eliminate buffer leak in bearer layerGravatar Jon Paul Maloy 3-31/+29
2016-03-14tipc: make sure IPv6 header fits in skb headroomGravatar Richard Alpe 1-1/+1
2016-03-11ip_tunnel: add support for setting flow label via collect metadataGravatar Daniel Borkmann 1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-15/+21
2016-03-07tipc: move netlink policies to netlink.cGravatar Richard Alpe 9-74/+85
2016-03-06tipc: remove pre-allocated message header in link structGravatar Jon Paul Maloy 5-77/+45
2016-03-06tipc: fix nullptr crash during subscription cancelGravatar Parthasarathy Bhuvaragan 1-1/+2
2016-03-06tipc: make sure required IPv6 addresses are scopedGravatar Richard Alpe 1-0/+5
2016-03-06tipc: safely copy UDP netlink data from userGravatar Richard Alpe 1-11/+13
2016-03-06tipc: don't check link reset on non existing linkGravatar Richard Alpe 1-1/+1
2016-03-06tipc: add net device to skb before UDP xmitGravatar Richard Alpe 1-0/+2
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Gravatar Parthasarathy Bhuvaragan 1-14/+19
2016-02-25tipc: fix null deref crash in compat config pathGravatar Florian Westphal 1-0/+1
2016-02-25tipc: fix crash during node removalGravatar Jon Paul Maloy 1-13/+11
2016-02-25tipc: eliminate risk of finding to-be-deleted node instanceGravatar Jon Paul Maloy 1-9/+9
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-7/+9
2016-02-19tipc: unlock in error pathGravatar Insu Yun 1-1/+3
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Gravatar Florian Westphal 1-1/+0
2016-02-16tipc: refactor node xmit and fix memory leaksGravatar Richard Alpe 2-24/+38
2016-02-16tipc: fix premature addition of node to lookup tableGravatar Jon Paul Maloy 1-6/+6
2016-02-06tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Gravatar Parthasarathy Bhuvaragan 1-2/+2
2016-02-06tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERGravatar Parthasarathy Bhuvaragan 1-3/+11
2016-02-06tipc: protect tipc_subscrb_get() with subscriber spin lockGravatar Parthasarathy Bhuvaragan 1-2/+2
2016-02-06tipc: hold subscriber->lock for tipc_nametbl_subscribe()Gravatar Parthasarathy Bhuvaragan 1-2/+2
2016-02-06tipc: fix connection abort when receiving invalid cancel requestGravatar Parthasarathy Bhuvaragan 1-1/+2