summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-153-13/+15
|\
| * sctp: destroy bucket if failed to bind addrMao Wenan2019-09-131-4/+6
| * sctp: remove redundant assignment when call sctp_get_port_localMao Wenan2019-09-131-2/+1
| * sctp: change return type of sctp_get_port_localMao Wenan2019-09-131-4/+4
| * sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET2019-09-121-1/+1
| * sctp: fix the missing put_user when dumping transport thresholdsXin Long2019-09-101-1/+2
| * sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-051-1/+1
* | sctp: allow users to set ep ecn flag by sockoptXin Long2019-08-271-0/+73
* | sctp: allow users to set netns ecn flag with sysctlXin Long2019-08-271-0/+7
* | sctp: make ecn flag per netns and endpointXin Long2019-08-273-4/+16
* | sctp: remove net sctp.x_enable working as a global switchXin Long2019-08-191-16/+12
* | sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long2019-08-191-0/+86
* | sctp: add sctp_auth_init and sctp_auth_freeXin Long2019-08-192-56/+74
* | sctp: use ep and asoc auth_enable properlyXin Long2019-08-192-33/+44
* | sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long2019-08-191-0/+82
* | sctp: check asoc peer.asconf_capable before processing asconfXin Long2019-08-191-2/+4
* | sctp: not set peer.asconf_capable in sctp_association_initXin Long2019-08-191-9/+0
* | sctp: add asconf_enable in struct sctp_endpointXin Long2019-08-193-20/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-192-1/+2
|\|
| * sctp: fix memleak in sctp_send_reset_streamszhengbin2019-08-131-0/+1
| * sctp: fix the transport error_count checkXin Long2019-08-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-2/+2
|\|
| * net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-07-291-2/+2
* | sctp: factor out sctp_connect_add_peerXin Long2019-07-301-45/+31
* | sctp: factor out sctp_connect_new_asocXin Long2019-07-301-84/+76
* | sctp: clean up __sctp_connectXin Long2019-07-301-136/+73
* | sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectxXin Long2019-07-301-1/+2
* | sctp: only copy the available addr data in sctp_transport_initXin Long2019-07-301-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-191-8/+4
|\
| * net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam2019-07-171-8/+4
* | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-19/+16
|/
* sctp: remove rcu_read_lock from sctp_bind_addr_stateXin Long2019-07-081-9/+4
* sctp: rename sp strm_interleave to ep intl_enableXin Long2019-07-082-6/+6
* sctp: rename asoc intl_enable to asoc peer.intl_capableXin Long2019-07-084-6/+6
* sctp: remove prsctp_enable from asocXin Long2019-07-083-6/+5
* sctp: remove reconf_enable from asocXin Long2019-07-083-9/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-083-22/+14
|\
| * sctp: count data bundling sack chunk for outctrlchunksXin Long2019-07-031-0/+3
| * sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner2019-07-011-1/+8
| * sctp: not bind the socket in sctp_connectXin Long2019-06-291-21/+3
* | ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-4/+4
|\|
| * sctp: change to hold sk after auth shkey is created successfullyXin Long2019-06-261-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+8
|\|
| * sctp: Free cookie before we memdup a new oneNeil Horman2019-06-141-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-073-20/+9
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-072-10/+8
| |\
| | * Fix memory leak in sctp_process_initNeil Horman2019-06-052-10/+8