summaryrefslogtreecommitdiff
path: root/net/ipv4/ipmr.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-18ipmr: remove useless checks from ipmr_device_eventPavel Emelyanov1-3/+0
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2009-11-14ipmr: missing dev_put() on error path in vif_add()Dan Carpenter1-1/+3
2009-10-29ipmr: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-19inet: rename some inet_sock fieldsEric Dumazet1-1/+1
2009-10-07add vif using local interface index instead of IPIlia K1-1/+11
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-15net: constify struct net_protocolAlexey Dobriyan1-5/+1
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+1
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-14PIM-SM: namespace changesTom Goff1-12/+17
2009-06-03net: skb->dst accessorsEric Dumazet1-7/+6
2009-06-03net: skb->rtable accessorEric Dumazet1-3/+3
2009-02-07ipmr: use goto to common label instead of opencodingIlpo Järvinen1-2/+1
2009-01-23netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery1-108/+135
2009-01-23netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery1-39/+62
2009-01-23netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery1-10/+12
2009-01-23netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-13/+11
2009-01-23netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-18/+21
2009-01-23netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery1-13/+28
2009-01-23netns: ipmr: store netns in struct mfc_cacheBenjamin Thery1-9/+17
2009-01-23netns: ipmr: dynamically allocate vif_tableBenjamin Thery1-41/+68
2009-01-23netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery1-15/+13
2008-12-16ipmr: merge common codeIlpo Järvinen1-64/+39
2008-12-04net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery1-1/+1
2008-12-04net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery1-5/+11
2008-11-21ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger1-1/+5
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+5
2008-11-20ip: convert to net_device_ops for ioctlStephen Hemminger1-8/+17
2008-11-20net: fix ip_mr_init() error pathBenjamin Thery1-4/+5
2008-11-03net: clean up net/ipv4/ipmr.cJianjun Kong1-65/+65
2008-10-14net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-17mib: add net to IP_INC_STATS_BHPavel Emelyanov1-2/+2
2008-07-15ipv4: Fix ipmr unregister device oopsWang Chen1-8/+14
2008-07-15ipv4: Check return of dev_set_allmultiWang Chen1-1/+39
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen1-4/+24
2008-06-12net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-22ipmr: Use on-device stats instead of private ones.Pavel Emelyanov1-16/+9
2008-05-22ipmr: Ipip tunnel uses on-device stats.Pavel Emelyanov1-2/+2
2008-03-25[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-06[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-3/+3
2008-01-29[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-2/+2
2008-01-29[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev1-1/+1
2008-01-29[IPV4]: ipmr sparse warningsStephen Hemminger1-3/+7
2008-01-29[IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches1-3/+3
2008-01-29[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet onePavel Emelyanov1-2/+2
2008-01-29[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-2/+2
2008-01-29[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-1/+1