summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-6/+6
* rtnetlink: fix data overflow in rtnl_calcit()Di Zhu2020-10-211-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-3/+2
|\
| * bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-251-3/+2
* | rtnetlink: add support for protodown reasonRoopa Prabhu2020-07-311-5/+108
|/
* rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen2020-07-171-1/+2
* net: change addr_list_lock back to static keyCong Wang2020-06-091-1/+0
* net: rtnetlink: remove redundant assignment to variable errColin Ian King2020-04-271-1/+1
* net: Add IF_OPER_TESTINGAndrew Lunn2020-04-201-1/+8
* xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-281-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-14/+12
|\
| * net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet2020-02-161-14/+12
* | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann2020-02-201-6/+6
* | net: bridge: teach ndo_dflt_bridge_getlink() more brport flagsJulian Wiedmann2020-02-171-1/+5
|/
* net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky2020-01-301-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-2/+11
|\
| * net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2020-01-231-2/+11
* | rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek2019-12-121-0/+5
|/
* net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg2019-12-031-1/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-0/+14
|\
| * net/core: Add support for getting VF GUIDsDanit Goldberg2019-11-221-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-1/+22
|\ \
| * | net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter2019-11-221-1/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-8/+9
|\| |
| * | net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov2019-10-291-1/+1
| * | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-7/+7
| * | net: core: add generic lockdep keysTaehee Yoo2019-10-241-0/+1
| |/
* | net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko2019-10-011-11/+18
* | net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko2019-10-011-20/+25
* | net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko2019-10-011-6/+4
* | net: rtnetlink: put alternative names to getlink messageJiri Pirko2019-10-011-0/+53
* | net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko2019-10-011-0/+103
|/
* rtnetlink: skip metrics loop for dst_default_metricsDavid Ahern2019-06-261-0/+4
* ipoib: show VF broadcast addressDenis Kirjanov2019-06-181-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca2019-05-141-6/+10
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-45/+62
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-23/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+1
|\
| * rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet2019-04-141-1/+1
* | net/core: Fix rtnetlink kernel-doc headersBart Van Assche2019-03-271-3/+6
|/
* net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli2019-02-061-13/+3
* net: Introduce ndo_get_port_parent_id()Florian Fainelli2019-02-061-1/+5
* rtnetlink: ifinfo: perform strict checks also for doit handlerJakub Kicinski2019-01-191-1/+48
* rtnetlink: stats: reject requests for unknown statsJakub Kicinski2019-01-191-0/+4
* rtnetlink: stats: validate attributes in get as well as dumpsJakub Kicinski2019-01-191-21/+37
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-2/+3
* net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov2018-12-301-0/+5
* neighbour: register rtnl doit handlerRoopa Prabhu2018-12-191-12/+0
* net: rtnetlink: support for fdb getRoopa Prabhu2018-12-161-1/+167