Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-20nexthop: Restart nexthop dump based on last dumped nexthop identifierIdo Schimmel
2021-03-29nexthop: Rename artifacts related to legacy multipath nexthop groupsPetr Machata
2021-03-12nexthop: Enable resilient next-hop groupsPetr Machata
2021-03-12nexthop: Notify userspace about bucket migrationsPetr Machata
2021-03-12nexthop: Add netlink handlers for bucket getPetr Machata
2021-03-12nexthop: Add netlink handlers for bucket dumpPetr Machata
2021-03-12nexthop: Add netlink handlers for resilient nexthop groupsPetr Machata
2021-03-12nexthop: Allow reporting activity of nexthop bucketsIdo Schimmel
2021-03-12nexthop: Allow setting "offload" and "trap" indication of nexthop bucketsIdo Schimmel
2021-03-12nexthop: Implement notifiers for resilient nexthop groupsPetr Machata
2021-03-12nexthop: Add implementation of resilient next-hop groupsPetr Machata
2021-03-12nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel
2021-03-12nexthop: Add a dedicated flag for multipath next-hop groupsPetr Machata
2021-03-12nexthop: __nh_notifier_single_info_init(): Make nh_info an argumentPetr Machata
2021-03-12nexthop: Pass nh_config to replace_nexthop()Petr Machata
2021-03-05nexthop: Do not flush blackhole nexthops when loopback goes downIdo Schimmel
2021-01-29nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata
2021-01-29nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata
2021-01-29nexthop: Extract a helper for walking the next-hop treePetr Machata
2021-01-29nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata
2021-01-29nexthop: Extract a common helper for parsing dump attributesPetr Machata
2021-01-29nexthop: Extract dump filtering parameters into a single structurePetr Machata
2021-01-29nexthop: Dispatch notifier init()/fini() by group typePetr Machata
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel
2021-01-29nexthop: Assert the invariant that a NH group is of only one typePetr Machata
2021-01-29nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata
2021-01-29nexthop: Dispatch nexthop_select_path() by group typePetr Machata
2021-01-29nexthop: Rename nexthop_free_mpathDavid Ahern
2021-01-21nexthop: Specialize rtm_nh_policyPetr Machata
2021-01-21nexthop: Use a dedicated policy for nh_valid_dump_req()Petr Machata
2021-01-21nexthop: Use a dedicated policy for nh_valid_get_del_req()Petr Machata
2021-01-08nexthop: Bounce NHA_GATEWAY in FDB nexthop groupsPetr Machata
2021-01-08nexthop: Unlink nexthop group entry in error pathIdo Schimmel
2021-01-08nexthop: Fix off-by-one error in error pathIdo Schimmel
2020-11-06nexthop: Replay nexthops when registering a notifierIdo Schimmel
2020-11-06nexthop: Pass extack to register_nexthop_notifier()Ido Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is reducedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is modifiedIdo Schimmel
2020-11-06nexthop: Emit a notification when a single nexthop is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop group is replacedIdo Schimmel
2020-11-06nexthop: Emit a notification when a nexthop is addedIdo Schimmel
2020-11-06nexthop: Allow setting "offload" and "trap" indications on nexthopsIdo Schimmel
2020-11-06nexthop: vxlan: Convert to new notification infoIdo Schimmel
2020-11-06nexthop: Prepare new notification infoIdo Schimmel
2020-11-06nexthop: Pass extack to nexthop notifierIdo Schimmel
2020-10-20nexthop: Fix performance regression in nexthop deletionIdo Schimmel
2020-09-16nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel
2020-09-16nexthop: Convert to blocking notification chainIdo Schimmel
2020-08-27ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel
2020-08-27ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel