summaryrefslogtreecommitdiff
path: root/net/sctp/protocol.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12inet: introduce dst_rtable() helperEric Dumazet1-2/+2
2024-02-02sctp: Simplify the allocation of slab cachesKunwu Chan1-8/+2
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-2/+2
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-1/+1
2023-07-19sctp: Set TOS and routing scope independently for fib lookups.Guillaume Nault1-1/+2
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-1/+0
2023-06-02ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault1-3/+1
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing1-2/+0
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long1-0/+4
2022-11-18sctp: add skb_sdif in struct sctp_afXin Long1-0/+6
2022-11-18sctp: verify the bind address with the tb_id from l3mdevXin Long1-3/+6
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-15ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima1-1/+1
2022-06-11net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet1-2/+2
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu1-1/+0
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long1-1/+2
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2021-06-29sctp: validate from_addr_param returnMarcelo Ricardo Leitner1-1/+6
2021-06-22sctp: process sctp over udp icmp err on sctp sideXin Long1-19/+2
2021-05-18net: Remove the member netns_okYejune Deng1-1/+0
2020-11-06sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long1-2/+1
2020-10-31sctp: support for sending packet over udp4 sockXin Long1-11/+30
2020-10-31sctp: allow changing transport encap_port by peer packetsXin Long1-1/+10
2020-10-31sctp: add encap_port for netns sock asoc and transportXin Long1-0/+3
2020-10-31sctp: add encap_err_lookup for udp encap socksXin Long1-0/+19
2020-10-31sctp: create udp6 sock and set its encap_rcvXin Long1-0/+26
2020-10-31sctp: create udp4 sock and add its encap_rcvXin Long1-0/+43
2020-08-25net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap1-4/+4
2020-07-25sctp: remove redundant initialization of variable statusColin Ian King1-6/+6
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-06-26sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-1/+2
2020-03-30sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner1-9/+19
2019-12-09sctp: fully initialize v4 addr in some functionsXin Long1-0/+5
2019-11-09sctp: add support for Primary Path SwitchoverXin Long1-0/+3
2019-11-09sctp: add pf_expose per netns and sock and asocXin Long1-0/+3
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-12sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET1-1/+1
2019-08-28sctp: make ecn flag per netns and endpointXin Long1-0/+3
2019-06-03net: use new in_dev_ifa iteratorsFlorian Westphal1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2019-04-02sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long1-0/+1
2019-01-25sctp: set flow sport from saddr only when it's 0Xin Long1-1/+2
2019-01-17sctp: allocate sctp_sockaddr_entry with kzallocXin Long1-3/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-3/+4
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long1-4/+12
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1