index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
nexthop.c
Age
Commit message (
Expand
)
Author
2021-04-19
nexthop: Restart nexthop dump based on last dumped nexthop identifier
Ido Schimmel
2021-03-28
nexthop: Rename artifacts related to legacy multipath nexthop groups
Petr Machata
2021-03-11
nexthop: Enable resilient next-hop groups
Petr Machata
2021-03-11
nexthop: Notify userspace about bucket migrations
Petr Machata
2021-03-11
nexthop: Add netlink handlers for bucket get
Petr Machata
2021-03-11
nexthop: Add netlink handlers for bucket dump
Petr Machata
2021-03-11
nexthop: Add netlink handlers for resilient nexthop groups
Petr Machata
2021-03-11
nexthop: Allow reporting activity of nexthop buckets
Ido Schimmel
2021-03-11
nexthop: Allow setting "offload" and "trap" indication of nexthop buckets
Ido Schimmel
2021-03-11
nexthop: Implement notifiers for resilient nexthop groups
Petr Machata
2021-03-11
nexthop: Add implementation of resilient next-hop groups
Petr Machata
2021-03-11
nexthop: Add netlink defines and enumerators for resilient NH groups
Ido Schimmel
2021-03-11
nexthop: Add a dedicated flag for multipath next-hop groups
Petr Machata
2021-03-11
nexthop: __nh_notifier_single_info_init(): Make nh_info an argument
Petr Machata
2021-03-11
nexthop: Pass nh_config to replace_nexthop()
Petr Machata
2021-03-04
nexthop: Do not flush blackhole nexthops when loopback goes down
Ido Schimmel
2021-01-28
nexthop: Extract a helper for validation of get/del RTNL requests
Petr Machata
2021-01-28
nexthop: Add a callback parameter to rtm_dump_walk_nexthops()
Petr Machata
2021-01-28
nexthop: Extract a helper for walking the next-hop tree
Petr Machata
2021-01-28
nexthop: Strongly-type context of rtm_dump_nexthop()
Petr Machata
2021-01-28
nexthop: Extract a common helper for parsing dump attributes
Petr Machata
2021-01-28
nexthop: Extract dump filtering parameters into a single structure
Petr Machata
2021-01-28
nexthop: Dispatch notifier init()/fini() by group type
Petr Machata
2021-01-28
nexthop: Use enum to encode notification type
Ido Schimmel
2021-01-28
nexthop: Assert the invariant that a NH group is of only one type
Petr Machata
2021-01-28
nexthop: Introduce to struct nh_grp_entry a per-type union
Petr Machata
2021-01-28
nexthop: Dispatch nexthop_select_path() by group type
Petr Machata
2021-01-28
nexthop: Rename nexthop_free_mpath
David Ahern
2021-01-20
nexthop: Specialize rtm_nh_policy
Petr Machata
2021-01-20
nexthop: Use a dedicated policy for nh_valid_dump_req()
Petr Machata
2021-01-20
nexthop: Use a dedicated policy for nh_valid_get_del_req()
Petr Machata
2021-01-07
nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
Petr Machata
2021-01-07
nexthop: Unlink nexthop group entry in error path
Ido Schimmel
2021-01-07
nexthop: Fix off-by-one error in error path
Ido Schimmel
2020-11-06
nexthop: Replay nexthops when registering a notifier
Ido Schimmel
2020-11-06
nexthop: Pass extack to register_nexthop_notifier()
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a nexthop group is reduced
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a nexthop group is modified
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a single nexthop is replaced
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a nexthop group is replaced
Ido Schimmel
2020-11-06
nexthop: Emit a notification when a nexthop is added
Ido Schimmel
2020-11-06
nexthop: Allow setting "offload" and "trap" indications on nexthops
Ido Schimmel
2020-11-06
nexthop: vxlan: Convert to new notification info
Ido Schimmel
2020-11-06
nexthop: Prepare new notification info
Ido Schimmel
2020-11-06
nexthop: Pass extack to nexthop notifier
Ido Schimmel
2020-10-19
nexthop: Fix performance regression in nexthop deletion
Ido Schimmel
2020-09-15
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
2020-09-15
nexthop: Convert to blocking notification chain
Ido Schimmel
2020-08-26
ipv4: nexthop: Correctly update nexthop group when replacing a nexthop
Ido Schimmel
2020-08-26
ipv4: nexthop: Correctly update nexthop group when removing a nexthop
Ido Schimmel
[next]