summaryrefslogtreecommitdiff
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: delete the nested flexible array hmacXin Long2023-04-212-2/+2
* sctp: delete the nested flexible array peer_initXin Long2023-04-213-9/+8
* sctp: delete the nested flexible array variableXin Long2023-04-213-7/+9
* sctp: delete the nested flexible array skipXin Long2023-04-211-2/+2
* sctp: delete the nested flexible array paramsXin Long2023-04-214-12/+12
* sctp: add intl_capable and reconf_capable in ss peer_capableXin Long2023-04-171-2/+3
* sctp: delete the obsolete code for the host name address paramXin Long2023-04-172-10/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-1/+2
|\
| * sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long2023-04-131-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-061-0/+4
|\ \ | |/
| * sctp: check send stream number after wait_for_sndbufXin Long2023-04-021-0/+4
* | net: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-172-2/+2
* | sctp: add weighted fair queueing stream schedulerXin Long2023-03-092-4/+47
* | sctp: add fair capacity stream schedulerXin Long2023-03-093-1/+186
|/
* sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long2023-02-231-31/+21
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-3/+1
|\
| * sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello2023-02-101-3/+1
* | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-152-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-3/+1
|\ \ | |/
| * sctp: do not check hb_timer.expires when resetting hb_timerXin Long2023-01-311-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-0/+6
|\ \ | |/
| * sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner2023-01-241-0/+6
* | inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki2023-01-251-1/+1
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
|/
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-1314-173/+213
|\
| * sctp: sysctl: make extra pointers netns awareFiro Yang2022-12-121-29/+44
| * sctp: delete free member from struct sctp_sched_opsXin Long2022-12-013-51/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-294-7/+47
| |\
| * | sctp: add sysctl net.sctp.l3mdev_acceptXin Long2022-11-181-0/+11
| * | sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-185-56/+76
| * | sctp: add skb_sdif in struct sctp_afXin Long2022-11-182-1/+13
| * | sctp: check sk_bound_dev_if when matching ep in get_portXin Long2022-11-181-1/+4
| * | sctp: check ipv6 addr with sk_bound_dev if setXin Long2022-11-181-3/+11
| * | sctp: verify the bind address with the tb_id from l3mdevXin Long2022-11-181-3/+6
| * | sctp: sm_statefuns: Remove pointer casts of the same typeLi zeming2022-11-171-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-5/+8
| |\ \
| * | | sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-241-8/+21
| * | | sctp: remove unnecessary NULL checks in sctp_enqueue_event()Alexey Kodanev2022-10-201-9/+3
| * | | sctp: remove unnecessary NULL check in sctp_ulpq_tail_event()Alexey Kodanev2022-10-201-4/+1
| * | | sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev2022-10-202-7/+2
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-122-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
| | |/ | |/|
* | | sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-11-294-7/+47
|/ /
* | sctp: clear out_curr if all frag chunks of current msg are prunedXin Long2022-11-071-0/+5
* | sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long2022-11-071-5/+3
|/
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long2022-09-301-4/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-283-20/+6
|\
| * sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-07-272-19/+5