summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-1/+1
|\
| * net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-302-19/+23
|\|
| * net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-06-291-0/+1
| * tipc: move bc link creation back to tipc_node_createXin Long2022-06-271-19/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-231-2/+1
|\|
| * tipc: fix use-after-free Read in tipc_named_reinitHoang Le2022-06-171-2/+1
* | tipc: cleanup unused functionHoang Le2022-06-172-12/+0
* | net: rename reference+tracking helpersJakub Kicinski2022-06-091-2/+2
|/
* tipc: check attribute length for bearer nameHoang Le2022-06-021-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-1/+2
|\
| * tipc: fix the timer expires after interval 100msHoang Le2022-03-221-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-102-9/+12
|\|
| * tipc: fix incorrect order of state message data sanity checkTung Nguyen2022-03-081-4/+5
| * tipc: fix kernel panic when enabling bearerTung Nguyen2022-03-041-5/+7
* | tipc: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-242-2/+2
|\|
| * tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-232-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-172-7/+8
|\|
| * tipc: fix wrong notification node addressesJon Maloy2022-02-161-5/+6
| * tipc: fix wrong publisher node address in link publicationsJon Maloy2022-02-141-1/+1
| * tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua2022-02-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-103-3/+10
|\|
| * Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-101-1/+1
| |\
| | * tipc: rate limit warning for received illegal binding updateJon Maloy2022-02-091-1/+1
| * | tipc: improve size validations for received domain recordsJon Maloy2022-02-102-2/+9
| |/
* / net: tipc: remove unused static inlinesJakub Kicinski2022-01-271-23/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-0/+2
|\
| * net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang2021-12-311-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-4/+4
|\|
| * Revert "tipc: use consistent GFP flags"Hoang Le2021-12-171-4/+4
* | net: add net device refcount tracker to struct packet_typeEric Dumazet2021-12-151-2/+2
* | tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long2021-12-131-1/+2
* | tipc: delete the unlikely branch in tipc_aead_encryptXin Long2021-11-251-15/+4
|/
* tipc: check for null after calling kmemdupTadeusz Struk2021-11-171-0/+4
* tipc: only accept encrypted MSG_CRYPTO msgsXin Long2021-11-151-2/+5
* tipc: use consistent GFP flagsTadeusz Struk2021-11-151-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-11/+21
|\
| * tipc: fix size validations for the MSG_CRYPTO typeMax VA2021-10-261-11/+21
* | tipc: constify dev_addr passingJakub Kicinski2021-10-134-5/+5
|/
* tipc: increase timeout in tipc_sk_enqueue()Hoang Le2021-09-131-1/+1
* tipc: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-1/+1
|\
| * tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long2021-08-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-3/+3
|\|
| * Revert "tipc: Return the correct errno code"Hoang Le2021-08-121-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-23/+21
|\|
| * tipc: do not write skb_shinfo frags when doing decrytionXin Long2021-07-241-10/+4
| * tipc: fix sleeping in tipc accept routineHoang Le2021-07-231-5/+4
| * tipc: fix implicit-connect for SYN+Xin Long2021-07-231-8/+13