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