linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH 0/4] sysctl: Remove sentinel elements from networking
 2024-03-15 14:58 UTC  (7+ messages)
` [PATCH 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 2/4] netfilter: "
` [PATCH 3/4] appletalk: "
` [PATCH 4/4] ax.25: "

Question about SCTP_UNKNOWN
 2024-02-28 17:55 UTC 

[PATCH] [v3] net: sctp: fix skb leak in sctp_inq_free()
 2024-02-15 16:00 UTC  (3+ messages)

[PATCH] net: sctp: fix memory leak in sctp_chunk_destroy()
 2024-02-13 15:21 UTC  (8+ messages)
  ` [lvc-project] "
  ` [PATCH] net: sctp: fix skb leak in sctp_inq_free()
      ` [PATCH] [v2] "

Linux SCTP associations failure handlig
 2024-02-10 18:37 UTC  (12+ messages)
  ` Linux SCTP performance question
    ` Linux SCTP multihoming question

[PATCH net-next] sctp: Simplify the allocation of slab caches
 2024-02-02 12:20 UTC  (4+ messages)

Using skb_clone() after __skb_header_release()
 2024-02-02  8:16 UTC 

[PATCH nf] netfilter: check SCTP_CID_SHUTDOWN_ACK for vtag setting in sctp_new
 2024-01-26  0:01 UTC  (2+ messages)

[PATCH net-next 0/6] sctp: fix a plenty of flexible-array-nested warnings
 2023-12-14 16:55 UTC  (3+ messages)

PSA: this list has moved to new vger infra (no action required)
 2023-11-21  1:05 UTC 

[PATCH net] net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
 2023-11-19 20:10 UTC  (2+ messages)

Metalworking and welding
 2023-10-27  8:42 UTC 

[PATCHv2 nf 0/2] netfilter: handle the sctp collision properly and add selftest
 2023-10-07 14:47 UTC  (4+ messages)
` [PATCHv2 nf 1/2] netfilter: handle the connecting collision properly in nf_conntrack_proto_sctp
` [PATCHv2 nf 2/2] selftests: netfilter: test for sctp collision processing in nf_conntrack

[PATCH net] sctp: update transport state when processing a dupcook packet
 2023-10-05  0:40 UTC  (3+ messages)

[PATCH net] sctp: update hb timer immediately after users change hb_interval
 2023-10-05  0:40 UTC  (3+ messages)

[PATCH] [net-next] sctp: Spelling s/preceeding/preceding/g
 2023-10-04 21:20 UTC  (3+ messages)

[PATCH nf] netfilter: handle the connecting collision properly in nf_conntrack_proto_sctp
 2023-10-03 14:37 UTC  (10+ messages)

Poptávka
 2023-09-20  7:36 UTC 

[syzbot] [sctp?] [reiserfs?] KMSAN: uninit-value in __schedule (4)
 2023-09-14 16:06 UTC  (3+ messages)

[PATCH] sctp: Fix spelling mistake "tranport" -> "transport"
 2023-09-14 15:23 UTC  (2+ messages)

[PATCH net] sctp: fix uninit-value in sctp_inq_pop()
 2023-09-08  4:48 UTC  (4+ messages)

[GIT PULL] sysctl changes for v6.6-rc1
 2023-09-06 12:35 UTC  (3+ messages)

[PATCH] sctp: Fix spelling mistake "tranport" -> "transport"
 2023-09-02  6:08 UTC 

[PATCH AUTOSEL 4.14 3/5] sctp: handle invalid error codes without calling BUG()
 2023-08-29 13:34 UTC 

[PATCH AUTOSEL 4.19 3/5] sctp: handle invalid error codes without calling BUG()
 2023-08-29 13:34 UTC 

[PATCH AUTOSEL 5.4 3/6] sctp: handle invalid error codes without calling BUG()
 2023-08-29 13:33 UTC 

[PATCH AUTOSEL 5.10 4/7] sctp: handle invalid error codes without calling BUG()
 2023-08-29 13:33 UTC 

[PATCH AUTOSEL 5.15 4/9] sctp: handle invalid error codes without calling BUG()
 2023-08-29 13:33 UTC 

[PATCH AUTOSEL 6.1 08/15] sctp: handle invalid error codes without calling BUG()
 2023-08-29 13:32 UTC 

SCTP MTU issues
 2023-08-28 14:38 UTC  (2+ messages)

Re; Interest,
 2023-08-22 23:31 UTC 

[PATCHv2 nf] netfilter: set default timeout to 3 secs for sctp shutdown send and recv state
 2023-08-17 18:04 UTC  (2+ messages)

[PATCH v3 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-15 22:27 UTC  (16+ messages)
` [PATCH v3 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v3 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v3 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v3 04/14] sysctl: Add size argument to init_header
` [PATCH v3 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v3 06/14] sysctl: Add size to register_sysctl
` [PATCH v3 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v3 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v3 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v3 10/14] netfilter: "
` [PATCH v3 11/14] networking: "
` [PATCH v3 12/14] vrf: "
` [PATCH v3 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v3 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

[PATCH nf] netfilter: set default timeout to 3 secs for sctp shutdown send and recv state
 2023-08-15 14:01 UTC  (4+ messages)

[PATCH net-next] sctp: Remove unused declaration sctp_backlog_migrate()
 2023-08-11  2:40 UTC  (3+ messages)

Racy addr->valid in sctp_inet6addr_event() and sctp_copy_laddrs()
 2023-08-09 16:26 UTC  (2+ messages)

[PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-08 15:23 UTC  (35+ messages)
` [PATCH v2 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v2 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v2 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v2 04/14] sysctl: Add size argument to init_header
` [PATCH v2 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v2 06/14] sysctl: Add size to register_sysctl
` [PATCH v2 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v2 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v2 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v2 10/14] netfilter: "
` [PATCH v2 11/14] networking: "
` [PATCH v2 12/14] vrf: "
` [PATCH v2 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v2 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

[RFC 0/1] crypto: Avoid a sleepable operation when freeing a SCTP socket
 2023-08-03 12:13 UTC  (4+ messages)
` [RFC 1/1] crypto: Defer transforms destruction to a worker function
` crypto: api - Use work queue in crypto_destroy_instance

[PATCH net-next] sctp: Remove unused function declarations
 2023-08-03  1:50 UTC  (4+ messages)

[PATCH 11/14] networking: Update to register_net_sysctl_sz
 2023-07-28  7:08 UTC  (5+ messages)

[PATCH 5.10 049/509] sctp: add bpf_bypass_getsockopt proto callback
 2023-07-25 10:39 UTC 

Low Interest loan opportunity
 2023-07-24  8:47 UTC 

[PATCH 5.15 042/532] sctp: add bpf_bypass_getsockopt proto callback
 2023-07-21 15:59 UTC 

[PATCH net-next 0/3] net: Remove more RTO_ONLINK users
 2023-07-19 11:40 UTC  (4+ messages)
` [PATCH net-next 3/3] sctp: Set TOS and routing scope independently for fib lookups

[PATCH 6.1 075/591] sctp: add bpf_bypass_getsockopt proto callback
 2023-07-16 19:43 UTC 

[PATCH 6.4 119/800] sctp: add bpf_bypass_getsockopt proto callback
 2023-07-16 19:39 UTC 

[PATCH v2 net] gso: fix dodgy bit handling for GSO_UDP_L4
 2023-07-14  9:30 UTC  (5+ messages)

[PATCH net] gso: fix GSO_DODGY bit handling for related protocols
 2023-07-13  7:11 UTC  (7+ messages)

vger IT Services
 2023-07-11 10:52 UTC 

[PATCH 6.3 085/431] sctp: add bpf_bypass_getsockopt proto callback
 2023-07-09 11:10 UTC 

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-07-02 17:54 UTC 

[PATCH] sctp: fix potential deadlock on &net->sctp.addr_wq_lock
 2023-06-29 10:00 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).