summaryrefslogtreecommitdiffstats
path: root/net/sctp/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* inet: introduce dst_rtable() helperEric Dumazet2024-04-301-2/+2
* sctp: Simplify the allocation of slab cachesKunwu Chan2024-02-021-8/+2
* inet: implement lockless IP_TOSEric Dumazet2023-10-011-2/+2
* inet: move inet->freebind to inet->inet_flagsEric Dumazet2023-08-161-1/+1
* sctp: Set TOS and routing scope independently for fib lookups.Guillaume Nault2023-07-191-1/+2
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-1/+0
* ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2023-06-021-3/+1
* net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-2/+0
* sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-181-0/+4
* sctp: add skb_sdif in struct sctp_afXin Long2022-11-181-0/+6
* sctp: verify the bind address with the tb_id from l3mdevXin Long2022-11-181-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-1/+1
|\
| * ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-151-1/+1
* | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-2/+2
|/
* include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-011-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-1/+6
|\
| * sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-06-281-1/+6
* | sctp: process sctp over udp icmp err on sctp sideXin Long2021-06-221-19/+2
* | net: Remove the member netns_okYejune Deng2021-05-171-1/+0
|/
* sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long2020-11-051-2/+1
* sctp: support for sending packet over udp4 sockXin Long2020-10-301-11/+30
* sctp: allow changing transport encap_port by peer packetsXin Long2020-10-301-1/+10
* sctp: add encap_port for netns sock asoc and transportXin Long2020-10-301-0/+3
* sctp: add encap_err_lookup for udp encap socksXin Long2020-10-301-0/+19
* sctp: create udp6 sock and set its encap_rcvXin Long2020-10-301-0/+26
* sctp: create udp4 sock and add its encap_rcvXin Long2020-10-301-0/+43
* net: sctp: protocol.c: delete duplicated words + punctuationRandy Dunlap2020-08-241-4/+4
* sctp: remove redundant initialization of variable statusColin Ian King2020-07-241-6/+6
* net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-251-1/+2
* sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2020-03-291-9/+19
* sctp: fully initialize v4 addr in some functionsXin Long2019-12-091-0/+5
* sctp: add support for Primary Path SwitchoverXin Long2019-11-081-0/+3
* sctp: add pf_expose per netns and sock and asocXin Long2019-11-081-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
|\
| * sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-09-121-1/+1
* | sctp: make ecn flag per netns and endpointXin Long2019-08-271-0/+3
|/
* net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-021-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* sctp: initialize _pad of sockaddr_in before copying to user memoryXin Long2019-04-011-0/+1
* sctp: set flow sport from saddr only when it's 0Xin Long2019-01-241-1/+2
* sctp: allocate sctp_sockaddr_entry with kzallocXin Long2019-01-161-3/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-3/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* sctp: add support for dscp and flowlabel per transportXin Long2018-07-041-4/+12
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1