aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)Author
2023-09-19sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet
2023-09-02ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-18sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-06-29sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-12sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter
2023-06-12sctp: handle invalid error codes without calling BUG()Dan Carpenter
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-22sctp: fix an issue that plpmtu can never go to complete stateXin Long
2023-05-12sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
2023-05-10sctp: fix a potential OOB access in sctp_sched_set_sched()Ilia.Gavrilov
2023-04-21sctp: delete the nested flexible array hmacXin Long
2023-04-21sctp: delete the nested flexible array peer_initXin Long
2023-04-21sctp: delete the nested flexible array variableXin Long
2023-04-21sctp: delete the nested flexible array skipXin Long
2023-04-21sctp: delete the nested flexible array paramsXin Long
2023-04-17sctp: add intl_capable and reconf_capable in ss peer_capableXin Long
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-13sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-02sctp: check send stream number after wait_for_sndbufXin Long
2023-03-17net: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-03-09sctp: add weighted fair queueing stream schedulerXin Long
2023-03-09sctp: add fair capacity stream schedulerXin Long
2023-02-23sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-10sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-31sctp: do not check hb_timer.expires when resetting hb_timerXin Long
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2023-01-24sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12sctp: sysctl: make extra pointers netns awareFiro Yang
2022-12-01sctp: delete free member from struct sctp_sched_opsXin Long
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao
2022-11-18sctp: add sysctl net.sctp.l3mdev_acceptXin Long
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long
2022-11-18sctp: check sk_bound_dev_if when matching ep in get_portXin Long