Age | Commit message (Expand) | Author | Files | Lines |
2019-10-04 | net: fib_notifier: propagate extack down to the notifier block callback | Jiri Pirko | 1 | -5/+7 |
2019-10-04 | net: fib_notifier: propagate possible error during fib notifier registration | Jiri Pirko | 1 | -7/+15 |
2019-10-04 | net: fib_notifier: make FIB notifier per-netns | Jiri Pirko | 1 | -2/+2 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2019-05-04 | ipmr_base: Do not reset index in mr_table_dump | David Ahern | 1 | -2/+1 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -1/+1 |
2018-10-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+0 |
2018-10-18 | net: ipmr: fix unresolved entry dumps | Nikolay Aleksandrov | 1 | -2/+0 |
2018-10-16 | net: Plumb support for filtering ipv4 and ipv6 multicast route dumps | David Ahern | 1 | -3/+40 |
2018-10-16 | ipmr: Refactor mr_rtm_dumproute | David Ahern | 1 | -33/+55 |
2018-06-22 | rhashtable: split rhashtable.h | NeilBrown | 1 | -0/+1 |
2018-06-05 | ipmr: fix error path when ipmr_new_table fails | Sabrina Dubroca | 1 | -3/+5 |
2018-05-22 | ipmr: properly check rhltable_init() return value | Eric Dumazet | 1 | -1/+4 |
2018-03-26 | ipmr: Make ipmr_dump() common | Yuval Mintz | 1 | -0/+42 |
2018-03-01 | ipmr, ip6mr: Unite dumproute flows | Yuval Mintz | 1 | -0/+123 |
2018-03-01 | ipmr, ip6mr: Unite vif seq functions | Yuval Mintz | 1 | -0/+33 |
2018-03-01 | ipmr, ip6mr: Unite mfc seq logic | Yuval Mintz | 1 | -0/+62 |
2018-03-01 | ipmr, ip6mr: Unite logic for searching in MFC cache | Yuval Mintz | 1 | -2/+52 |
2018-03-01 | ipmr, ip6mr: Unite creation of new mr_table | Yuval Mintz | 1 | -0/+27 |
2018-03-01 | ipmr,ipmr6: Define a uniform vif_device | Yuval Mintz | 1 | -0/+28 |