aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-10sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet1-4/+9
2025-11-03sctp: make sctp_transport_init() voidHuiwen He1-15/+6
2025-11-03sctp: Hold sock lock while iterating over address listStefan Wiehler1-5/+9
2025-11-03sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler1-0/+3
2025-11-03sctp: Hold RCU read lock while iterating over address listStefan Wiehler1-0/+4
2025-10-30net: sctp: fix KMSAN uninit-value in sctp_inq_popRanganath V N1-1/+1
2025-10-22sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov1-6/+7
2025-10-06net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov1-1/+2
2025-09-08sctp: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-6/+6
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet1-1/+1
2025-08-27sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault1-1/+2
2025-08-19sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_algEric Biggers1-3/+1
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers6-152/+64
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers6-157/+42
2025-08-19sctp: Fix MAC comparison to be constant-timeEric Biggers2-2/+4
2025-08-08sctp: linearize cloned gso packets in sctp_rcvXin Long1-1/+1
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet1-1/+1
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet1-1/+1
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet1-1/+1
2025-06-23net: remove sock_i_uid()Eric Dumazet3-5/+5
2025-06-17net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata1-1/+1
2025-06-17net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata1-3/+4
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata1-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-14/+20
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig1-2/+2
2025-05-21sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers2-2/+0
2025-05-21net: introduce CONFIG_NET_CRC32CEric Biggers1-0/+1
2025-05-20sctp: Do not wake readers in __sctp_write_space()Petr Malat1-1/+2
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet1-1/+1
2025-05-05sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iifDr. David Alan Gilbert2-26/+0
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-8/+16
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds1-1/+1
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro2-8/+16
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner8-20/+19
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers1-1/+1
2025-04-02sctp: add mutual exclusion in proc_sctp_do_udp_port()Eric Dumazet1-0/+4
2025-03-03net: use sock_kmemdup for ip_optionsGeliang Tang1-5/+2
2025-02-19sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+8
2025-01-09sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-09sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-09sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-09sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)1-2/+2
2025-01-09sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-06sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.Guillaume Nault1-3/+7
2024-12-23net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov1-1/+2
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+13
2024-11-09sctp: fix possible UAF in sctp_v6_available()Eric Dumazet1-6/+13