summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* net: core: rcu-ify rtnl af_opsFlorian Westphal2017-10-161-16/+46
* rtnetlink: place link af dump into own helperFlorian Westphal2017-10-161-30/+42
* rtnetlink: bridge: use ext_ack instead of printkFlorian Westphal2017-10-101-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-061-0/+3
|\
| * net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-031-0/+3
* | net: Add extack to ndo_add_slaveDavid Ahern2017-10-051-4/+6
* | dev: advertise the new nsid when the netns iface changesNicolas Dichtel2017-10-051-9/+22
* | rtnetlink: remove __rtnl_af_unregisterFlorian Westphal2017-10-041-13/+1Star
* | rtnetlink: remove slave_validate callbackFlorian Westphal2017-10-041-6/+0Star
* | net: core: decouple ifalias get/set from rtnl lockFlorian Westphal2017-10-041-2/+11
* | rtnetlink: rtnl_have_link_slave_info doesn't need rtnlFlorian Westphal2017-09-281-3/+7
* | rtnetlink: add helpers to dump netnsid informationFlorian Westphal2017-09-281-11/+19
* | rtnetlink: add helpers to dump vf informationFlorian Westphal2017-09-281-19/+31
* | rtnetlink: add helper to put master and link ifindexesFlorian Westphal2017-09-281-5/+27
|/
* rtnelink: Move link dump consistency check out of the loopJakub Sitnicki2017-08-141-4/+2Star
* rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal2017-08-101-0/+6
* rtnetlink: init handler refcounts to 1Florian Westphal2017-08-101-1/+6
* rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal2017-08-101-4/+12
* rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal2017-08-101-2/+2
* rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal2017-08-101-1/+1
* rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2017-08-101-0/+15
* rtnetlink: protect handler table with rcuFlorian Westphal2017-08-101-56/+65
* rtnetlink: small rtnl lock pushdownFlorian Westphal2017-08-101-6/+13
* rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal2017-08-101-1/+13
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-18/+18
* rtnetlink: call rtnl_calcit directlyFlorian Westphal2017-08-101-25/+4Star
* rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-211-1/+2
* Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-201-0/+1
* net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_validateMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-271-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-271-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-271-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-271-1/+2
* xdp: add reporting of offload modeJakub Kicinski2017-06-231-3/+3
* xdp: add HW offload mode flag for installing programsJakub Kicinski2017-06-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-0/+2
|\
| * rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-06-201-0/+2
* | rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mrouteJulien Gomes2017-06-211-0/+13
* | net: Add IFLA_XDP_PROG_IDMartin KaFai Lau2017-06-161-6/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+2
|\|
| * net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval2017-06-081-1/+2
* | rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich2017-05-311-1/+1
* | rtnl: Add support for netdev event to link messagesVlad Yasevich2017-05-281-9/+56
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-271-2/+5
|\|
| * net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko2017-05-241-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-181-12/+24
|\|
| * net: Improve handling of failures on link and route dumpsDavid Ahern2017-05-161-12/+24
* | net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2017-05-181-2/+2
|/
* xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-121-22/+18Star