summaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2020-12-10rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlersJakub Kicinski
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-31rtnetlink: add support for protodown reasonRoopa Prabhu
2020-07-25bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko
2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-04-27net: rtnetlink: remove redundant assignment to variable errColin Ian King
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn
2020-03-28xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann
2020-02-17net: bridge: teach ndo_dflt_bridge_getlink() more brport flagsJulian Wiedmann
2020-02-16net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet
2020-01-30net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2019-12-12rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek
2019-12-03net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-22net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2019-11-22net/core: Add support for getting VF GUIDsDanit Goldberg
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-29net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-10-01net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko
2019-10-01net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko
2019-10-01net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko
2019-10-01net: rtnetlink: put alternative names to getlink messageJiri Pirko
2019-10-01net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko
2019-06-26rtnetlink: skip metrics loop for dst_default_metricsDavid Ahern
2019-06-18ipoib: show VF broadcast addressDenis Kirjanov
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-14rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-14rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet
2019-03-27net/core: Fix rtnetlink kernel-doc headersBart Van Assche
2019-02-06net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_IDFlorian Fainelli
2019-02-06net: Introduce ndo_get_port_parent_id()Florian Fainelli
2019-01-19rtnetlink: ifinfo: perform strict checks also for doit handlerJakub Kicinski
2019-01-19rtnetlink: stats: reject requests for unknown statsJakub Kicinski
2019-01-19rtnetlink: stats: validate attributes in get as well as dumpsJakub Kicinski
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2018-12-30net: rtnetlink: address is mandatory for rtnl_fdb_getNikolay Aleksandrov
2018-12-19neighbour: register rtnl doit handlerRoopa Prabhu