summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski
2019-11-26net-sctp: replace some sock_net(sk) with just 'net'Maciej Żenczykowski
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-23sctp: cache netns in sctp_ep_commonXin Long
2019-11-23sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost
2019-11-08sctp: add SCTP_PEER_ADDR_THLDS_V2 sockoptXin Long
2019-11-08sctp: add support for Primary Path SwitchoverXin Long
2019-11-08sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockoptXin Long
2019-11-08sctp: add SCTP_ADDR_POTENTIALLY_FAILED notificationXin Long
2019-11-08sctp: add pf_expose per netns and sock and asocXin Long
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-15sctp: change sctp_prot .no_autobind with trueXin Long
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long
2019-10-09sctp: add SCTP_ADDR_MADE_PRIM eventXin Long
2019-10-09sctp: add SCTP_ADDR_REMOVED eventXin Long
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13sctp: destroy bucket if failed to bind addrMao Wenan
2019-09-13sctp: remove redundant assignment when call sctp_get_port_localMao Wenan
2019-09-13sctp: change return type of sctp_get_port_localMao Wenan
2019-09-12sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()'Christophe JAILLET
2019-09-10sctp: fix the missing put_user when dumping transport thresholdsXin Long
2019-09-05sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long
2019-08-27sctp: allow users to set ep ecn flag by sockoptXin Long
2019-08-27sctp: allow users to set netns ecn flag with sysctlXin Long
2019-08-27sctp: make ecn flag per netns and endpointXin Long
2019-08-19sctp: remove net sctp.x_enable working as a global switchXin Long
2019-08-19sctp: add SCTP_AUTH_SUPPORTED sockoptXin Long
2019-08-19sctp: add sctp_auth_init and sctp_auth_freeXin Long
2019-08-19sctp: use ep and asoc auth_enable properlyXin Long
2019-08-19sctp: add SCTP_ASCONF_SUPPORTED sockoptXin Long
2019-08-19sctp: check asoc peer.asconf_capable before processing asconfXin Long
2019-08-19sctp: not set peer.asconf_capable in sctp_association_initXin Long
2019-08-19sctp: add asconf_enable in struct sctp_endpointXin Long
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller