| Commit message (Expand) | Author | Age | Files | Lines |
* | sctp: handle the error returned from sctp_auth_asoc_init_active_key | Xin Long | 2022-10-21 | 1 | -4/+14 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-07-28 | 3 | -20/+6 |
|\ |
|
| * | sctp: leave the err path free in sctp_stream_init to sctp_stream_free | Xin Long | 2022-07-27 | 2 | -19/+5 |
| * | sctp: fix sleep in atomic context bug in timer handlers | Duoming Zhou | 2022-07-25 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-07-21 | 1 | -1/+1 |
|\| |
|
| * | ip: Fix data-races around sysctl_ip_nonlocal_bind. | Kuniyuki Iwashima | 2022-07-15 | 1 | -1/+1 |
* | | net: keep sk->sk_forward_alloc as small as possible | Eric Dumazet | 2022-06-10 | 4 | -13/+0 |
* | | net: add per_cpu_fw_alloc field to struct proto | Eric Dumazet | 2022-06-10 | 1 | -0/+7 |
* | | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT | Eric Dumazet | 2022-06-10 | 1 | -2/+2 |
|/ |
|
* | stcp: Use memset_after() to zero sctp_stream_out_ext | Xiu Jianfeng | 2022-05-20 | 1 | -6/+3 |
* | sctp: read sk->sk_bound_dev_if once in sctp_rcv() | Eric Dumazet | 2022-05-16 | 1 | -1/+3 |
* | net: allow gso_max_size to exceed 65536 | Alexander Duyck | 2022-05-16 | 1 | -1/+2 |
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil | 2022-04-28 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-04-28 | 1 | -0/+4 |
|\ |
|
| * | sctp: check asoc strreset_chunk in sctp_generate_reconf_event | Xin Long | 2022-04-23 | 1 | -0/+4 |
* | | ipv6: Remove __ipv6_only_sock(). | Kuniyuki Iwashima | 2022-04-22 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2022-04-15 | 2 | -4/+4 |
|\| |
|
| * | sctp: Initialize daddr on peeled off socket | Petr Malat | 2022-04-11 | 1 | -1/+1 |
| * | sctp: use the correct skb for security_sctp_assoc_request | Xin Long | 2022-04-08 | 1 | -3/+3 |
* | | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 2022-04-12 | 2 | -10/+8 |
|/ |
|
* | sctp: count singleton chunks in assoc user stats | Jamie Bainbridge | 2022-04-05 | 1 | -1/+5 |
* | Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-03-21 | 1 | -3/+5 |
|\ |
|
| * | security: add sctp_assoc_established hook | Ondrej Mosnacek | 2022-02-15 | 1 | -3/+5 |
* | | sctp: fix kernel-infoleak for SCTP sockets | Eric Dumazet | 2022-03-10 | 1 | -6/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-01-05 | 2 | -32/+36 |
|\ |
|
| * | sctp: hold endpoint before calling cb in sctp_transport_lookup_process | Xin Long | 2022-01-02 | 2 | -32/+36 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-12-30 | 3 | -22/+36 |
|\| |
|
| * | sctp: use call_rcu to free endpoint | Xin Long | 2021-12-25 | 3 | -22/+36 |
* | | sctp: move hlist_node and hashent out of sctp_ep_common | Xin Long | 2021-12-23 | 3 | -26/+17 |
* | | sctp: make the raise timer more simple and accurate | Xin Long | 2021-11-25 | 3 | -21/+19 |
* | | net: annotate accesses to dev->gso_max_size | Eric Dumazet | 2021-11-22 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-11-18 | 1 | -1/+1 |
|\| |
|
| * | net,lsm,selinux: revert the security_sctp_assoc_established() hook | Paul Moore | 2021-11-12 | 1 | -1/+1 |
* | | net: drop nopreempt requirement on sock_prot_inuse_add() | Eric Dumazet | 2021-11-16 | 1 | -5/+0 |
|/ |
|
* | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-11-11 | 2 | -19/+20 |
|\ |
|
| * | sctp: remove unreachable code from sctp_sf_violation_chunk() | Alexey Khoroshilov | 2021-11-07 | 1 | -3/+0 |
| * | security: add sctp_assoc_established hook | Xin Long | 2021-11-03 | 1 | -1/+1 |
| * | security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ce | Xin Long | 2021-11-03 | 1 | -0/+5 |
| * | security: pass asoc to sctp_assoc_request and sctp_sk_clone | Xin Long | 2021-11-03 | 2 | -16/+15 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-11-06 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h | Mianhan Liu | 2021-11-06 | 1 | -1/+0 |
* | | sctp: return true only for pathmtu update in sctp_transport_pl_toobig | Xin Long | 2021-10-29 | 1 | -3/+4 |
* | | sctp: allow IP fragmentation when PLPMTUD enters Error state | Xin Long | 2021-10-29 | 2 | -7/+10 |
|/ |
|
* | sctp: add vtag check in sctp_sf_ootb | Xin Long | 2021-10-22 | 1 | -0/+3 |
* | sctp: add vtag check in sctp_sf_do_8_5_1_E_sa | Xin Long | 2021-10-22 | 1 | -6/+3 |
* | sctp: add vtag check in sctp_sf_violation | Xin Long | 2021-10-22 | 1 | -0/+3 |
* | sctp: fix the processing for COOKIE_ECHO chunk | Xin Long | 2021-10-22 | 1 | -4/+10 |
* | sctp: fix the processing for INIT_ACK chunk | Xin Long | 2021-10-22 | 1 | -18/+19 |
* | sctp: fix the processing for INIT chunk | Xin Long | 2021-10-22 | 1 | -26/+46 |
* | sctp: use init_tag from inithdr for ABORT chunk | Xin Long | 2021-10-22 | 1 | -0/+1 |