summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnl: stats - add missing netlink message size checksMathias Krause2016-12-291-0/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+2
|\
| * net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser2016-12-021-2/+2
* | rtnetlink: return the correct error codeZhang Shengju2016-12-011-1/+1
* | bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann2016-11-301-1/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+1
|\|
| * rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju2016-11-231-1/+1
* | net: Add net-device param to the get offloaded stats ndoOr Gerlitz2016-11-241-2/+2
|/
* rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju2016-11-191-1/+1
* rtnetlink: fix FDB size computationSabrina Dubroca2016-11-181-1/+4
* rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca2016-11-151-1/+2
* rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca2016-11-151-5/+7
* rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2016-11-091-0/+1
* net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter2016-10-131-0/+2
* net: rtnl: avoid uninitialized data in IFLA_VF_VLAN_LIST handlingArnd Bergmann2016-10-031-0/+3
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-241-15/+65
* net: core: Add offload stats to if_stats_msgNogah Frankel2016-09-181-4/+107
* rtnetlink: remove unused ifla_stats_policystephen hemminger2016-09-091-4/+0
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-011-40/+65
* net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter2016-08-231-0/+2
* rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco2016-07-201-0/+4
* rtnl: add option for setting link xdp progBrenden Blanco2016-07-191-0/+64
* net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2016-07-011-4/+12
* net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2016-06-301-2/+48
* net_sched: add the ability to defer skb freeingEric Dumazet2016-06-151-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-8/+10
|\
| * net: fix infoleak in rtnetlinkKangjie Lu2016-05-041-8/+10
* | net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov2016-05-021-0/+30
* | net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov2016-05-021-13/+31
* | rtnl: align nlattr properly when neededNicolas Dichtel2016-04-261-2/+2
* | rtnl: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-18/+18
* | rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel2016-04-211-17/+5
* | rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu2016-04-201-0/+158
* | net: Add helpers for 64-bit aligning netlink attributes.David S. Miller2016-04-191-19/+5
* | net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller2016-04-191-0/+19
* | rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu2016-04-181-15/+8
|/
* rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel2016-03-311-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-231-0/+4
|\
| * net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet2016-03-211-0/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-221-0/+36
|\ \ | |/ |/|
| * net/core: Add support for configuring VF GUIDsEli Cohen2016-03-211-0/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+6
|\ \
| * | net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真2016-02-261-0/+6
| |/
* | net/rtnetlink: remove dead codeEric Engestrom2016-03-021-9/+0
* | net: Add support for filtering link dump by master device and kindDavid Ahern2016-02-111-1/+67
* | net: add rx_nohandler stat counterJarod Wilson2016-02-061-0/+2
|/
* net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov2016-01-111-2/+1
* net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski2015-12-161-7/+10
* switchdev: Pass original device to port netdev driverIdo Schimmel2015-12-151-0/+1