index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+10
2022-02-10
Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-1
/
+1
2022-02-10
tipc: improve size validations for received domain records
Jon Maloy
2
-2
/
+9
2022-02-09
tipc: rate limit warning for received illegal binding update
Jon Maloy
1
-1
/
+1
2022-01-27
net: tipc: remove unused static inlines
Jakub Kicinski
1
-23
/
+0
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-12-31
net ticp:fix a kernel-infoleak in __tipc_sendmsg()
Haimin Zhang
1
-0
/
+2
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-12-17
Revert "tipc: use consistent GFP flags"
Hoang Le
1
-4
/
+4
2021-12-15
net: add net device refcount tracker to struct packet_type
Eric Dumazet
1
-2
/
+2
2021-12-13
tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not set
Xin Long
1
-1
/
+2
2021-11-25
tipc: delete the unlikely branch in tipc_aead_encrypt
Xin Long
1
-15
/
+4
2021-11-17
tipc: check for null after calling kmemdup
Tadeusz Struk
1
-0
/
+4
2021-11-15
tipc: only accept encrypted MSG_CRYPTO msgs
Xin Long
1
-2
/
+5
2021-11-15
tipc: use consistent GFP flags
Tadeusz Struk
1
-4
/
+4
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+21
2021-10-26
tipc: fix size validations for the MSG_CRYPTO type
Max VA
1
-11
/
+21
2021-10-13
tipc: constify dev_addr passing
Jakub Kicinski
4
-5
/
+5
2021-09-13
tipc: increase timeout in tipc_sk_enqueue()
Hoang Le
1
-1
/
+1
2021-09-03
tipc: clean up inconsistent indenting
Colin Ian King
1
-1
/
+1
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-08-16
tipc: call tipc_wait_for_connect only when dlen is not 0
Xin Long
1
-1
/
+1
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2021-08-12
Revert "tipc: Return the correct errno code"
Hoang Le
1
-3
/
+3
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-23
/
+21
2021-07-25
tipc: fix an use-after-free issue in tipc_recvmsg
Xin Long
1
-3
/
+5
2021-07-24
tipc: do not write skb_shinfo frags when doing decrytion
Xin Long
1
-10
/
+4
2021-07-23
tipc: fix sleeping in tipc accept routine
Hoang Le
1
-5
/
+4
2021-07-23
tipc: fix implicit-connect for SYN+
Xin Long
1
-8
/
+13
2021-07-16
tipc: keep the skb in rcv queue until the whole data is read
Xin Long
1
-9
/
+27
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
9
-113
/
+97
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2021-06-28
net: tipc: replace align() with ALIGN in msg.c
Menglong Dong
1
-8
/
+4
2021-06-28
net: tipc: fix FB_MTU eat two pages
Menglong Dong
3
-11
/
+11
2021-06-10
tipc:subscr.c: fix a spelling mistake
gushengxian
1
-1
/
+1
2021-06-10
tipc: socket.c: fix the use of copular verb
gushengxian
1
-1
/
+1
2021-06-10
node.c: fix the use of indefinite article
gushengxian
1
-1
/
+1
2021-06-04
tipc: Return the correct errno code
Zheng Yongjun
1
-3
/
+3
2021-06-03
tipc: simplify handling of lookup scope during multicast message reception
Jon Maloy
3
-20
/
+16
2021-06-03
tipc: refactor function tipc_sk_anc_data_recv()
Jon Maloy
1
-47
/
+38
2021-06-03
tipc: eliminate redundant fields in struct tipc_sock
Jon Maloy
1
-26
/
+27
2021-05-18
tipc: simplify the finalize work queue
Xin Long
6
-23
/
+14
2021-05-17
tipc: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-05-17
tipc: wait and exit until all work queues are done
Xin Long
3
-0
/
+6
2021-05-17
tipc: skb_linearize the head skb when reassembling msgs
Xin Long
1
-7
/
+2
2021-05-14
Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"
Hoang Le
1
-1
/
+4
2021-05-10
tipc: make node link identity publish thread safe
Hoang Le
1
-6
/
+6
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
16
-581
/
+712
2021-04-27
Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-2
/
+2
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-4
/
+5
[next]