aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/rtnetlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
14 daysrtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet1-3/+2
14 daysrtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()Eric Dumazet1-5/+7
14 daysrtnetlink: do not depend on RTNL in rtnl_fill_proto_down()Eric Dumazet1-4/+4
14 daysrtnetlink: do not depend on RTNL for many attributesEric Dumazet1-20/+31
14 daysrtnetlink: do not depend on RTNL for IFLA_TXQLEN outputEric Dumazet1-1/+1
14 daysrtnetlink: do not depend on RTNL for IFLA_IFNAME outputEric Dumazet1-2/+6
14 daysrtnetlink: do not depend on RTNL for IFLA_QDISC outputEric Dumazet1-3/+3
2024-05-03rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-03rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()Eric Dumazet1-37/+22
2024-05-03rtnetlink: change rtnl_stats_dump() return valueEric Dumazet1-1/+1
2024-03-29netlink: introduce type-checking attribute iterationJohannes Berg1-8/+7
2024-03-07netlink: let core handle error cases in dump operationsEric Dumazet1-4/+1
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-03-05dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-2/+2
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+5
2024-02-28rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing backLin Ma1-6/+5
2024-02-26rtnetlink: provide RCU protection to rtnl_fill_prop_list()Eric Dumazet1-5/+4
2024-02-26rtnetlink: make rtnl_fill_link_ifmap() RCU readyEric Dumazet1-10/+11
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet1-0/+2
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-3/+3
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+9
2024-02-14net: remove dev_base_lock from do_setlink()Eric Dumazet1-2/+0
2024-02-14net: add netdev_set_operstate() helperEric Dumazet1-7/+15
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet1-2/+2
2024-02-14dev: annotate accesses to dev->linkEric Dumazet1-1/+1
2024-02-13rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet1-38/+20
2024-02-12net: add rcu safety to rtnl_prop_list_size()Eric Dumazet1-6/+9
2024-02-04net: make dev_unreg_count globalEric Dumazet1-10/+1
2024-01-11Revert "net: rtnetlink: Enslave device before bringing it up"Nicolas Dichtel1-7/+7
2023-12-20rtnetlink: bridge: Enable MDB bulk deletionIdo Schimmel1-1/+2
2023-12-20rtnetlink: bridge: Invoke MDB bulk deletion when neededIdo Schimmel1-0/+8
2023-12-20rtnetlink: bridge: Use a different policy for MDB bulk deleteIdo Schimmel1-2/+49
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela1-9/+3
2023-12-05net: core: synchronize link-watch when carrier is queriedJohannes Berg1-0/+8
2023-11-18rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing1-1/+1
2023-10-27rtnetlink: Add MDB get supportIdo Schimmel1-1/+88
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2023-10-16netlink: Correct offload_xstats sizeChristoph Paasch1-3/+1
2023-10-13net: Handle bulk delete policy in bridge driverAmit Cohen1-17/+10
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko1-0/+36
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+21
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-20net: validate veth and vxcan peer ifindexesJakub Kicinski1-4/+18
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-07-27rtnetlink: let rtnl_bridge_setlink checks IFLA_BRIDGE_MODE lengthLin Ma1-2/+6
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel1-1/+1
2023-07-18rtnetlink: Move nesting cancellation rollback to proper functionGal Pressman1-5/+4
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-06-22netlink: do not hard code device address lenth in fdb dumpsEric Dumazet1-4/+4