linux-x25.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-23 06:08:45 to 2020-11-20 22:40:35 UTC [more...]

[PATCH net-next v4 0/5] net/x25: netdev event handling
 2020-11-20 22:40 UTC  (7+ messages)
` [PATCH net-next v4 1/5] net/x25: handle additional netdev events
` [PATCH net-next v4 2/5] net/lapb: support "
` [PATCH net-next v4 3/5] net/lapb: fix t1 timer handling for LAPB_STATE_0
` [PATCH net-next v4 4/5] net/x25: fix restart request/confirm handling
` [PATCH net-next v4 5/5] net/x25: remove x25_kill_by_device()

[PATCH net-next v3 0/6] net/x25: netdev event handling
 2020-11-19  8:09 UTC  (10+ messages)
` [PATCH net-next v3 1/6] net/x25: handle additional netdev events
` [PATCH net-next v3 2/6] net/lapb: fix lapb_connect_request() for DCE
` [PATCH net-next v3 3/6] net/lapb: handle carrier loss correctly
` [PATCH net-next v3 4/6] net/lapb: fix t1 timer handling for DCE
` [PATCH net-next v3 5/6] net/x25: fix restart request/confirm handling
` [PATCH net-next v3 6/6] net/x25: remove x25_kill_by_device()

[PATCH net-next v2 0/6] netdev event handling + neighbour config
 2020-11-18 13:57 UTC  (21+ messages)
` [PATCH net-next v2 1/6] net/x25: handle additional netdev events
` [PATCH net-next v2 2/6] net/x25: make neighbour params configurable
` [PATCH net-next v2 3/6] net/x25: replace x25_kill_by_device with x25_kill_by_neigh
` [PATCH net-next v2 4/6] net/x25: support NETDEV_CHANGE notifier
` [PATCH net-next v2 5/6] net/lapb: support netdev events
` [PATCH net-next v2 6/6] net/lapb: fix t1 timer handling

[PATCH net-next] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack
 2020-11-16 18:21 UTC  (4+ messages)

[PATCH 1/6] net/x25: add/remove x25_link_device by NETDEV_REGISTER/UNREGISTER
 2020-11-16 13:10 UTC  (9+ messages)
` [PATCH 2/6] net/x25: make neighbour params configurable
` [PATCH 3/6] net/x25: replace x25_kill_by_device with x25_kill_by_neigh
` [PATCH 4/6] net/x25: support NETDEV_CHANGE notifier
` [PATCH 5/6] net/lapb: support netdev events
` [PATCH 6/6] net/lapb: fix t1 timer handling

[PATCH net] net: x25: Correct locking for x25_kill_by_device and x25_kill_by_neigh
 2020-11-15  3:11 UTC  (2+ messages)

linux-x25 mail list not working
 2020-11-13 17:35 UTC  (3+ messages)

[PATCH net-next RFC v2] MAINTAINERS: Add Martin Schiller as a maintainer for the X.25 stack
 2020-11-13  7:17 UTC 

[RESEND PATCH v2] net/x25: Fix null-ptr-deref in x25_connect
 2020-11-11 22:57 UTC  (4+ messages)

[PATCH net-next] net: x25_asy: Delete the x25_asy driver
 2020-11-07 22:19 UTC  (8+ messages)

[PATCH v2] net/x25: Fix null-ptr-deref in x25_connect
 2020-11-06 16:06 UTC  (3+ messages)

[PATCH] net/x25: Fix null-ptr-deref in x25_connect
 2020-09-29  4:52 UTC  (3+ messages)

possible deadlock in x25_disconnect
 2020-09-25  8:48 UTC 

[PATCH net] drivers/net/wan/lapbether: Set network_header before transmitting
 2020-08-26 22:51 UTC  (2+ messages)

[PATCH net v2] drivers/net/wan/lapbether: Added needed_tailroom
 2020-08-24 23:48 UTC  (3+ messages)

[PATCH net] drivers/net/wan/lapbether: Added needed_tailroom
 2020-08-19 22:11 UTC  (8+ messages)

[PATCH net] drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len check
 2020-08-15  5:21 UTC  (3+ messages)

[PATCH net] drivers/net/wan/x25_asy: Added needed_headroom and a skb->len check
 2020-08-12  2:30 UTC  (9+ messages)

get rid of the address_space override in setsockopt v2
 2020-08-08 13:54 UTC  (63+ messages)
` [PATCH 01/26] bpfilter: fix up a sparse annotation
` [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

[PATCH] drivers/net/wan/lapbether: Added needed_headroom and a skb->len check
 2020-08-07  0:02 UTC  (5+ messages)

[net v3] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len
 2020-08-05  9:33 UTC  (8+ messages)

[PATCH v2] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len
 2020-08-04 10:13 UTC  (15+ messages)

[PATCH] drivers/net/wan/lapbether: Use needed_headroom instead of hard_header_len
 2020-07-31  0:55 UTC  (8+ messages)

[PATCH] drivers/net/wan: lapb: Corrected the usage of skb_cow
 2020-07-25  3:17 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 read-only IMAP folder(s) and NNTP newsgroup(s).