linux-hams.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 22:41:11 to 2020-11-30 12:51:37 UTC [more...]

[PATCH 105/141] net: ax25: Fix fall-through warnings for Clang
 2020-11-30 12:51 UTC  (4+ messages)
` [PATCH 109/141] net: netrom: "
` [PATCH 112/141] net: rose: "

[Linux-kernel-mentees] [PATCH v2 net] rose: Fix Null pointer dereference in rose_send_frame()
 2020-11-20 18:06 UTC  (13+ messages)
    ` [Linux-kernel-mentees] [PATCH v3 "
          ` [Linux-kernel-mentees] [PATCH v4 "
                ` [Linux-kernel-mentees] [PATCH v5 "
` [Linux-kernel-mentees] [PATCH v2] net: "

[RFC net-next 00/28] ndo_ioctl rework
 2020-11-09 11:25 UTC  (34+ messages)
` [RFC net-next 01/28] net: split out SIOCDEVPRIVATE handling from dev_ioctl
` [RFC net-next 02/28] staging: rtlwifi: use siocdevprivate
` [RFC net-next 03/28] staging: wlan-ng: "
` [RFC net-next 04/28] hostap: use ndo_siocdevprivate
` [RFC net-next 05/28] wireless: remove old ioctls
` [RFC net-next 08/28] tulip: use ndo_siocdevprivate
` [RFC net-next 09/28] bonding: use siocdevprivate
` [RFC net-next 10/28] appletalk: use ndo_siocdevprivate
` [RFC net-next 11/28] hamachi: "
` [RFC net-next 12/28] tehuti: "
` [RFC net-next 13/28] eql: "
` [RFC net-next 14/28] fddi: "
` [RFC net-next 16/28] slip/plip: "
` [RFC net-next 17/28] qeth: "
  ` [RFC net-next 06/28] bridge: "
  ` [RFC net-next 07/28] phonet: use siocdevprivate
  ` [RFC net-next 15/28] net: usb: use ndo_siocdevprivate
  ` [RFC net-next 18/28] cxgb3: "
  ` [RFC net-next 21/28] wan: "
  ` [RFC net-next 22/28] hamradio: "
` [RFC net-next 19/28] dev_ioctl: pass SIOCDEVPRIVATE data separately
` [RFC net-next 20/28] dev_ioctl: split out ndo_eth_ioctl
` [RFC net-next 23/28] airo: use ndo_siocdevprivate
` [RFC net-next 24/28] ip_tunnel: "
` [RFC net-next 25/28] hippi: "
` [RFC net-next 26/28] sb1000: "
` [RFC net-next 27/28] ppp: "
` [RFC net-next 28/28] net: socket: return changed ifreq from SIOCDEVPRIVATE

[Linux-kernel-mentees] [PATCH] net: rose: Fix Null pointer dereference in rose_send_frame()
 2020-11-01 15:48 UTC  (8+ messages)

[PATCH v6 58/80] drivers: net: hamradio: fix document location
 2020-10-13 11:54 UTC 

KASAN: use-after-free Read in refcount_inc_not_zero_checked (2)
 2020-08-14 18:48 UTC  (2+ messages)

get rid of the address_space override in setsockopt v2
 2020-08-08 13:54 UTC  (64+ 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 19/26] net/ipv6: switch ipv6_flowlabel_opt "
` [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 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

[Linux-kernel-mentees] [PATCH net] AX.25: Prevent out-of-bounds read in ax25_sendmsg()
 2020-07-24 22:25 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH net] AX.25: Fix out-of-bounds read in ax25_connect()
 2020-07-23 21:41 UTC  (10+ messages)
  ` [PATCH net] AX.25: Prevent integer overflows in connect and sendmsg

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 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 03/24] net: add a new sockptr_t type
  ` [PATCH 07/24] net: switch sock_set_timeout to sockptr_t
  ` [PATCH 22/24] net/tcp: switch ->md5_parse "
  ` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt
    ` [MPTCP] "
` [PATCH 08/24] net/xfrm: switch xfrm_user_policy to sockptr_t
` [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 23/24] net/tcp: switch do_tcp_setsockopt "

[PATCH for v5.9] ax25: Replace HTTP links with HTTPS ones
 2020-07-19 16:39 UTC 

[PATCH] [NET] AX.25 Kconfig: Replace HTTP links with HTTPS ones
 2020-07-13 19:34 UTC  (2+ messages)

[PATCH 0/7] Documentation: networking: eliminate doubled words
 2020-07-06 16:07 UTC  (10+ messages)
` [PATCH 3/7] Documentation: networking: can_ucan_protocol: drop "
` [PATCH 4/7] Documentation: networking: dsa: drop doubled word
` [PATCH 5/7] Documentation: networking: ip-sysctl: "
` [PATCH 6/7] Documentation: networking: ipvs-sysctl: "
` [PATCH 7/7] Documentation: networking: rxrpc: "


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