linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-09 14:01 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v5 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns

[PATCH net-next v4 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-21 21:43 UTC  (8+ messages)
` [PATCH net-next v4 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v4 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v4 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v4 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v4 5/5] selftests: net: Add two test cases for link netns

Nov:16:24
 2024-11-16 15:40 UTC 

[PATCH net-next v3 0/6] net: Improve netns handling in RTNL and ip_tunnel
 2024-11-15 23:35 UTC  (8+ messages)
` [PATCH net-next v3 1/6] Revert "tools/net/ynl: improve async notification handling"
` [PATCH net-next v3 2/6] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v3 3/6] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v3 4/6] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v3 5/6] selftests: net: Add python context manager for netns entering
` [PATCH net-next v3 6/6] selftests: net: Add two test cases for link netns

[PATCH net-next] net: ppp: remove ppp->closing check
 2024-11-08  8:48 UTC  (4+ messages)

[RFC PATCH net-next] net: ppp: convert to IFF_NO_QUEUE
 2024-11-07 14:51 UTC  (8+ messages)

[syzbot] [ppp?] KMSAN: uninit-value in ppp_async_push (4)
 2024-10-09 18:55 UTC 

patch to bring Solaris back up to date
 2024-10-03 13:17 UTC  (3+ messages)

[syzbot] [ppp?] inconsistent lock state in ppp_input
 2024-09-27  7:42 UTC 

[syzbot] Monthly ppp report (Sep 2024)
 2024-09-23  9:02 UTC 

पटव
 2024-09-21  6:25 UTC 

[syzbot] [ppp?] possible deadlock in ppp_input
 2024-09-17 11:45 UTC 

PPP Modem Hangup
 2024-09-13 23:03 UTC  (12+ messages)

[PATCH] pppd: Add ipv6-pre-up-script option
 2024-08-30 13:08 UTC 

[PATCH] pppd: Add ip-pre-up-script option
 2024-08-30 13:07 UTC 

[syzbot] [ppp?] inconsistent lock state in valid_state (4)
 2024-08-22  6:29 UTC  (2+ messages)

Bugreport configure ppp without '--with-openssl'
 2024-08-19  9:18 UTC 

Modem hangup immediately after sending IPCP ConfReq after CHAP authentication succeeded, only occurs sometimes
 2024-08-14  7:40 UTC 

[syzbot] [ppp?] KMSAN: uninit-value in ppp_sync_receive (2)
 2024-08-08  6:34 UTC 

[PATCH] net: ppp: reject claimed-as-LCP but actually malformed packets
 2024-07-11  9:30 UTC  (6+ messages)
  ` [PATCH net v2] "

[syzbot] [ppp?] KMSAN: uninit-value in ppp_async_push (3)
 2024-07-04 16:33 UTC 

Problem CHAP Challenge with PPP v2.5.1-dev
 2024-06-14  9:29 UTC 

[syzbot] [ppp?] INFO: task hung in ppp_exit_net (4)
 2024-06-13  9:12 UTC 

ppp-2.5.0 sometimes doesn't print stats on terminating on signal 2
 2024-05-03  9:41 UTC  (2+ messages)

[syzbot] [ppp?] possible deadlock in ppp_asynctty_receive (2)
 2024-04-22  8:58 UTC  (8+ messages)
` [PATCH net,v2] net: ppp: Fix deadlock caused by unsafe-irq lock in ap_get()
` [PATCH net,v3] "

[PATCH] ppp: Fix deadlock caused by unsafe-irq lock in ap_get()
 2024-04-18 17:59 UTC 

[PATCH net-next 0/6] net: constify struct class usage
 2024-03-05 20:00 UTC  (15+ messages)
` [PATCH net-next 1/6] net: hns: make hnae_class constant
` [PATCH net-next 2/6] net: wan: framer: make framer_class constant
` [PATCH net-next 3/6] net: ppp: make ppp_class constant
` [PATCH net-next 4/6] net: wwan: hwsim: make wwan_hwsim_class constant
` [PATCH net-next 5/6] net: wwan: core: make wwan_class constant
` [PATCH net-next 6/6] nfc: core: make nfc_class constant

[syzbot] [ppp?] possible deadlock in ppp_asynctty_ioctl
 2024-02-21 11:08 UTC 

[PATCH 00/12] net: constify struct device_type usage
 2024-02-21  9:50 UTC  (28+ messages)
` [PATCH 01/12] net: usbnet: constify the "
` [PATCH 02/12] net: dsa: "
` [PATCH 03/12] net: bridge: "
` [PATCH 04/12] net: vxlan: "
` [PATCH 05/12] net: ppp: "
` [PATCH 06/12] net: geneve: "
` [PATCH 07/12] net: hsr: "
` [PATCH 08/12] net: l2tp: "
` [PATCH 09/12] net: vlan: "
` [PATCH 10/12] net: netdevsim: "
` [PATCH 11/12] net: wwan: core: "
` [PATCH 12/12] net: hso: "

[PATCH net v2 5/7] net: fill in MODULE_DESCRIPTION()s for ppp
 2024-02-14 15:27 UTC 

[PATCH] pppd: typo in comment
 2024-02-13 17:18 UTC 

[PATCH net 5/7] net: fill in MODULE_DESCRIPTION()s for ppp
 2024-02-13 11:21 UTC 

[PATCH v2] drivers/net/ppp/ppp_async.c: Fix spelling typo in comment
 2024-01-03  0:30 UTC  (2+ messages)

[PATCH] drivers/net/ppp/ppp_async.c: Fix spelling typo in comment
 2023-12-21 17:38 UTC  (2+ messages)

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

[PATCH net] ppp: limit MRU to 64K
 2023-11-13 11:10 UTC  (3+ messages)

[PATCH] drivers/net/slip: prevent data alignment fault
 2023-11-13  1:21 UTC  (4+ messages)

[PATCH net] tty: Fix uninit-value access in ppp_sync_receive()
 2023-11-10 11:10 UTC  (3+ messages)

[PATCH v2] drivers/net/ppp: use standard array-copy-function
 2023-11-08  9:50 UTC  (2+ messages)

[PATCH] drivers/net/ppp: copy userspace array safely
 2023-11-02 22:30 UTC  (4+ messages)

[PATCH v2] drivers/net/slip: prevent data alignment fault
 2023-10-30 15:09 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2023-10-24  8:05 UTC 

[syzbot] [ppp?] possible deadlock in ppp_asynctty_receive
 2023-10-16  0:08 UTC 

Support for udp
 2023-10-06 17:55 UTC  (3+ messages)

Rozszerzenie Programu Mój Prąd 5.0
 2023-10-04  7:40 UTC 

[PATCH] drivers/net/slip: prevent data alignment fault
 2023-10-02  1:10 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-09-27  8:11 UTC 

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

Pytanie o samochód
 2023-09-19  7:30 UTC 

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-09-14  7:30 UTC 

Prezentacja
 2023-09-04  7:40 UTC 

Pytanie o samochód
 2023-08-18  8:15 UTC 

"Timeout waiting for PADO packets" until reboot
 2023-08-10 22:55 UTC  (3+ messages)

[syzbot] [ppp?] possible deadlock in ap_get
 2023-08-06  4:19 UTC 

W sprawie samochodu
 2023-07-31  8:35 UTC 

[syzbot] [ppp?] possible deadlock in serial8250_handle_irq
 2023-07-22  1:33 UTC 

Free 60-Day Trial: Enhance Your Production Processes
 2023-06-30  7:31 UTC 

Wyższa konwersja w e-sklepie
 2023-06-02  8:35 UTC 

Fotowoltaika dla biznesu
 2023-05-19  8:21 UTC 

pppd-2.5_plugins_radius_bug.plaintext
 2023-04-21 15:12 UTC 

Słowa kluczowe do wypozycjonowania
 2023-04-20  8:05 UTC 

[PATCH] pppd: implement logging the LCP RTT
 2023-04-10 23:00 UTC 

W sprawie samochodu
 2023-04-07  7:56 UTC 

Słowa kluczowe do wypozycjonowania
 2023-03-29  7:29 UTC 

Rubber Molded
 2023-03-16  8:40 UTC 

Faktoring
 2023-03-08  8:55 UTC 

Technický audit podlah
 2023-03-06  8:51 UTC 

[PATCH] pppd: implement logging the LCP RTT
 2023-03-03  3:42 UTC 

Fotowoltaika - nowe warunki
 2023-02-22  8:34 UTC 

Fotowoltaika - nowe warunki
 2023-02-07  9:15 UTC 

[PATCH] pppd: implement logging the LCP RTT
 2023-01-31  3:42 UTC 

[PATCH 4.14 238/338] ppp: associate skb with a device at tx
 2023-01-16 15:51 UTC 

[PATCH 4.19 335/521] ppp: associate skb with a device at tx
 2023-01-16 15:49 UTC 

[PATCH 5.4 415/658] ppp: associate skb with a device at tx
 2023-01-16 15:48 UTC 

[PATCH 5.10 522/783] ppp: associate skb with a device at tx
 2023-01-12 13:53 UTC 

Silikonmischungen
 2023-01-12  8:31 UTC 

[PATCH 4.9 200/251] ppp: associate skb with a device at tx
 2023-01-05 12:55 UTC 

[PATCH 6.1 1017/1146] ppp: associate skb with a device at tx
 2022-12-28 14:42 UTC 

[PATCH 6.0 0951/1073] ppp: associate skb with a device at tx
 2022-12-28 14:42 UTC 

[PATCH 5.15 659/731] ppp: associate skb with a device at tx
 2022-12-28 14:42 UTC 

[PATCH AUTOSEL 4.9 14/20] ppp: associate skb with a device at tx
 2022-12-18 16:22 UTC 

[PATCH AUTOSEL 4.14 16/23] ppp: associate skb with a device at tx
 2022-12-18 16:21 UTC 

[PATCH AUTOSEL 4.19 18/26] ppp: associate skb with a device at tx
 2022-12-18 16:20 UTC 

[PATCH AUTOSEL 5.4 21/30] ppp: associate skb with a device at tx
 2022-12-18 16:18 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 read-only IMAP folder(s) and NNTP newsgroup(s).