summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-254-3/+7
|\
| * sctp: cache netns in sctp_ep_commonXin Long2019-11-233-2/+4
| * sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost2019-11-231-1/+3
* | sctp: add SCTP_PEER_ADDR_THLDS_V2 sockoptXin Long2019-11-081-14/+40
* | sctp: add support for Primary Path SwitchoverXin Long2019-11-085-1/+23
* | sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockoptXin Long2019-11-081-0/+79
* | sctp: add SCTP_ADDR_POTENTIALLY_FAILED notificationXin Long2019-11-081-18/+14
* | sctp: add pf_expose per netns and sock and asocXin Long2019-11-084-2/+25
* | net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-062-3/+3
* | net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet2019-11-061-1/+1
* | net: use helpers to change sk_ack_backlogEric Dumazet2019-11-062-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-4/+4
|\|
| * inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-1/+1
| * net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-281-1/+1
| * net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-204-14/+20
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-193-8/+14
| |\
| | * sctp: change sctp_prot .no_autobind with trueXin Long2019-10-151-2/+2
| | * net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+1
| | * net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-3/+3
| | * sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-091-3/+9
| * | net: sctp: Rename fallthrough label to unhandledJoe Perches2019-10-111-6/+6
| |/
* | sctp: add SCTP_SEND_FAILED_EVENT eventXin Long2019-10-092-21/+58
* | sctp: add SCTP_ADDR_MADE_PRIM eventXin Long2019-10-091-0/+2
* | sctp: add SCTP_ADDR_REMOVED eventXin Long2019-10-091-0/+1
* | sctp: add SCTP_ADDR_ADDED eventXin Long2019-10-092-14/+23
|/
* 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
|\|