diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-09-03 19:01:36 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-09-03 19:01:36 -0400 |
| commit | 516d5f8b04ce2bcd24f03323fc743ae25b81373d (patch) | |
| tree | ff37e84692dbef5063bbf22672eb8bfad0f25dd8 /include/uapi/linux/netdevice.h | |
| parent | 6ba694560caeb3531dbedd5b3a37af037ef2a833 (diff) | |
| parent | 69e273c0b0a3c337a521d083374c918dc52c666f (diff) | |
Merge tag 'v3.17-rc3' into next
Sync with mainline to bring in Chrome EC changes.
Diffstat (limited to 'include/uapi/linux/netdevice.h')
| -rw-r--r-- | include/uapi/linux/netdevice.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/netdevice.h b/include/uapi/linux/netdevice.h index fdfbd1c17065..55818543342d 100644 --- a/include/uapi/linux/netdevice.h +++ b/include/uapi/linux/netdevice.h | |||
| @@ -37,6 +37,12 @@ | |||
| 37 | #define INIT_NETDEV_GROUP 0 | 37 | #define INIT_NETDEV_GROUP 0 |
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | /* interface name assignment types (sysfs name_assign_type attribute) */ | ||
| 41 | #define NET_NAME_UNKNOWN 0 /* unknown origin (not exposed to userspace) */ | ||
| 42 | #define NET_NAME_ENUM 1 /* enumerated by kernel */ | ||
| 43 | #define NET_NAME_PREDICTABLE 2 /* predictably named by the kernel */ | ||
| 44 | #define NET_NAME_USER 3 /* provided by user-space */ | ||
| 45 | #define NET_NAME_RENAMED 4 /* renamed by user-space */ | ||
| 40 | 46 | ||
| 41 | /* Media selection options. */ | 47 | /* Media selection options. */ |
| 42 | enum { | 48 | enum { |
