summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin
2024-08-23rtnetlink: delete redundant judgment statementsLi Zetao
2024-07-29rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...Kuniyuki Iwashima
2024-07-11net: reduce rtnetlink_rcv_msg() stack usageEric Dumazet
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski
2024-06-05rtnetlink: make the "split" NLM_DONE handling genericJakub Kicinski
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