netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 net-next 0/2] route: add support and selftests for directed broadcast forwarding
@ 2018-07-02  6:30 Xin Long
  2018-07-02  6:30 ` [PATCHv2 net-next 1/2] route: add support " Xin Long
  0 siblings, 1 reply; 20+ messages in thread
From: Xin Long @ 2018-07-02  6:30 UTC (permalink / raw)
  To: network dev; +Cc: davem, David Ahern, Davide Caratti, idosch

Patch 1/2 is the feature and 2/2 is the selftest. Check the changelog
on each of them to know the details.

v1->v2:
  - fix a typo in changelog.
  - fix an uapi break that Davide noticed.
  - flush route cache when bc_forwarding is changed.
  - add the selftest for this patch as Ido's suggestion.

Xin Long (2):
  route: add support for directed broadcast forwarding
  selftests: add a selftest for directed broadcast forwarding

 include/linux/inetdevice.h                         |   1 +
 include/uapi/linux/ip.h                            |   1 +
 include/uapi/linux/netconf.h                       |   1 +
 net/ipv4/devinet.c                                 |  11 ++
 net/ipv4/route.c                                   |   6 +-
 .../selftests/net/forwarding/router_broadcast.sh   | 142 +++++++++++++++++++++
 6 files changed, 161 insertions(+), 1 deletion(-)
 create mode 100755 tools/testing/selftests/net/forwarding/router_broadcast.sh

-- 
2.1.0

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

end of thread, other threads:[~2018-07-07 14:51 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-02  6:30 [PATCHv2 net-next 0/2] route: add support and selftests for directed broadcast forwarding Xin Long
2018-07-02  6:30 ` [PATCHv2 net-next 1/2] route: add support " Xin Long
2018-07-02  6:30   ` [PATCHv2 net-next 2/2] selftests: add a selftest " Xin Long
2018-07-02 15:12     ` David Ahern
2018-07-03 11:36       ` Xin Long
2018-07-03 19:23         ` David Ahern
2018-07-04 17:56           ` Xin Long
2018-07-04 18:31             ` David Ahern
2018-07-04 18:36             ` David Ahern
2018-07-05  7:57               ` Xin Long
2018-07-05 13:18                 ` David Ahern
2018-07-05 14:07                   ` Xin Long
2018-07-06  9:50                     ` Xin Long
2018-07-07 14:51                       ` David Ahern
2018-07-04 20:39             ` Ido Schimmel
2018-07-05  8:21               ` Xin Long
2018-07-05 15:38                 ` Xin Long
2018-07-02  9:57   ` [PATCHv2 net-next 1/2] route: add support " Davide Caratti
2018-07-02 15:05   ` David Ahern
2018-07-03 11:38     ` Xin Long

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