aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko1-2/+5
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern1-12/+24
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann1-22/+18
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann1-0/+5
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt1-1/+1
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski1-5/+8
2017-04-25net: Generic XDPDavid S. Miller1-15/+25
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-16/+26
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-21/+26
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+2
2017-04-13rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for CHANGELOWERSTATE eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for PRECHANGEUPPER eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for POST_TYPE_CHANGE eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for CHANGEADDR eventDavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFODavid Ahern1-1/+0
2017-04-13rtnetlink: Do not generate notifications for MTU eventsDavid Ahern1-2/+0
2017-04-09Revert "rtnl: Add support for netdev event to link messages"David S. Miller1-83/+9
2017-04-05rtnl: Add support for netdev event to link messagesVlad Yasevich1-9/+83
2017-04-05rtnetlink: Convert rtnetlink_event to white listVlad Yasevich1-14/+17
2017-03-22rtnetlink: Add dump all for netconfDavid Ahern1-0/+1
2017-02-21rtnl: simplify error return path in rtnl_create_link()Tobias Klauser1-6/+1
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann1-4/+7
2017-02-01rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd1-1/+6
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter1-2/+1
2017-01-17net: AF-specific RTM_GETSTATS attributesRobert Shearman1-0/+50
2016-12-29rtnl: stats - add missing netlink message size checksMathias Krause1-0/+6
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-12-02net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser1-2/+2
2016-12-01rtnetlink: return the correct error codeZhang Shengju1-1/+1
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann1-1/+13
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-24net: Add net-device param to the get offloaded stats ndoOr Gerlitz1-2/+2
2016-11-23rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju1-1/+1
2016-11-19rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju1-1/+1
2016-11-18rtnetlink: fix FDB size computationSabrina Dubroca1-1/+4
2016-11-15rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca1-1/+2
2016-11-15rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca1-5/+7
2016-11-09rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause1-0/+1
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter1-0/+2
2016-10-03net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann1-0/+3
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh1-15/+65
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel1-4/+107
2016-09-09rtnetlink: remove unused ifla_stats_policystephen hemminger1-4/+0
2016-09-01rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu1-40/+65
2016-08-23net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter1-0/+2
2016-07-20rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco1-0/+4
2016-07-19rtnl: add option for setting link xdp progBrenden Blanco1-0/+64