summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+2
|\
| * tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-051-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-193-43/+58
|\|
| * tipc: fix false detection of retransmit failuresTuong Lien2019-08-162-43/+57
| * tipc: initialise addr_trail_end when setting node addressesChris Packham2019-08-111-0/+1
* | tipc: clean up skb list lock handling on send pathJon Maloy2019-08-186-25/+26
* | tipc: add loopback device trackingJohn Rutherford2019-08-087-1/+88
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-6/+8
|\|
| * tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-011-4/+7
| * tipc: fix unitilized skb list crashJon Maloy2019-07-301-2/+1
* | tipc: reduce risk of wakeup queue starvationJon Maloy2019-08-011-8/+21
* | tipc: fix changeover issues due to large packetTuong Lien2019-07-253-15/+155
* | tipc: optimize link synching mechanismTuong Lien2019-07-254-4/+44
|/
* tipc: Fix a typoChristophe JAILLET2019-07-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-0/+1
|\
| * tipc: initialize 'validated' field of received packetsJon Maloy2019-07-171-0/+1
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-4/+2
|/
* tipc: ensure head->lock is initialisedChris Packham2019-07-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-118-107/+146
|\
| * tipc: use rcu dereference functions properlyXin Long2019-07-072-11/+11
| * tipc: remove ub->ubsock checksXin Long2019-07-021-9/+8
| * tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy2019-07-011-5/+4
| * tipc: add dst_cache support for udp mediaXin Long2019-06-271-25/+47
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-272-9/+21
| |\
| * | tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy2019-06-254-6/+6
| * | tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy2019-06-251-1/+1
| * | tipc: simplify stale link failure criteriaJon Maloy2019-06-251-7/+2
| * | tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long2019-06-241-10/+0
| * | tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au2019-06-241-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-223-9/+10
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+1
| |\ \ \
| * | | | tipc: include retrans failure detection for unicastTuong Lien2019-06-171-36/+70
* | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| |/ / /
* | | | tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-06-241-3/+15
* | | | tipc: change to use register_pernet_deviceXin Long2019-06-221-6/+6
| |_|/ |/| |
* | | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-181-5/+3
* | | tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-182-4/+7
| |/ |/|
* | tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-161-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-223-10/+27
|\
| * tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-203-10/+27
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-211-0/+1
|\ \ | |/ |/|
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-05-171-7/+7
* | tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-171-7/+7
* | tipc: switch order of device registration to fix a crashJunwei Hu2019-05-161-7/+7
|/
* tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan2019-05-091-2/+2
* tipc: fix missing Name entries due to half-failoverTuong Lien2019-05-043-7/+84
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-272-0/+22
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-278-86/+90