summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
* if_link: Add control trust VFHiroshi Shimamoto2015-10-231-3/+21
* netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen2015-10-211-4/+4
* net/core: lockdep_rtnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-10/+16
|\
| * rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu2015-09-151-10/+16
* | rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan2015-09-151-1/+1
|/
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-4/+7
|\
| * rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann2015-07-151-4/+7
* | openvswitch: Use regular VXLAN net_device deviceThomas Graf2015-07-211-9/+17
* | netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah2015-07-151-2/+14
|/
* rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-07-081-91/+96
* switchdev; add VLAN support for port's bridge_getlinkScott Feldman2015-06-231-3/+15
* net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha2015-06-151-2/+49