index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
rtnetlink.c
Age
Commit message (
Expand
)
Author
2024-10-22
rtnetlink: Protect struct rtnl_af_ops with SRCU.
Kuniyuki Iwashima
2024-10-22
rtnetlink: Return int from rtnl_af_register().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Call rtnl_link_get_net_capable() in do_setlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Clean up rtnl_setlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Clean up rtnl_dellink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Fetch IFLA_LINK_NETNSID in rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Call rtnl_link_get_net_capable() in rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Protect struct rtnl_link_ops with SRCU.
Kuniyuki Iwashima
2024-10-22
rtnetlink: Move ops->validate to rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Move rtnl_link_ops_get() and retry to rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Move simple validation from __rtnl_newlink() to rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Factorise do_setlink() path from __rtnl_newlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Call validate_linkmsg() in do_setlink().
Kuniyuki Iwashima
2024-10-22
rtnetlink: Allocate linkinfo[] as struct rtnl_newlink_tbs.
Kuniyuki Iwashima
2024-10-15
rtnetlink: Remove rtnl_register() and rtnl_register_module().
Kuniyuki Iwashima
2024-10-15
rtnetlink: Use rtnl_register_many().
Kuniyuki Iwashima
2024-10-15
rtnetlink: Panic when __rtnl_register_many() fails for builtin callers.
Kuniyuki Iwashima
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
2024-10-10
rtnetlink: Add bulk registration helpers for rtnetlink message handlers.
Kuniyuki Iwashima
2024-10-08
rtnetlink: Add assertion helpers for per-netns RTNL.
Kuniyuki Iwashima
2024-10-08
rtnetlink: Add per-netns RTNL.
Kuniyuki Iwashima
2024-10-04
net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
Eric Dumazet
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-08-23
rtnetlink: delete redundant judgment statements
Li Zetao
2024-07-29
rtnetlink: Don't ignore IFLA_TARGET_NETNSID when ifname is specified in rtnl_...
Kuniyuki Iwashima
2024-07-11
net: reduce rtnetlink_rcv_msg() stack usage
Eric Dumazet
2024-06-10
rtnetlink: move rtnl_lock handling out of af_netlink
Jakub Kicinski
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
Eric Dumazet
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
Eric Dumazet
2024-05-07
rtnetlink: do not depend on RTNL for many attributes
Eric Dumazet
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
Eric Dumazet
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_IFNAME output
Eric Dumazet
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_QDISC output
Eric Dumazet
2024-05-03
rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
Roded Zats
2024-05-03
rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()
Eric Dumazet
2024-05-03
rtnetlink: change rtnl_stats_dump() return value
Eric Dumazet
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
2024-03-07
netlink: let core handle error cases in dump operations
Eric Dumazet
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-05
dpll: move all dpll<>netdev helpers to dpll code
Jakub Kicinski
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-28
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
2024-02-26
rtnetlink: provide RCU protection to rtnl_fill_prop_list()
Eric Dumazet
2024-02-26
rtnetlink: make rtnl_fill_link_ifmap() RCU ready
Eric Dumazet
2024-02-26
rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag
Eric Dumazet
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
[next]