diff options
| author | 2016-03-21 13:35:57 -0400 | |
|---|---|---|
| committer | 2016-03-21 13:35:57 -0400 | |
| commit | 6b0725232dd1a8ba330663603db2a4009c177181 (patch) | |
| tree | facc1236f8b9a67a7f8d107cadeefa04020c07a9 /include/uapi/linux | |
| parent | vxlan: fix too large pskb_may_pull with remote checksum (diff) | |
| parent | bridge: update max_gso_segs and max_gso_size (diff) | |
Merge branch 'bridge-gso-segs-and-size'
Eric Dumazet says:
====================
net: propagate max_gso_segs and max_gso_size
bridge code does not properly update max_gso_segs and max_gso_size.
Since this was not really obvious, first patch adds two new rtnetlink
attributes to help debugging this kind of issues (ip -d link)
Second patch fixes bridge code.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/if_link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h index 8e3f88fa5b59..76d315ca597d 100644 --- a/include/uapi/linux/if_link.h +++ b/include/uapi/linux/if_link.h @@ -153,6 +153,8 @@ enum { IFLA_LINK_NETNSID, IFLA_PHYS_PORT_NAME, IFLA_PROTO_DOWN, + IFLA_GSO_MAX_SEGS, + IFLA_GSO_MAX_SIZE, __IFLA_MAX }; |
