rtnetlink.c (e6e6659446c87057aede26a39d9f16b19001716f) rtnetlink.c (dc709f375743ebf5c9326cc9b946f6f09a34ac44)
1/*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interface as the means of communication with the user level.
5 *
6 * Routing netlink socket interface: protocol independent part.
7 *
8 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>

--- 4272 unchanged lines hidden (view full) ---

4281 case NETDEV_REBOOT:
4282 case NETDEV_CHANGEMTU:
4283 case NETDEV_CHANGEADDR:
4284 case NETDEV_CHANGENAME:
4285 case NETDEV_FEAT_CHANGE:
4286 case NETDEV_BONDING_FAILOVER:
4287 case NETDEV_POST_TYPE_CHANGE:
4288 case NETDEV_NOTIFY_PEERS:
1/*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interface as the means of communication with the user level.
5 *
6 * Routing netlink socket interface: protocol independent part.
7 *
8 * Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>

--- 4272 unchanged lines hidden (view full) ---

4281 case NETDEV_REBOOT:
4282 case NETDEV_CHANGEMTU:
4283 case NETDEV_CHANGEADDR:
4284 case NETDEV_CHANGENAME:
4285 case NETDEV_FEAT_CHANGE:
4286 case NETDEV_BONDING_FAILOVER:
4287 case NETDEV_POST_TYPE_CHANGE:
4288 case NETDEV_NOTIFY_PEERS:
4289 case NETDEV_CHANGEUPPER:
4289 case NETDEV_RESEND_IGMP:
4290 case NETDEV_CHANGEINFODATA:
4291 case NETDEV_CHANGE_TX_QUEUE_LEN:
4292 rtmsg_ifinfo_event(RTM_NEWLINK, dev, 0, rtnl_get_event(event),
4293 GFP_KERNEL);
4294 break;
4295 default:
4296 break;

--- 71 unchanged lines hidden ---
4290 case NETDEV_RESEND_IGMP:
4291 case NETDEV_CHANGEINFODATA:
4292 case NETDEV_CHANGE_TX_QUEUE_LEN:
4293 rtmsg_ifinfo_event(RTM_NEWLINK, dev, 0, rtnl_get_event(event),
4294 GFP_KERNEL);
4295 break;
4296 default:
4297 break;

--- 71 unchanged lines hidden ---