summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2023-06-12sctp: handle invalid error codes without calling BUG()Dan Carpenter1-1/+4
2023-05-22sctp: fix an issue that plpmtu can never go to complete stateXin Long1-4/+7
2023-04-21sctp: delete the nested flexible array hmacXin Long2-2/+2
2023-04-21sctp: delete the nested flexible array peer_initXin Long3-9/+8
2023-04-21sctp: delete the nested flexible array variableXin Long3-7/+9
2023-04-21sctp: delete the nested flexible array skipXin Long1-2/+2
2023-04-21sctp: delete the nested flexible array paramsXin Long4-12/+12
2023-04-17sctp: add intl_capable and reconf_capable in ss peer_capableXin Long1-2/+3
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long2-10/+2
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-04-13sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long1-1/+2
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2023-04-02sctp: check send stream number after wait_for_sndbufXin Long1-0/+4
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet2-2/+2
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long2-4/+47
2023-03-09sctp: add fair capacity stream schedulerXin Long3-1/+186
2023-02-23sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-31/+21
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+1
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2-4/+0
2023-02-11sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello1-3/+1
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2023-02-01sctp: do not check hb_timer.expires when resetting hb_timerXin Long1-3/+1
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2023-01-26inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki1-1/+1
2023-01-25sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner1-0/+6
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-173/+213
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2022-12-12sctp: sysctl: make extra pointers netns awareFiro Yang1-29/+44
2022-12-02sctp: delete free member from struct sctp_sched_opsXin Long3-51/+20
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+47
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao4-7/+47
2022-11-18sctp: add sysctl net.sctp.l3mdev_acceptXin Long1-0/+11
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long5-56/+76
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long2-1/+13
2022-11-18sctp: check sk_bound_dev_if when matching ep in get_portXin Long1-1/+4
2022-11-18sctp: check ipv6 addr with sk_bound_dev if setXin Long1-3/+11
2022-11-18sctp: verify the bind address with the tb_id from l3mdevXin Long1-3/+6
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2-2/+2
2022-11-17sctp: sm_statefuns: Remove pointer casts of the same typeLi zeming1-1/+1
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2022-11-08sctp: clear out_curr if all frag chunks of current msg are prunedXin Long1-0/+5
2022-11-08sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long1-5/+3
2022-10-24sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-8/+21
2022-10-21sctp: remove unnecessary NULL checks in sctp_enqueue_event()Alexey Kodanev1-9/+3
2022-10-21sctp: remove unnecessary NULL check in sctp_ulpq_tail_event()Alexey Kodanev1-4/+1
2022-10-21sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev2-7/+2
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-09-30sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long1-4/+14