- dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
- e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
- 8ec035a Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 6 months ago
- ef6c8d6 sctp: add param size validation for SCTP_PARAM_SET_PRIMARY by Marcelo Ricardo Leitner · 3 years, 6 months ago
- b6ffe76 sctp: validate chunk size in __rcv_asconf_lookup by Marcelo Ricardo Leitner · 3 years, 6 months ago
- 50619db sctp: add size validation when walking chunks by Marcelo Ricardo Leitner · 3 years, 6 months ago
- 0c5dc07 sctp: validate from_addr_param return by Marcelo Ricardo Leitner · 3 years, 6 months ago
- fea1d5b sctp: send the next probe immediately once the last one is acked by Xin Long · 3 years, 6 months ago
- 0dac127 sctp: do black hole detection in search complete state by Xin Long · 3 years, 6 months ago
- 9e47df0 sctp: process sctp over udp icmp err on sctp side by Xin Long · 3 years, 6 months ago
- d830607 sctp: extract sctp_v4_err_handle function from sctp_v4_err by Xin Long · 3 years, 6 months ago
- f6549bd sctp: extract sctp_v6_err_handle function from sctp_v6_err by Xin Long · 3 years, 6 months ago
- 237a6a2 sctp: remove the unessessary hold for idev in sctp_v6_err by Xin Long · 3 years, 6 months ago
- 7307e4f sctp: enable PLPMTUD when the transport is ready by Xin Long · 3 years, 6 months ago
- 8369640 sctp: do state transition when receiving an icmp TOOBIG packet by Xin Long · 3 years, 6 months ago
- b87641a sctp: do state transition when a probe succeeds on HB ACK recv path by Xin Long · 3 years, 6 months ago
- 1dc68c1 sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path by Xin Long · 3 years, 6 months ago
- fe59379 sctp: do the basic send and recv for PLPMTUD probe by Xin Long · 3 years, 6 months ago
- 92548ec sctp: add the probe timer in transport for PLPMTUD by Xin Long · 3 years, 6 months ago
- 3190b64 sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport by Xin Long · 3 years, 6 months ago
- d1e462a sctp: add probe_interval in sysctl and sock/asoc/transport by Xin Long · 3 years, 6 months ago
- 745a321 sctp: add pad chunk and its make function and event table by Xin Long · 3 years, 6 months ago
- 0c2c366e sctp: sm_statefuns: Fix spelling mistakes by Zheng Yongjun · 3 years, 7 months ago
- 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- b2540cd sctp: fix the proc_handler for sysctl encap_port by Xin Long · 3 years, 7 months ago
- 297739b sctp: add the missing setting for asoc encap_port by Xin Long · 3 years, 7 months ago
- 0572b37 sctp: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
- 5796254 net: Remove the member netns_ok by Yejune Deng · 3 years, 8 months ago
- 34e5b01 sctp: delay auto_asconf init until binding the first addr by Xin Long · 3 years, 8 months ago
- 01bfe5e Revert "net/sctp: fix race condition in sctp_destroy_sock" by Xin Long · 3 years, 8 months ago
- f282df0 sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b by Xin Long · 3 years, 8 months ago
- 7aa4e54 Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case" by Xin Long · 3 years, 8 months ago
- 22008f5 Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"" by Xin Long · 3 years, 8 months ago
- 51eac7f sctp: do asoc update earlier in sctp_sf_do_dupcook_b by Xin Long · 3 years, 8 months ago
- 7e9269a Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK" by Xin Long · 3 years, 8 months ago
- 35b4f24 sctp: do asoc update earlier in sctp_sf_do_dupcook_a by Xin Long · 3 years, 8 months ago
- 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- e5272ad sctp: Fix out-of-bounds warning in sctp_process_asconf_param() by Gustavo A. R. Silva · 3 years, 9 months ago
- b166a20 net/sctp: fix race condition in sctp_destroy_sock by Or Cohen · 3 years, 9 months ago
- 8859a44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- 630e457 net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind() by Maciej Żenczykowski · 3 years, 9 months ago
- 21c00a1 net: sctp: Fix some typos by Lu Wei · 3 years, 9 months ago
- fb373c8 sm_statefuns.c: Mundane spello fixes by Bhaskar Chowdhury · 3 years, 9 months ago
- 8ff0b1f sctp: move sk_route_caps check and set into sctp_outq_flush_transports by Xin Long · 3 years, 10 months ago
- d93ef30 net: sctp: trivial: fix typo in comment by Drew Fustini · 3 years, 10 months ago
- dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
- af8085f net: fix iteration for sctp transport seq_files by NeilBrown · 4 years ago
- 1fef854 sctp: remove the NETIF_F_SG flag before calling skb_segment by Xin Long · 4 years ago
- 5112cf5 sctp: Fix some typo by Christophe JAILLET · 4 years, 1 month ago
- 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 057a10f sctp: change to hold/put transport for proto_unreach_timer by Xin Long · 4 years, 2 months ago
- ae0d0bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
- 0356010 sctp: bring inet(6)_skb_parm back to sctp_input_cb by Xin Long · 4 years, 2 months ago
- b6df8c8 sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platforms by Petr Malat · 4 years, 2 months ago
- 046c052 sctp: enable udp tunneling socks by Xin Long · 4 years, 2 months ago
- 1c16a18 sctp: handle the init chunk matching an existing asoc by Xin Long · 4 years, 2 months ago
- e38d86b sctp: add the error cause for new encapsulation port restart by Xin Long · 4 years, 2 months ago
- 259db53 sctp: support for sending packet over udp6 sock by Xin Long · 4 years, 2 months ago
- 600af7f sctp: support for sending packet over udp4 sock by Xin Long · 4 years, 2 months ago
- bcd623d sctp: call sk_setup_caps in sctp_packet_transmit instead by Xin Long · 4 years, 2 months ago
- f1bfe8b sctp: add udphdr to overhead when udp_port is set by Xin Long · 4 years, 2 months ago
- a1dd2cf sctp: allow changing transport encap_port by peer packets by Xin Long · 4 years, 2 months ago
- 8dba296 sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockopt by Xin Long · 4 years, 2 months ago
- e8a3001 sctp: add encap_port for netns sock asoc and transport by Xin Long · 4 years, 2 months ago
- 89ba491 sctp: add encap_err_lookup for udp encap socks by Xin Long · 4 years, 2 months ago
- 9d6ba26 sctp: create udp6 sock and set its encap_rcv by Xin Long · 4 years, 2 months ago
- 965ae44 sctp: create udp4 sock and add its encap_rcv by Xin Long · 4 years, 2 months ago
- 527beb8 udp: support sctp over udp in skb_udp_tunnel_segment by Xin Long · 4 years, 2 months ago
- 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
- d42ee76 sctp: fix sctp_auth_init_hmacs() error path by Eric Dumazet · 4 years, 3 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- fe81d9f net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendant by Henry Ptasinski · 4 years, 4 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
- 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
- b8d7a7c net: sctp: ulpqueue.c: delete duplicated word by Randy Dunlap · 4 years, 4 months ago
- 14f45bb net: sctp: sm_make_chunk.c: delete duplicated words + fix typo by Randy Dunlap · 4 years, 4 months ago
- 93c3216 net: sctp: protocol.c: delete duplicated words + punctuation by Randy Dunlap · 4 years, 4 months ago
- 9932564 net: sctp: chunk.c: delete duplicated word by Randy Dunlap · 4 years, 4 months ago
- 440d399 net: sctp: bind_addr.c: delete duplicated word by Randy Dunlap · 4 years, 4 months ago
- 861e702 net: sctp: auth.c: delete duplicated words by Randy Dunlap · 4 years, 4 months ago
- 5e80a0c net: sctp: associola.c: delete duplicated words by Randy Dunlap · 4 years, 4 months ago
- 3106ecb sctp: not disable bh in the whole sctp_get_port_local() by Xin Long · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- ab921f3 net: sctp: Fix negotiation of the number of data streams. by David Laight · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- 623b57be sctp: remove redundant initialization of variable status by Colin Ian King · 4 years, 5 months ago
- dfd3d52 sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing by Christoph Hellwig · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- 3ecdda3 sctp: shrink stream outq when fails to do addstream reconf by Xin Long · 4 years, 5 months ago
- 8f13399 sctp: shrink stream outq only when new outcnt < old outcnt by Xin Long · 4 years, 5 months ago
- 6c8983a sctp: remove the out_nounlock label in sctp_setsockopt by Christoph Hellwig · 4 years, 6 months ago
- 26feba8 sctp: pass a kernel pointer to sctp_setsockopt_pf_expose by Christoph Hellwig · 4 years, 6 months ago
- 92c4f17 sctp: pass a kernel pointer to sctp_setsockopt_ecn_supported by Christoph Hellwig · 4 years, 6 months ago
- 963855a sctp: pass a kernel pointer to sctp_setsockopt_auth_supported by Christoph Hellwig · 4 years, 6 months ago
- 9263ac9 sctp: pass a kernel pointer to sctp_setsockopt_event by Christoph Hellwig · 4 years, 6 months ago
- 565059c sctp: pass a kernel pointer to sctp_setsockopt_event by Christoph Hellwig · 4 years, 6 months ago
- a426246 sctp: pass a kernel pointer to sctp_setsockopt_reuse_port by Christoph Hellwig · 4 years, 6 months ago
- 5b8d3b2 sctp: pass a kernel pointer to sctp_setsockopt_interleaving_supported by Christoph Hellwig · 4 years, 6 months ago