summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix false detection of retransmit failuresTuong Lien2019-08-172-43/+57
* tipc: initialise addr_trail_end when setting node addressesChris Packham2019-08-121-0/+1
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-021-4/+7
* tipc: fix unitilized skb list crashJon Maloy2019-07-301-2/+1Star
* 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-181-0/+1
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-4/+2Star
|/
* tipc: ensure head->lock is initialisedChris Packham2019-07-131-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-031-9/+8Star
| * tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy2019-07-021-5/+4Star
| * tipc: add dst_cache support for udp mediaXin Long2019-06-281-25/+47
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-282-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/+2Star
| * | tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long2019-06-241-10/+0Star
| * | 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-181-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-231-6/+6
| |_|/ |/| |
* | | tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-06-191-5/+3Star
* | | 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-171-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
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-2710-36/+36
* tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet2019-04-261-1/+0Star
* tipc: tipc_udp_recv() cleanup vs rcu verbsEric Dumazet2019-04-241-6/+3Star
* tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen2019-04-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-173-3/+10
|\
| * tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu2019-04-171-2/+6
| * tipc: fix link established but not in sessionTuong Lien2019-04-171-0/+2
| * tipc: missing entries in name table of publicationsHoang Le2019-04-111-1/+2
* | tipc: use standard write_lock & unlock functions when creating nodeJon Maloy2019-04-111-2/+3