netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] ipv6: Update RFC references and implement ICMP errors for limits
@ 2019-05-26 21:15 Tom Herbert
  2019-05-26 21:15 ` [PATCH net-next 1/4] ipv6: Resolve comment that EH processing order is being violated Tom Herbert
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tom Herbert @ 2019-05-26 21:15 UTC (permalink / raw)
  To: davem, netdev; +Cc: Tom Herbert

This patch set contains:

- Resolve comment for ipv6_skip_exthdr that the function is
  non conformant with RFC2460. I requested and received an
  on the interpretation of the requirements on 6man list.
- Update references, in comments, of RFC2460 to be RFC8200.
  RFC8200 (aka IPv6) is now a full Internet standard.
- Add references to RFC8504 (updated node requirements) for
  extension header limits and limits on padding in Destination
  and Hop-by-Hop options.
- Send ICMP errors for exceeding extension header limits. These
  are specified in Internet Draft draft-ietf-6man-icmp-limits-02
  (that draft is in working group last call in IETF)

Tom Herbert (4):
  ipv6: Resolve comment that EH processing order is being violated
  ipv6: Update references from RFC2460 to RFC8200
  ipv6: Reference RFC8504 for limits in padding and EH
  ipv6: Send ICMP errors for exceeding extension header limits

 .../net/ethernet/qualcomm/rmnet/rmnet_map_data.c   |  2 +-
 drivers/net/usb/smsc95xx.c                         |  2 +-
 include/net/ipv6.h                                 |  9 ++---
 include/uapi/linux/icmpv6.h                        |  6 ++++
 net/ipv6/exthdrs.c                                 | 42 +++++++++++++++++-----
 net/ipv6/exthdrs_core.c                            | 23 ++++--------
 net/ipv6/netfilter/nf_conntrack_reasm.c            |  2 +-
 net/ipv6/reassembly.c                              |  2 +-
 net/ipv6/syncookies.c                              |  2 +-
 net/ipv6/tcp_ipv6.c                                |  2 +-
 net/ipv6/udp.c                                     |  2 +-
 net/netfilter/xt_TCPMSS.c                          |  2 +-
 12 files changed, 60 insertions(+), 36 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-05-28 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-26 21:15 [PATCH net-next 0/4] ipv6: Update RFC references and implement ICMP errors for limits Tom Herbert
2019-05-26 21:15 ` [PATCH net-next 1/4] ipv6: Resolve comment that EH processing order is being violated Tom Herbert
2019-05-26 21:15 ` [PATCH net-next 2/4] ipv6: Update references from RFC2460 to RFC8200 Tom Herbert
2019-05-26 21:15 ` [PATCH net-next 3/4] ipv6: Reference RFC8504 for limits in padding and EH Tom Herbert
2019-05-26 21:15 ` [PATCH net-next 4/4] ipv6: Send ICMP errors for exceeding extension header limits Tom Herbert
2019-05-28 17:54 ` [PATCH net-next 0/4] ipv6: Update RFC references and implement ICMP errors for limits David Miller

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