summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long
2017-10-10rtnetlink: bridge: use ext_ack instead of printkFlorian Westphal
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel
2017-10-04rtnetlink: remove __rtnl_af_unregisterFlorian Westphal
2017-10-04rtnetlink: remove slave_validate callbackFlorian Westphal
2017-10-03net: core: decouple ifalias get/set from rtnl lockFlorian Westphal
2017-10-03net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov
2017-09-28rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal
2017-09-28rtnetlink: add helpers to dump netnsid informationFlorian Westphal
2017-09-28rtnetlink: add helpers to dump vf informationFlorian Westphal
2017-09-28rtnetlink: add helper to put master and link ifindexesFlorian Westphal
2017-08-13rtnelink: Move link dump consistency check out of the loopJakub Sitnicki
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-23xdp: add reporting of offload modeJakub Kicinski
2017-06-23xdp: add HW offload mode flag for installing programsJakub Kicinski
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-21rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes
2017-06-20rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval
2017-05-31rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich
2017-05-27rtnl: Add support for netdev event to link messagesVlad Yasevich
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko