aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel1-4/+7
2010-03-19net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy1-0/+3
2010-02-17ipmr: 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/net-2.6David S. Miller1-1/+3
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter1-1/+3
2009-10-29ipmr: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-1/+1
2009-10-07add vif using local interface index instead of IPIlia K1-1/+11
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-14net: constify struct net_protocolAlexey Dobriyan1-5/+1
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: 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-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