summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
6 dayssctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
2025-08-08sctp: linearize cloned gso packets in sctp_rcvXin Long1-1/+1
2025-07-03net: dst: annotate data-races around dst->obsoleteEric Dumazet1-1/+1
2025-06-24net: make sk->sk_rcvtimeo locklessEric Dumazet1-1/+1
2025-06-24net: make sk->sk_sndtimeo locklessEric Dumazet1-1/+1
2025-06-24net: remove sock_i_uid()Eric Dumazet3-5/+5
2025-06-18net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()Petr Machata1-1/+1
2025-06-18net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata1-3/+4
2025-06-18net: 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-28sctp: mark sctp_do_peeloff staticChristoph Hellwig1-2/+2
2025-05-22sctp: use skb_crc32c() instead of __skb_checksum()Eric Biggers2-2/+0
2025-05-22net: introduce CONFIG_NET_CRC32CEric Biggers1-0/+1
2025-05-21sctp: Do not wake readers in __sctp_write_space()Petr Malat1-1/+2
2025-05-17net: rfs: add sock_rps_delete_flow() helperEric Dumazet1-1/+1
2025-05-06sctp: 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/net...Linus Torvalds2-8/+16
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus 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-03sctp: add mutual exclusion in proc_sctp_do_udp_port()Eric Dumazet1-0/+4
2025-03-04net: use sock_kmemdup for ip_optionsGeliang Tang1-5/+2
2025-02-20sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-01-10Merge 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-07sctp: 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
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-11-07sctp: Avoid enqueuing addr events redundantlyGilad Naaman2-2/+16
2024-11-03sctp: properly validate chunk size in sctp_sf_ootb()Xin Long1-1/+1
2024-10-09sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
2024-10-03sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
2024-09-09sctp: Unmask upper DSCP bits in sctp_v4_get_dst()Ido Schimmel1-1/+2
2024-08-28sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek1-6/+16
2024-08-03sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima1-8/+11
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-14/+14
2024-07-03sctp: cancel a blocking accept when shutdown a listen socketXin Long1-4/+10
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-4/+4
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-7/+3
2024-05-01net: add <net/proto_memory.h>Eric Dumazet1-0/+1
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-2/+2
2024-04-30sctp: prefer struct_size over open coded arithmeticErick Archer1-3/+4
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet1-1/+1