All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] net: Remove the ipx network layer header files
@ 2021-08-13 12:08 Cai Huoqing
  2021-08-13 12:08 ` [PATCH 1/2] net: Remove net/ipx.h and uapi/linux/ipx.h " Cai Huoqing
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Cai Huoqing @ 2021-08-13 12:08 UTC (permalink / raw)
  To: davem, yoshfuji, dsahern, kuba; +Cc: netdev, linux-kernel, Cai Huoqing

commit <47595e32869f> ("<MAINTAINERS: Mark some staging directories>")
indicated the ipx network layer as obsolete in Jan 2018,
updated in the MAINTAINERS file.

now, after being exposed for 3 years to refactoring, so to
remove the ipx network layer header files

additionally, there is no module that depends on ipx.h
except a broken staging driver(r8188eu)

Cai Huoqing (2):
  net: Remove net/ipx.h and uapi/linux/ipx.h header files
  MAINTAINERS: Remove the ipx network layer info

 MAINTAINERS              |   5 --
 include/net/ipx.h        | 171 ---------------------------------------
 include/uapi/linux/ipx.h |  87 --------------------
 3 files changed, 263 deletions(-)
 delete mode 100644 include/net/ipx.h
 delete mode 100644 include/uapi/linux/ipx.h

-- 
2.25.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-09-22 17:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 12:08 [PATCH 0/2] net: Remove the ipx network layer header files Cai Huoqing
2021-08-13 12:08 ` [PATCH 1/2] net: Remove net/ipx.h and uapi/linux/ipx.h " Cai Huoqing
2021-09-01 16:02   ` Eugene Syromiatnikov
2021-09-01 16:52     ` Eugene Syromiatnikov
2021-09-01 17:36       ` Steve Grubb
2021-09-01 17:36         ` Steve Grubb
2021-09-02 13:35         ` Cai Huoqing
2021-09-02 13:35           ` Cai Huoqing
2021-09-02 16:08           ` Eugene Syromiatnikov
2021-09-02 16:08             ` Eugene Syromiatnikov
2021-09-22 17:01             ` Paul Cercueil
2021-09-22 17:01               ` Paul Cercueil
2021-09-22 17:25               ` Steve Grubb
2021-09-22 17:25                 ` Steve Grubb
2021-08-13 12:08 ` [PATCH 2/2] MAINTAINERS: Remove the ipx network layer info Cai Huoqing
2021-08-14 19:30 ` [PATCH 0/2] net: Remove the ipx network layer header files patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.