Age | Commit message (Expand) | Author |
2022-02-16 | ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path |  Eric Dumazet |
2019-11-20 | ipmr: Fix skb headroom in ipmr_get_route(). |  Guillaume Nault |
2019-01-09 | ipv4: Fix potential Spectre v1 vulnerability |  Gustavo A. R. Silva |
2018-07-13 | net: ipmr: add support for passing full packet on wrong vif |  Nikolay Aleksandrov |
2018-06-22 | rhashtable: split rhashtable.h |  NeilBrown |
2018-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds |
2018-05-16 | proc: introduce proc_create_net{,_data} |  Christoph Hellwig |
2018-04-23 | net: fib_rules: add extack support |  Roopa Prabhu |
2018-03-27 | net: Drop pernet_operations::async |  Kirill Tkhai |
2018-03-26 | ip6mr: Add refcounting to mfc |  Yuval Mintz |
2018-03-26 | ipmr: Make ipmr_dump() common |  Yuval Mintz |
2018-03-26 | ipmr: Make MFC fib notifiers common |  Yuval Mintz |
2018-03-26 | ipmr: Make vif fib notifiers common |  Yuval Mintz |
2018-03-22 | net: Revert "ipv4: fix a deadlock in ip_ra_control" |  Kirill Tkhai |
2018-03-01 | ipmr, ip6mr: Unite dumproute flows |  Yuval Mintz |
2018-03-01 | ipmr, ip6mr: Unite vif seq functions |  Yuval Mintz |
2018-03-01 | ipmr, ip6mr: Unite mfc seq logic |  Yuval Mintz |
2018-03-01 | ipmr, ip6mr: Unite logic for searching in MFC cache |  Yuval Mintz |
2018-03-01 | ipmr, ip6mr: Make mfc_cache a common structure |  Yuval Mintz |
2018-03-01 | ipmr, ip6mr: Unite creation of new mr_table |  Yuval Mintz |
2018-03-01 | mroute*: Make mr_table a common struct |  Yuval Mintz |
2018-03-01 | ipmr,ipmr6: Define a uniform vif_device |  Yuval Mintz |
2018-02-26 | net: make kmem caches as __ro_after_init |  Alexey Dobriyan |
2018-02-13 | net: Convert pernet_subsys, registered from inet_init() |  Kirill Tkhai |
2018-01-30 | ipmr: Fix ptrdiff_t print formatting |  James Hogan |
2018-01-16 | net: delete /proc THIS_MODULE references |  Alexey Dobriyan |
2017-11-21 | treewide: setup_timer() -> timer_setup() |  Kees Cook |
2017-10-18 | ipv4: mark expected switch fall-throughs |  Gustavo A. R. Silva |
2017-10-03 | ipv4: ipmr: Don't forward packets already forwarded by hardware |  Yotam Gigi |
2017-10-03 | ipv4: ipmr: Add the parent ID field to VIF struct |  Yotam Gigi |
2017-10-01 | net: ipmr: make function ipmr_notifier_init static |  Colin Ian King |
2017-09-27 | net: mroute: Check if rule is a default rule |  Yotam Gigi |
2017-09-27 | net: ipmr: Add MFC offload indication |  Yotam Gigi |
2017-09-27 | ipmr: Send FIB notifications on MFC and VIF entries |  Yotam Gigi |
2017-09-27 | ipmr: Add FIB notification access functions |  Yotam Gigi |
2017-09-27 | ipmr: Add reference count to MFC entries |  Yotam Gigi |
2017-08-09 | rtnetlink: make rtnl_register accept a flags parameter |  Florian Westphal |
2017-07-12 | net: ipmr: ipmr_get_table() returns NULL |  Dan Carpenter |
2017-06-29 | net: ipmr: Add ipmr_rtm_getroute |  Donald Sharp |
2017-06-21 | ipmr: add netlink notifications on igmpmsg cache reports |  Julien Gomes |
2017-06-16 | networking: make skb_pull & friends return void pointers |  Johannes Berg |
2017-06-16 | networking: make skb_put & friends return void pointers |  Johannes Berg |
2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller |
2017-06-11 | net: ipmr: Fix some mroute forwarding issues in vrf's |  Donald Sharp |
2017-06-08 | net: ipmr: add getlink support |  Nikolay Aleksandrov |
2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. |  David S. Miller |
2017-05-16 | ipmr: vrf: Find VIFs using the actual device |  Thomas Winter |
2017-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller |
2017-04-17 | net: rtnetlink: plumb extended ack to doit function |  David Ahern |
2017-04-17 | ipv4: fix a deadlock in ip_ra_control |  WANG Cong |