summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang
2024-10-29rtnetlink: Fix kdoc of rtnl_af_register().Kuniyuki Iwashima
2024-10-29rtnetlink: Define rtnl_net_trylock().Kuniyuki Iwashima
2024-10-22rtnetlink: Protect struct rtnl_af_ops with SRCU.Kuniyuki Iwashima
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Clean up rtnl_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Clean up rtnl_dellink().Kuniyuki Iwashima
2024-10-22rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Protect struct rtnl_link_ops with SRCU.Kuniyuki Iwashima
2024-10-22rtnetlink: Move ops->validate to rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Factorise do_setlink() path from __rtnl_newlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Call validate_linkmsg() in do_setlink().Kuniyuki Iwashima
2024-10-22rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs.Kuniyuki Iwashima
2024-10-15rtnetlink: Remove rtnl_register() and rtnl_register_module().Kuniyuki Iwashima
2024-10-15rtnetlink: Use rtnl_register_many().Kuniyuki Iwashima
2024-10-15rtnetlink: Panic when __rtnl_register_many() fails for builtin callers.Kuniyuki Iwashima
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-08rtnetlink: Add assertion helpers for per-netns RTNL.Kuniyuki Iwashima
2024-10-08rtnetlink: Add per-netns RTNL.Kuniyuki Iwashima
2024-10-04net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet
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