summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)Author
2016-06-02tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu
2016-05-25tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding
2016-05-19tipc: block BH in TCP callbacksEric Dumazet
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-17tipc: fix nametable publication field in nl compatRichard Alpe
2016-05-16tipc: check nl sock before parsing nested attributesRichard Alpe
2016-05-12tipc: eliminate risk of double link_up eventsJon Paul Maloy
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy
2016-05-03tipc: propagate peer node capabilities to socket layerJon Paul Maloy
2016-05-03tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy
2016-05-01tipc: only process unicast on intended nodeHamish Martin
2016-05-01tipc: set 'active' state correctly for first established linkJon Paul Maloy
2016-04-28tipc: remove an unnecessary NULL checkDan Carpenter
2016-04-24tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-18treewide: Fix typos in printkMasanari Iida
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy
2016-04-15tipc: refactor function tipc_link_timeout()Jon Paul Maloy
2016-04-15tipc: reduce transmission rate of reset messages when link is downJon Paul Maloy
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy
2016-04-14tipc: fix a race condition leading to subscriber refcnt bugParthasarathy Bhuvaragan
2016-04-13tipc: remove remnants of old broadcast codeJon Paul Maloy
2016-04-11tipc: purge deferred updates from dead nodesErik Hugne
2016-04-11tipc: make dist queue pernetErik Hugne
2016-04-07tipc: stricter filtering of packets in bearer layerJon Paul Maloy
2016-04-07tipc: eliminate buffer leak in bearer layerJon Paul Maloy
2016-03-14tipc: make sure IPv6 header fits in skb headroomRichard Alpe
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy
2016-03-06tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan
2016-03-06tipc: make sure required IPv6 addresses are scopedRichard Alpe
2016-03-06tipc: safely copy UDP netlink data from userRichard Alpe
2016-03-06tipc: don't check link reset on non existing linkRichard Alpe
2016-03-06tipc: add net device to skb before UDP xmitRichard Alpe
2016-03-03tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan
2016-02-25tipc: fix null deref crash in compat config pathFlorian Westphal
2016-02-25tipc: fix crash during node removalJon Paul Maloy
2016-02-25tipc: eliminate risk of finding to-be-deleted node instanceJon Paul Maloy
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19tipc: unlock in error pathInsu Yun
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Florian Westphal
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe
2016-02-16tipc: fix premature addition of node to lookup tableJon Paul Maloy
2016-02-06tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1Parthasarathy Bhuvaragan
2016-02-06tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVERParthasarathy Bhuvaragan
2016-02-06tipc: protect tipc_subscrb_get() with subscriber spin lockParthasarathy Bhuvaragan