summaryrefslogtreecommitdiffstats
path: root/net/sctp/protocol.c
AgeCommit message (Expand)AuthorLines
2025-10-27sctp: Remove sctp_pf.create_accept_sk().Kuniyuki Iwashima-27/+0
2025-10-27sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().Kuniyuki Iwashima-7/+1
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault-1/+2
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers-8/+3
2025-06-17net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()Petr Machata-1/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-03net: use sock_kmemdup for ip_optionsGeliang Tang-5/+2
2025-01-06sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.Guillaume Nault-3/+7
2024-11-07sctp: Avoid enqueuing addr events redundantlyGilad Naaman-1/+15
2024-09-09sctp: Unmask upper DSCP bits in sctp_v4_get_dst()Ido Schimmel-1/+2
2024-04-30inet: introduce dst_rtable() helperEric Dumazet-2/+2
2024-02-02sctp: Simplify the allocation of slab cachesKunwu Chan-8/+2
2023-10-01inet: implement lockless IP_TOSEric Dumazet-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet-1/+1
2023-07-19sctp: Set TOS and routing scope independently for fib lookups.Guillaume Nault-1/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-1/+0
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault-3/+1
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing-2/+0
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long-0/+4
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long-0/+6
2022-11-18sctp: verify the bind address with the tb_id from l3mdevXin Long-3/+6
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima-1/+1
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet-2/+2
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu-1/+0
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long-1/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2021-06-28sctp: validate from_addr_param returnMarcelo Ricardo Leitner-1/+6
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long-19/+2
2021-05-17net: Remove the member netns_okYejune Deng-1/+0
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long-2/+1
2020-10-30sctp: support for sending packet over udp4 sockXin Long-11/+30
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long-1/+10
2020-10-30sctp: add encap_port for netns sock asoc and transportXin Long-0/+3
2020-10-30sctp: add encap_err_lookup for udp encap socksXin Long-0/+19
2020-10-30sctp: create udp6 sock and set its encap_rcvXin Long-0/+26
2020-10-30sctp: create udp4 sock and add its encap_rcvXin Long-0/+43
2020-08-24net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap-4/+4
2020-07-24sctp: remove redundant initialization of variable statusColin Ian King-6/+6
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig-4/+0
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig-4/+0
2020-06-25sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner-1/+2
2020-03-29sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner-9/+19
2019-12-09sctp: fully initialize v4 addr in some functionsXin Long-0/+5
2019-11-08sctp: add support for Primary Path SwitchoverXin Long-0/+3
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long-0/+3
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2019-09-12sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET-1/+1
2019-08-27sctp: make ecn flag per netns and endpointXin Long-0/+3