summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-06-13rtnetlink: validate attributes in do_setlink()Eric Dumazet
2017-10-12net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-07-05rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-07-05net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval
2017-06-07net: Improve handling of failures on link and route dumpsDavid Ahern
2017-05-14rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-01-15rtnl: stats - add missing netlink message size checksMathias Krause
2016-12-02net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser
2016-11-23rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju
2016-11-19rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju
2016-11-18rtnetlink: fix FDB size computationSabrina Dubroca
2016-11-15rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca
2016-11-15rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca
2016-11-09rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter
2016-10-03net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel
2016-09-09rtnetlink: remove unused ifla_stats_policystephen hemminger
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu
2016-08-23net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter
2016-07-20rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco
2016-07-19rtnl: add option for setting link xdp progBrenden Blanco
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-04net: fix infoleak in rtnetlinkKangjie Lu
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov
2016-05-02net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov
2016-04-26rtnl: align nlattr properly when neededNicolas Dichtel
2016-04-25rtnl: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-21rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller
2016-04-19net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller
2016-04-18rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu
2016-03-31rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-03-21net/core: Add support for configuring VF GUIDsEli Cohen
2016-03-21net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-02net/rtnetlink: remove dead codeEric Engestrom
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真
2016-02-11net: Add support for filtering link dump by master device and kindDavid Ahern
2016-02-06net: add rx_nohandler stat counterJarod Wilson
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov