Age | Commit message (Expand) | Author | Files | Lines |
2024-03-27 | bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument | Martin KaFai Lau | 1 | -3/+3 |
2020-07-25 | net/ipv4: switch ip_mroute_setsockopt to sockptr_t | Christoph Hellwig | 1 | -2/+3 |
2018-03-26 | ip6mr: Add refcounting to mfc | Yuval Mintz | 1 | -19/+0 |
2018-03-26 | ipmr: Make MFC fib notifiers common | Yuval Mintz | 1 | -6/+0 |
2018-03-26 | ipmr: Make vif fib notifiers common | Yuval Mintz | 1 | -8/+0 |
2018-03-01 | ip6mr: Remove MFC_NOTIFY and refactor flags | Yuval Mintz | 1 | -9/+0 |
2018-03-01 | ipmr, ip6mr: Make mfc_cache a common structure | Yuval Mintz | 1 | -41/+4 |
2018-03-01 | mroute*: Make mr_table a common struct | Yuval Mintz | 1 | -21/+0 |
2018-03-01 | ipmr,ipmr6: Define a uniform vif_device | Yuval Mintz | 1 | -12/+1 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-03 | ipv4: ipmr: Add the parent ID field to VIF struct | Yotam Gigi | 1 | -0/+1 |
2017-09-27 | net: mroute: Check if rule is a default rule | Yotam Gigi | 1 | -0/+7 |
2017-09-27 | net: ipmr: Add MFC offload indication | Yotam Gigi | 1 | -0/+2 |
2017-09-27 | ipmr: Add FIB notification access functions | Yotam Gigi | 1 | -0/+15 |
2017-09-27 | ipmr: Add reference count to MFC entries | Yotam Gigi | 1 | -0/+21 |
2017-01-13 | ipmr: improve hash scalability | Nikolay Aleksandrov | 1 | -15/+42 |
2017-01-09 | net: ipmr: Remove nowait arg to ipmr_get_route | David Ahern | 1 | -1/+1 |
2016-09-26 | ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route | Nikolay Aleksandrov | 1 | -1/+1 |
2016-07-17 | net: ipmr/ip6mr: add support for keeping an entry age | Nikolay Aleksandrov | 1 | -0/+1 |
2015-11-30 | net: ipmr: move struct mr_table and VIF_EXISTS to mroute.h | Nikolay Aleksandrov | 1 | -2/+19 |
2015-11-30 | net: ipmr: adjust mroute.h style and drop extern | Nikolay Aleksandrov | 1 | -26/+21 |
2015-11-30 | net: ipmr: remove unused MFC_NOTIFY flag and make the flags enum | Nikolay Aleksandrov | 1 | -3/+7 |
2013-01-21 | mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt() | Nicolas Dichtel | 1 | -1/+1 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -145/+1 |
2011-05-04 | ipv4: Pass explicit saddr/daddr args to ipmr_get_route(). | David S. Miller | 1 | -0/+1 |
2011-01-30 | net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNT | Eric W. Biederman | 1 | -0/+1 |
2010-10-04 | ipmr: RCU protection for mfc_cache_array | Eric Dumazet | 1 | -0/+1 |
2010-04-14 | ipv4: ipmr: support multiple tables | Patrick McHardy | 1 | -1/+2 |
2010-04-14 | ipv4: ipmr: convert struct mfc_cache to struct list_head | Patrick McHardy | 1 | -1/+1 |
2010-04-14 | ipv4: ipmr: remove net pointer from struct mfc_cache | Patrick McHardy | 1 | -15/+0 |
2009-11-04 | net: cleanup include/linux | Eric Dumazet | 1 | -12/+6 |
2009-10-07 | add vif using local interface index instead of IP | Ilia K | 1 | -4/+9 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -2/+2 |
2009-01-23 | netns: ipmr: enable namespace support in ipv4 multicast routing code | Benjamin Thery | 1 | -1/+2 |
2009-01-23 | netns: ipmr: store netns in struct mfc_cache | Benjamin Thery | 1 | -0/+15 |
2008-08-30 | net: Unbreak userspace usage of linux/mroute.h | David S. Miller | 1 | -1/+1 |
2008-07-03 | ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs. | YOSHIFUJI Hideaki | 1 | -0/+27 |
2008-07-03 | ipv4: Do cleanup for ip_mr_init | Wang Chen | 1 | -2/+1 |
2008-04-04 | [IPV4] MROUTE: Adjust include files for user-space. | YOSHIFUJI Hideaki | 1 | -0/+3 |
2008-04-04 | [IPV4] MROUTE: Move PIM definitions to <linux/pim.h>. | YOSHIFUJI Hideaki | 1 | -21/+1 |
2007-11-07 | [IPV4]: Clean the ip_sockglue.c from some ugly ifdefs | Pavel Emelyanov | 1 | -0/+12 |
2006-09-29 | [IPV4]: mroute annotations | Al Viro | 1 | -5/+5 |
2006-09-29 | [IPV4]: PIMv2 header annotations | Al Viro | 1 | -2/+2 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+226 |