linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-12 09:03:38 to 2020-07-21 05:23:40 UTC [more...]

get rid of the address_space override in setsockopt
 2020-07-21  5:23 UTC  (35+ 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

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)

wpanusb?
 2020-07-06 14:42 UTC  (11+ 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  (20+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
` [PATCH v2 "

[PATCH net-next] ieee802154: 6lowpan: remove unnecessary comparison
 2020-05-09  5:26 UTC  (3+ messages)

Interfacing mac802154 stack with userspace applications
 2020-03-13 22:21 UTC  (6+ messages)

pull-request: ieee802154-next 2020-03-13
 2020-03-13 18:28 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust to 6lowpan doc ReST conversion
 2020-03-04 12:47 UTC  (2+ messages)

[PATCH net 04/16] nl802154: add missing attribute validation
 2020-03-03 17:55 UTC  (5+ messages)
` [PATCH net 05/16] nl802154: add missing attribute validation for dev_type

[PATCH][next] cfg802154: Replace zero-length array with flexible-array member
 2020-02-28 15:22 UTC  (2+ messages)

[PATCH][next] 6lowpan: Replace zero-length array with flexible-array member
 2020-02-28 14:02 UTC  (3+ messages)

[PATCH 00/28] Manually convert network text files to ReST (part 1)
 2020-02-28 13:53 UTC  (4+ messages)
` [PATCH 02/28] docs: networking: convert 6lowpan.txt to ReST

[PATCH] net: ieee802154: ca8210: Use new structure for SPI transfer delays
 2020-02-28  8:41 UTC  (2+ messages)

zionitld3@gmail.com
 2020-02-15  1:09 UTC 

[PATCH AUTOSEL 4.19 307/671] 6lowpan: Off by one handling ->nexthdr
 2020-01-16 17:00 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 385/671] inet: frags: call inet_frags_fini() after unregister_pernet_subsys()

[PATCH AUTOSEL 4.14 169/371] 6lowpan: Off by one handling ->nexthdr
 2020-01-16 17:21 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 220/371] inet: frags: call inet_frags_fini() after unregister_pernet_subsys()

[PATCH AUTOSEL 4.9 120/251] 6lowpan: Off by one handling ->nexthdr
 2020-01-16 17:34 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 150/251] inet: frags: call inet_frags_fini() after unregister_pernet_subsys()

[PATCH AUTOSEL 4.4 079/174] 6lowpan: Off by one handling ->nexthdr
 2020-01-16 17:41 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 098/174] inet: frags: call inet_frags_fini() after unregister_pernet_subsys()

Investment opportunity
 2020-01-12  5:00 UTC 

WARNING: bad unlock balance in __dev_queue_xmit
 2020-01-11 23:38 UTC  (3+ messages)
  `  "

[PATCH rpld 2/6] send: make sure we check on scope id usage
 2020-01-10  8:54 UTC  (5+ messages)
` [PATCH rpld 0/6] Mixed bag of rpld patches

WARNING: bad unlock balance in sch_direct_xmit
 2020-01-05 22:58 UTC 

Take home 750,000 Euros this end of year
 2019-12-25  4:33 UTC 

BUG: corrupted list in __dentry_kill (2)
 2019-12-12 11:35 UTC 

[PATCH] drivers: net: Fix Kconfig indentation, continued
 2019-11-21 19:54 UTC  (2+ messages)

BUG: MAX_LOCKDEP_ENTRIES too low!
 2019-11-15 19:55 UTC 

pull-request: ieee802154-next 2019-11-13
 2019-11-13 20:12 UTC  (2+ messages)

Investment opportunity
 2019-11-12 17:57 UTC 


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