summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-10rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-03-06rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5
2023-08-30rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-30rtnetlink: return ENODEV when ifname does not exist and group is givenFlorent Fourcot1-4/+14
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-11rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma1-2/+6
2023-07-27netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4
2023-07-27rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
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