All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] More RTnet fixes and updates
@ 2019-03-22  9:59 Philippe Gerum
  2019-03-22  9:59 ` [PATCH 1/5] net/stack: increase maximum number of ethernet devices Philippe Gerum
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Philippe Gerum @ 2019-03-22  9:59 UTC (permalink / raw)
  To: xenomai

Patch #0003 joins the never ending series of fixes removing unprotected
access to user memory from kernel space.

Patches #0004 builds on the multicast support posted earlier.

Christophe Carton (1):
  utils/net: ping: display min and average round-trip time

Gilles Chanteperdrix (1):
  net/stack: increase maximum number of ethernet devices

Philippe Gerum (3):
  net/drivers: e1000e: stop using deprecated pci_enable_msix()
  net/ipv4: ioctl: remove direct references to user memory
  net/drivers: fec: enable multicast

 kernel/drivers/net/drivers/e1000e/netdev.c    |   7 +-
 .../drivers/net/drivers/freescale/fec_main.c  |  60 ++++++
 kernel/drivers/net/stack/include/rtdev.h      |   2 +-
 kernel/drivers/net/stack/ipv4/ip_sock.c       | 172 +++++++++++++-----
 utils/net/rtping.c                            |  16 +-
 5 files changed, 199 insertions(+), 58 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2019-03-22  9:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22  9:59 [PATCH 0/5] More RTnet fixes and updates Philippe Gerum
2019-03-22  9:59 ` [PATCH 1/5] net/stack: increase maximum number of ethernet devices Philippe Gerum
2019-03-22  9:59 ` [PATCH 2/5] net/drivers: e1000e: stop using deprecated pci_enable_msix() Philippe Gerum
2019-03-22  9:59 ` [PATCH 3/5] net/ipv4: ioctl: remove direct references to user memory Philippe Gerum
2019-03-22  9:59 ` [PATCH 4/5] net/drivers: fec: enable multicast Philippe Gerum
2019-03-22  9:59 ` [PATCH 5/5] utils/net: ping: display min and average round-trip time Philippe Gerum

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.