linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-30 18:18:01 to 2020-07-28 08:17:48 UTC [more...]

get rid of the address_space override in setsockopt v2
 2020-07-28  8:17 UTC  (59+ messages)
` [PATCH 01/26] bpfilter: fix up a sparse annotation
` [PATCH 02/26] net/bpfilter: split __bpfilter_process_sockopt
` [PATCH 03/26] bpfilter: reject kernel addresses
` [PATCH 04/26] net: add a new sockptr_t type
` [PATCH 05/26] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 06/26] net: switch sock_setbindtodevice "
` [PATCH 07/26] net: switch sock_set_timeout "
` [PATCH 08/26] "
  ` [MPTCP] "
` [PATCH 09/26] net/xfrm: switch xfrm_user_policy "
` [PATCH 10/26] netfilter: remove the unused user argument to do_update_counters
` [PATCH 11/26] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 12/26] netfilter: switch nf_setsockopt "
` [PATCH 13/26] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 14/26] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 15/26] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 16/26] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 17/26] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 18/26] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 19/26] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 20/26] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 21/26] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 22/26] net/udp: switch udp_lib_setsockopt "
` [PATCH 23/26] net/tcp: switch ->md5_parse "
` [PATCH 24/26] net/tcp: switch do_tcp_setsockopt "
` [PATCH 25/26] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "
` [PATCH 26/26] net: optimize the sockptr_t for unified kernel/user address spaces

wpanusb?
 2020-07-24 13:41 UTC  (14+ messages)

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (50+ messages)
` [PATCH 01/24] bpfilter: reject kernel addresses
` [PATCH 02/24] bpfilter: fix up a sparse annotation
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 04/24] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 05/24] net: switch sock_setbindtodevice "
` [PATCH 06/24] net: switch sock_set_timeout "
` [PATCH 07/24] "
` [PATCH 08/24] net/xfrm: switch xfrm_user_policy "
` [PATCH 09/24] netfilter: remove the unused user argument to do_update_counters
` [PATCH 10/24] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 11/24] netfilter: switch nf_setsockopt "
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 13/24] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 14/24] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 15/24] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 16/24] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 17/24] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 18/24] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 19/24] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 20/24] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 21/24] net/udp: switch udp_lib_setsockopt "
` [PATCH 22/24] net/tcp: switch ->md5_parse "
` [PATCH 23/24] net/tcp: switch do_tcp_setsockopt "
` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "

pull-request: ieee802154 for net 2020-07-20
 2020-07-21  0:05 UTC  (2+ messages)

[PATCH for v5.9] net: ieee802154: adf7242: Replace HTTP links with HTTPS ones
 2020-07-20  7:30 UTC  (2+ messages)

sockopt cleanups
 2020-07-20  1:16 UTC  (27+ messages)
` [PATCH 01/22] net/atm: remove the atmdev_ops {get,set}sockopt methods
` [PATCH 02/22] net: streamline __sys_setsockopt
` [PATCH 03/22] net: streamline __sys_getsockopt
` [PATCH 04/22] net: simplify cBPF setsockopt compat handling
` [PATCH 05/22] net: remove compat_sock_common_{get,set}sockopt
  ` [MPTCP] "
` [PATCH 06/22] net: remove compat_sys_{get,set}sockopt
` [PATCH 07/22] netfilter/arp_tables: clean up compat {get,set}sockopt handling
` [PATCH 08/22] netfilter/ip_tables: "
` [PATCH 09/22] netfilter/ip6_tables: "
` [PATCH 10/22] netfilter/ebtables: "
` [PATCH 11/22] netfilter: remove the compat_{get,set} methods
` [PATCH 12/22] netfilter: remove the compat argument to xt_copy_counters_from_user
` [PATCH 13/22] netfilter: split nf_sockopt
` [PATCH 14/22] net/ipv4: factor out MCAST_MSFILTER getsockopt helpers
` [PATCH 15/22] net/ipv4: factor out MCAST_MSFILTER setsockopt helpers
` [PATCH 16/22] net/ipv4: factor out mcast join/leave "
` [PATCH 17/22] net/ipv4: remove compat_ip_{get,set}sockopt
` [PATCH 18/22] net/ipv6: factor out MCAST_MSFILTER getsockopt helpers
` [PATCH 19/22] net/ipv6: factor out MCAST_MSFILTER setsockopt helpers
` [PATCH 20/22] net/ipv6: factor out mcast join/leave "
` [PATCH 21/22] net/ipv6: remove compat_ipv6_{get,set}sockopt
` [PATCH 22/22] net: make ->{get,set}sockopt in proto_ops optional

[PATCH net-next] ieee802154: fix one possible memleak in adf7242_probe
 2020-07-17  9:52 UTC  (3+ messages)

KASAN: use-after-free Read in __cfg8NUM_wpan_dev_from_attrs (2)
 2020-07-05 18:42 UTC 

KASAN: use-after-free Read in nl8NUM_dump_wpan_phy (2)
 2020-06-30  4:01 UTC  (2+ messages)

KASAN: vmalloc-out-of-bounds Read in __cfg8NUM_wpan_dev_from_attrs
 2020-06-30  3:50 UTC  (2+ messages)

KASAN: vmalloc-out-of-bounds Read in nl8NUM_dump_wpan_phy
 2020-06-23 16:56 UTC 

pull-request: ieee802154 for net 2020-06-19
 2020-06-21  4:30 UTC  (2+ messages)

[PATCH 1/2] docs: net: ieee802154: change link to new project URL
 2020-06-19 20:16 UTC  (5+ messages)
` [PATCH 2/2] MAINTAINERS: update ieee802154 project website URL

[PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-06-17 23:12 UTC  (28+ messages)
` [PATCH v4 1/3] mm/slab: Use memzero_explicit() in kzfree()
` [PATCH v4 2/3] mm, treewide: Rename kzfree() to kfree_sensitive()
` [PATCH v4 3/3] btrfs: Use kfree() in btrfs_ioctl_get_subvol_info()

[PATCH v5 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-06-16 18:36 UTC  (5+ messages)
` [PATCH v5 1/2] mm/slab: Use memzero_explicit() in kzfree()
` [PATCH v5 2/2] mm, treewide: Rename kzfree() to kfree_sensitive()

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-06-15 18:39 UTC  (4+ messages)
` [PATCH 1/2] "


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).