aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-06ipmr: use goto to common label instead of opencodingIlpo Järvinen1-2/+1
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery1-108/+135
2009-01-22netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery1-39/+62
2009-01-22netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery1-10/+12
2009-01-22netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-13/+11
2009-01-22netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-18/+21
2009-01-22netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery1-13/+28
2009-01-22netns: ipmr: store netns in struct mfc_cacheBenjamin Thery1-9/+17
2009-01-22netns: ipmr: dynamically allocate vif_tableBenjamin Thery1-41/+68
2009-01-22netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery1-15/+13
2008-12-16ipmr: merge common codeIlpo Järvinen1-64/+39
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery1-1/+1
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery1-5/+11
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger1-1/+5
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+5
2008-11-19ip: convert to net_device_ops for ioctlStephen Hemminger1-8/+17
2008-11-19net: fix ip_mr_init() error pathBenjamin Thery1-4/+5
2008-11-03net: clean up net/ipv4/ipmr.cJianjun Kong1-65/+65
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-14ipv4: Fix ipmr unregister device oopsWang Chen1-8/+14
2008-07-14ipv4: Check return of dev_set_allmultiWang Chen1-1/+39
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen1-4/+24
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-21ipmr: Use on-device stats instead of private ones.Pavel Emelyanov1-16/+9
2008-05-21ipmr: Ipip tunnel uses on-device stats.Pavel Emelyanov1-2/+2
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-3/+3
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-28[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev1-1/+1
2008-01-28[IPV4]: ipmr sparse warningsStephen Hemminger1-3/+7
2008-01-28[IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches1-3/+3
2008-01-28[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet onePavel Emelyanov1-2/+2
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-2/+2
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-2/+1
2007-10-10[NET]: Make core networking code use seq_open_privatePavel Emelyanov1-39/+4
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-2/+2
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-1/+6
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-06-07[IPV4]: Restore old behaviour of default config valuesHerbert Xu1-4/+11
2007-06-07[IPV4]: Convert IPv4 devconf to an arrayHerbert Xu1-6/+6
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-4/+5
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo1-4/+4
2007-04-25[SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo1-1/+2