aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov1-2/+48
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet1-0/+22
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+10
2016-05-04net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov1-0/+30
2016-05-02net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov1-13/+31
2016-04-26rtnl: align nlattr properly when neededNicolas Dichtel1-2/+2
2016-04-25rtnl: use nla_put_u64_64bit()Nicolas Dichtel1-18/+18
2016-04-21rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel1-17/+5
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu1-0/+158
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller1-19/+5
2016-04-19net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller1-0/+19
2016-04-18rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu1-15/+8
2016-03-31rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+4
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+36
2016-03-21net/core: Add support for configuring VF GUIDsEli Cohen1-0/+36
2016-03-21net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet1-0/+4
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2016-03-02net/rtnetlink: remove dead codeEric Engestrom1-9/+0
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真1-0/+6
2016-02-11net: Add support for filtering link dump by master device and kindDavid Ahern1-1/+67
2016-02-06net: add rx_nohandler stat counterJarod Wilson1-0/+2
2016-01-11net/rtnetlink: remove unused sz_idx variableAlexander Kuleshov1-2/+1
2015-12-16net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski1-7/+10
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel1-0/+1
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-10-23if_link: Add control trust VFHiroshi Shimamoto1-3/+21
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-4/+4
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai1-1/+1
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-1/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+16
2015-09-15rtnetlink: RTEXT_FILTER_SKIP_STATS support to avoid dumping inet/inet6 statsSowmini Varadhan1-1/+1
2015-09-15rtnetlink: catch -EOPNOTSUPP errors from ndo_bridge_getlinkRoopa Prabhu1-10/+16
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann1-0/+6
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf1-9/+17
2015-07-15netlink: changes for setting and clearing protodown via netlink.Anuradha Karuppiah1-2/+14
2015-07-15rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann1-4/+7
2015-07-08rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann1-91/+96
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman1-3/+15
2015-06-15net/core: Add reading VF statistics through the PF netdeviceEran Ben Elisha1-2/+49
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-05-17rtnl/bond: don't send rtnl msg for unregistered ifaceNicolas Dichtel1-0/+3
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-1/+2
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman1-3/+6
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-1/+1
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-1/+1
2015-04-29bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel1-5/+7
2015-04-10if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov1-6/+26