aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2017-08-11rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-08-11Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern
2017-06-20rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-06-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski
2017-04-25net: Generic XDPDavid S. Miller
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-13rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN eventDavid Ahern
2017-04-13rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER eventDavid Ahern
2017-04-13rtnetlink: Do not generate notifications for CHANGELOWERSTATE eventDavid Ahern
2017-04-13rtnetlink: Do not generate notifications for PRECHANGEUPPER eventDavid Ahern
2017-04-13rtnetlink: Do not generate notifications for POST_TYPE_CHANGE eventDavid Ahern
2017-04-13rtnetlink: Do not generate notifications for CHANGEADDR eventDavid Ahern
2017-04-13rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFODavid Ahern
2017-04-13rtnetlink: Do not generate notifications for MTU eventsDavid Ahern
2017-04-09Revert "rtnl: Add support for netdev event to link messages"David S. Miller
2017-04-05rtnl: Add support for netdev event to link messagesVlad Yasevich
2017-04-05rtnetlink: Convert rtnetlink_event to white listVlad Yasevich
2017-03-22rtnetlink: Add dump all for netconfDavid Ahern
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann
2017-02-01rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter
2017-01-17net: AF-specific RTM_GETSTATS attributesRobert Shearman
2016-12-29rtnl: stats - add missing netlink message size checksMathias Krause
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser
2016-12-01rtnetlink: return the correct error codeZhang Shengju
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-24net: Add net-device param to the get offloaded stats ndoOr Gerlitz
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