summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2016-07-10net: fix infoleak in rtnetlinkKangjie Lu
2016-07-10rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel
2015-09-29rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas 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
2015-01-19rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel
2015-01-19rtnl: add link netns id to interface messagesNicolas Dichtel
2015-01-19bridge: remove oflags from setlink/dellink.Rosen, Rami
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-17bridge: fix setlink/dellink notificationsRoopa Prabhu
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2015-01-05net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is definedHubert Sokolowski
2014-12-16net: Disallow providing non zero VLAN ID for NIC drivers FDB add flowOr Gerlitz
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-09rocker: remove swdev modeRoopa Prabhu
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar
2014-12-02bridge: add brport flags to dflt bridge_getlinkScott Feldman
2014-12-02rtnl: expose physical switch id for particular deviceJiri Pirko
2014-12-02net: rename netdev_phys_port_id to more generic nameJiri Pirko
2014-12-02net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko
2014-11-29rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel
2014-11-26bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINKThomas Graf
2014-11-26bridge: Validate IFLA_BRIDGE_FLAGS attribute lengthThomas Graf
2014-11-04netdev, sched/wait: Fix sleeping inside wait eventPeter Zijlstra