summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida2024-02-151-9/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-081-0/+6
|\
| * tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida2024-02-061-0/+6
* | net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO}Masahiro Yamada2024-02-071-4/+3
* | tipc: rename the module name diag to tipc_diagXin Long2024-02-061-2/+2
* | tipc: node: remove Excess struct member kernel-doc warningsRandy Dunlap2024-01-241-2/+0
* | tipc: socket: remove Excess struct member kernel-doc warningRandy Dunlap2024-01-241-1/+0
* | sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+1
|/
* tipc: Remove some excess struct member documentationJonathan Corbet2023-12-221-15/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-231-0/+1
|\
| * net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-191-0/+1
* | tipc: Remove redundant call to TLV_SPACE()Shigeru Yoshida2023-11-171-1/+1
|/
* tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-131-0/+1
* tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida2023-11-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-051-2/+2
|\
| * tipc: fix a potential deadlock on &tx->lockChengfeng Ye2023-10-041-2/+2
* | tipc: Use size_add() in calls to struct_size()Gustavo A. R. Silva2023-09-181-2/+2
|/
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-6/+6
|\
| * minmax: add in_range() macroMatthew Wilcox (Oracle)2023-08-242-6/+6
* | genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-154-5/+5
* | genetlink: remove userhdr from struct genl_infoJakub Kicinski2023-08-151-1/+1
* | tipc: Remove unused declaration tipc_link_build_bc_sync_msg()Yue Haibing2023-08-091-2/+0
* | tipc: Remove unused function declarationsYue Haibing2023-08-034-5/+0
|/
* tipc: stop tipc crypto on failure in tipc_node_createFedor Pchelkin2023-07-271-1/+1
* tipc: check return value of pskb_trim()Yuanjun Gong2023-07-271-1/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-2/+2
|\
| * net: tipc: resize nlattr array to correct sizeLin Ma2023-06-151-2/+2
* | tipc: replace open-code bearer rcu_dereference access in bearer.cXin Long2023-06-061-8/+6
* | tipc: delete tipc_mtu_bad from tipc_udp_enableXin Long2023-05-313-8/+4
|/
* tipc: check the bearer min mtu properly when setting it by netlinkXin Long2023-05-151-2/+2
* tipc: do not update mtu if msg_max is too small in mtu negotiationXin Long2023-05-151-3/+6
* tipc: add tipc_bearer_min_mtu to calculate min mtuXin Long2023-05-153-2/+19
* net: deal with most data-races in sk_wait_event()Eric Dumazet2023-05-101-2/+2
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-213-10/+14
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-0/+2
| |\
| * | string_helpers: Move string_is_valid() to the headerAndy Shevchenko2023-02-091-10/+6
| * | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-232-0/+8
* | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-6/+6
|\ \ \ | |_|/ |/| |
| * | tipc: Remove completion function scaffoldingHerbert Xu2023-02-131-6/+6
| * | tipc: Add scaffolding to change completion function signatureHerbert Xu2023-02-131-6/+6
* | | tipc: fix kernel warning when sending SYN messageTung Nguyen2023-02-141-0/+2
| |/ |/|
* | tipc: fix unexpected link reset due to discovery messagesTung Nguyen2023-01-061-4/+8
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-2/+2
* Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\
| * use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \
| * | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
| |/
* | tipc: call tipc_lxc_xmit without holding node_read_lockXin Long2022-12-071-3/+9
* | tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-061-1/+3