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