aboutsummaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov
2015-12-16net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa
2015-10-23if_link: Add control trust VFHiroshi Shimamoto
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan
2015-09-15rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf
2015-07-15netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah
2015-07-15rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann
2015-07-08rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman
2015-06-15net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-04-10if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf
2015-04-09net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-02dev: introduce dev_get_iflink()Nicolas Dichtel
2015-03-24net: allow to delete a whole device groupWANG Cong
2015-03-24net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-18net: add support for phys_port_nameDavid Ahern
2015-03-10net: Handle unregister properly when netdev namespace change fails.David S. Miller
2015-03-01net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet
2015-02-28net: Verify permission to link_net in newlinkEric W. Biederman
2015-02-28net: Verify permission to dest_net in newlinkEric W. Biederman
2015-02-24rtnetlink: avoid 0 sized arraysSasha Levin
2015-02-15rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-07rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-04net/core: Add event for a change in slave stateMoni Shoua
2015-02-01bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellinkRoopa Prabhu
2015-01-29rtnetlink: pass link_net to the newlink handlerNicolas Dichtel
2015-01-28bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu
2015-01-23rtnl: fix error path when adding an iface with a link netNicolas Dichtel