index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
tipc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-11-22
tipc: check skb_linearize() return value in tipc_disc_rcv()
YueHaibing
1
-1
/
+4
2022-11-22
tipc: add an extra conn_get in tipc_conn_alloc
Xin Long
1
-3
/
+6
2022-11-22
tipc: set con sock in tipc_conn_alloc
Xin Long
1
-6
/
+5
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-11-08
tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
Xin Long
1
-1
/
+1
2022-10-21
tipc: fix a null-ptr-deref in tipc_topsrv_accept
Xin Long
1
-4
/
+12
2022-10-21
Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-2
/
+2
2022-10-14
tipc: fix an information leak in tipc_topsrv_kern_subscr
Alexander Potapenko
1
-1
/
+1
2022-10-14
tipc: Fix recognition of trial period
Mark Tomlinson
1
-1
/
+1
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-09-30
net/tipc: Remove unused struct distr_queue_item
Yuan Can
1
-8
/
+0
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2022-09-02
tipc: fix shift wrapping bug in map_get()
Dan Carpenter
1
-1
/
+1
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
2
-0
/
+2
2022-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-25
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-19
/
+23
2022-06-29
net: tipc: fix possible refcount leak in tipc_sk_create()
Hangyu Hua
1
-0
/
+1
2022-06-27
tipc: move bc link creation back to tipc_node_create
Xin Long
1
-19
/
+22
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2022-06-17
tipc: cleanup unused function
Hoang Le
2
-12
/
+0
2022-06-17
tipc: fix use-after-free Read in tipc_named_reinit
Hoang Le
1
-2
/
+1
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-2
/
+2
2022-06-02
tipc: check attribute length for bearer name
Hoang Le
1
-2
/
+1
2022-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
[next]