summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-171-0/+3
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-041-0/+10
* rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096Eric Dumazet2018-10-181-0/+6
* rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira2018-10-181-9/+20
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-281-3/+6
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-111-4/+4
* 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: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-031-0/+3
* rtnelink: Move link dump consistency check out of the loopJakub Sitnicki2017-08-131-4/+2
* 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-091-0/+15
* rtnetlink: protect handler table with rcuFlorian Westphal2017-08-091-56/+65
* rtnetlink: small rtnl lock pushdownFlorian Westphal2017-08-091-6/+13
* rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal2017-08-091-1/+13
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-18/+18
* rtnetlink: call rtnl_calcit directlyFlorian Westphal2017-08-091-25/+4
* rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-201-1/+2
* Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-191-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-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelinkMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-1/+1
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-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-271-9/+56
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-261-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-111-22/+18