Age | Commit message (Expand) | Author | Files | Lines |
2024-04-13 | tipc: remove redundant assignment to ret, simplify code | Colin Ian King | 1 | -4/+1 |
2024-02-15 | tipc: Cleanup tipc_nl_bearer_add() error paths | Shigeru Yoshida | 1 | -9/+6 |
2024-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
2024-02-07 | net: tipc: remove redundant 'bool' from CONFIG_TIPC_{MEDIA_UDP,CRYPTO} | Masahiro Yamada | 1 | -4/+3 |
2024-02-06 | tipc: rename the module name diag to tipc_diag | Xin Long | 1 | -2/+2 |
2024-02-06 | tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() | Shigeru Yoshida | 1 | -0/+6 |
2024-01-25 | tipc: node: remove Excess struct member kernel-doc warnings | Randy Dunlap | 1 | -2/+0 |
2024-01-25 | tipc: socket: remove Excess struct member kernel-doc warning | Randy Dunlap | 1 | -1/+0 |
2024-01-23 | sock_diag: add module pointer to "struct sock_diag_handler" | Eric Dumazet | 1 | -0/+1 |
2023-12-23 | tipc: Remove some excess struct member documentation | Jonathan Corbet | 1 | -15/+0 |
2023-11-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
2023-11-17 | tipc: Remove redundant call to TLV_SPACE() | Shigeru Yoshida | 1 | -1/+1 |
2023-11-13 | tipc: Fix kernel-infoleak due to uninitialized TLV value | Shigeru Yoshida | 1 | -0/+1 |
2023-11-02 | tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING | Shigeru Yoshida | 1 | -2/+2 |
2023-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
2023-10-04 | tipc: fix a potential deadlock on &tx->lock | Chengfeng Ye | 1 | -2/+2 |
2023-09-18 | tipc: Use size_add() in calls to struct_size() | Gustavo A. R. Silva | 1 | -2/+2 |
2023-08-30 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -6/+6 |
2023-08-25 | minmax: add in_range() macro | Matthew Wilcox (Oracle) | 2 | -6/+6 |
2023-08-16 | genetlink: use attrs from struct genl_info | Jakub Kicinski | 4 | -5/+5 |
2023-08-16 | genetlink: remove userhdr from struct genl_info | Jakub Kicinski | 1 | -1/+1 |
2023-08-09 | tipc: Remove unused declaration tipc_link_build_bc_sync_msg() | Yue Haibing | 1 | -2/+0 |
2023-08-03 | tipc: Remove unused function declarations | Yue Haibing | 4 | -5/+0 |
2023-07-27 | tipc: stop tipc crypto on failure in tipc_node_create | Fedor Pchelkin | 1 | -1/+1 |
2023-07-27 | tipc: check return value of pskb_trim() | Yuanjun Gong | 1 | -1/+2 |
2023-06-25 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -3/+0 |
2023-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
2023-06-16 | net: tipc: resize nlattr array to correct size | Lin Ma | 1 | -2/+2 |
2023-06-07 | tipc: replace open-code bearer rcu_dereference access in bearer.c | Xin Long | 1 | -8/+6 |
2023-05-31 | tipc: delete tipc_mtu_bad from tipc_udp_enable | Xin Long | 3 | -8/+4 |
2023-05-15 | tipc: check the bearer min mtu properly when setting it by netlink | Xin Long | 1 | -2/+2 |
2023-05-15 | tipc: do not update mtu if msg_max is too small in mtu negotiation | Xin Long | 1 | -3/+6 |
2023-05-15 | tipc: add tipc_bearer_min_mtu to calculate min mtu | Xin Long | 3 | -2/+19 |
2023-05-10 | net: deal with most data-races in sk_wait_event() | Eric Dumazet | 1 | -2/+2 |
2023-02-22 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 3 | -10/+14 |
2023-02-22 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -6/+6 |
2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+2 |
2023-02-15 | tipc: fix kernel warning when sending SYN message | Tung Nguyen | 1 | -0/+2 |
2023-02-13 | tipc: Remove completion function scaffolding | Herbert Xu | 1 | -6/+6 |
2023-02-13 | tipc: Add scaffolding to change completion function signature | Herbert Xu | 1 | -6/+6 |
2023-02-10 | string_helpers: Move string_is_valid() to the header | Andy Shevchenko | 1 | -10/+6 |
2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 2 | -0/+8 |
2023-01-06 | tipc: fix unexpected link reset due to discovery messages | Tung Nguyen | 1 | -4/+8 |
2022-12-26 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 2 | -2/+2 |
2022-12-13 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
2022-12-13 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2022-12-07 | tipc: call tipc_lxc_xmit without holding node_read_lock | Xin Long | 1 | -3/+9 |
2022-12-06 | tipc: Fix potential OOB in tipc_link_proto_rcv() | YueHaibing | 1 | -1/+3 |
2022-11-29 | tipc: re-fetch skb cb after tipc_msg_validate | Xin Long | 1 | -0/+3 |