summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29net: make free_netdev() more lenient with unregistering devicesJakub Kicinski1-17/+6
2022-07-29docs: net: explain struct net_device lifetimeJakub Kicinski1-1/+1
2022-04-13net: limit altnames to 64k totalJakub Kicinski1-0/+11
2022-04-13net: account alternate interface name memoryJakub Kicinski1-1/+1
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-2/+4
2022-02-05rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()Eric Dumazet1-2/+4
2021-10-13rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet1-1/+1
2021-09-03rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-06-23rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-18rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong1-1/+3
2021-03-07net: fix dev_ifsioc_locked() race conditionCong Wang1-1/+1
2020-10-22rtnetlink: fix data overflow in rtnl_calcit()Di Zhu1-7/+6
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+2
2020-08-01rtnetlink: add support for protodown reasonRoopa Prabhu1-5/+108
2020-07-26bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko1-3/+2
2020-07-17rtnetlink: Fix memory(net_device) leak when ->newlink failsWeilong Chen1-1/+2
2020-06-09net: change addr_list_lock back to static keyCong Wang1-1/+0
2020-04-27net: rtnetlink: remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-20net: Add IF_OPER_TESTINGAndrew Lunn1-1/+8
2020-03-29xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen1-0/+14
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+12
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann1-6/+6
2020-02-18net: bridge: teach ndo_dflt_bridge_getlink() more brport flagsJulian Wiedmann1-1/+5
2020-02-17net: rtnetlink: fix bugs in rtnl_alt_ifname()Eric Dumazet1-14/+12
2020-01-30net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky1-2/+2
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+11
2020-01-23net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet1-2/+11
2019-12-13rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek1-0/+5
2019-12-03net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg1-1/+3
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+14
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+22
2019-11-22net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-22net/core: Add support for getting VF GUIDsDanit Goldberg1-0/+14
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+9
2019-10-30net: rtnetlink: fix a typo fbd -> fdbNikolay Aleksandrov1-1/+1
2019-10-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-7/+7
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-0/+1
2019-10-02net: rtnetlink: add possibility to use alternative names as message handleJiri Pirko1-11/+18
2019-10-02net: rtnetlink: introduce helper to get net_device instance by ifnameJiri Pirko1-20/+25
2019-10-02net: rtnetlink: unify the code in __rtnl_newlink get dev with the restJiri Pirko1-6/+4
2019-10-02net: rtnetlink: put alternative names to getlink messageJiri Pirko1-0/+53
2019-10-02net: rtnetlink: add linkprop commands to add and delete alternative ifnamesJiri Pirko1-0/+103
2019-06-26rtnetlink: skip metrics loop for dst_default_metricsDavid Ahern1-0/+4
2019-06-18ipoib: show VF broadcast addressDenis Kirjanov1-0/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-15rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca1-6/+10
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg1-45/+62
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-23/+25
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-04-15rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet1-1/+1