summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: give a user socket to get_target_net()Andrei Vagin2018-01-041-5/+5
* rtnetlink: fix missing size for IFLA_IF_NETNSIDColin Ian King2017-11-081-1/+1
* net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-2/+2
* rtnetlink: use netnsid to query interfaceJiri Benc2017-11-051-18/+85
* bonding: remove rtmsg_ifinfo called after bond_lower_state_changedXin Long2017-10-251-1/+0Star
* rtnetlink: bring NETDEV_CHANGELOWERSTATE event process back to rtnetlink_eventXin Long2017-10-251-0/+1
* net: core: rtnetlink: use BUG_ON instead of if condition followed by BUGGustavo A. R. Silva2017-10-231-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-3/+10
|\
| * net: enable interface alias removal via rtnlNicolas Dichtel2017-10-161-1/+4
| * rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long2017-10-161-1/+1
| * rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long2017-10-161-1/+1
| * rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long2017-10-161-0/+1
| * rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long2017-10-161-0/+1
| * rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long2017-10-161-0/+1
| * rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long2017-10-161-0/+1
* | 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