aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ipmr.c
AgeCommit message (Expand)Author
2010-05-10IPv4: unresolved multicast route cleanupAndreas Meissner
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel
2010-03-19net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy
2010-02-17ipmr: remove useless checks from ipmr_device_eventPavel Emelyanov
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter
2009-10-29ipmr: Optimize multiple unregistrationEric Dumazet
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-07add vif using local interface index instead of IPIlia K
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-14net: constify struct net_protocolAlexey Dobriyan
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-14PIM-SM: namespace changesTom Goff
2009-06-03net: skb->dst accessorsEric Dumazet
2009-06-03net: skb->rtable accessorEric Dumazet
2009-02-06ipmr: use goto to common label instead of opencodingIlpo Järvinen
2009-01-22netns: ipmr: enable namespace support in ipv4 multicast routing codeBenjamin Thery
2009-01-22netns: ipmr: declare ipmr /proc/net entries per-namespaceBenjamin Thery
2009-01-22netns: ipmr: declare reg_vif_num per-namespaceBenjamin Thery
2009-01-22netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery
2009-01-22netns: ipmr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery
2009-01-22netns: ipmr: dynamically allocate mfc_cache_arrayBenjamin Thery
2009-01-22netns: ipmr: store netns in struct mfc_cacheBenjamin Thery
2009-01-22netns: ipmr: dynamically allocate vif_tableBenjamin Thery
2009-01-22netns: ipmr: allocate mroute_socket per-namespace.Benjamin Thery
2008-12-16ipmr: merge common codeIlpo Järvinen
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-19ip: convert to net_device_ops for ioctlStephen Hemminger
2008-11-19net: fix ip_mr_init() error pathBenjamin Thery
2008-11-03net: clean up net/ipv4/ipmr.cJianjun Kong
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-16mib: add net to IP_INC_STATS_BHPavel Emelyanov
2008-07-14ipv4: Fix ipmr unregister device oopsWang Chen
2008-07-14ipv4: Check return of dev_set_allmultiWang Chen
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-05-21ipmr: Use on-device stats instead of private ones.Pavel Emelyanov
2008-05-21ipmr: Ipip tunnel uses on-device stats.Pavel Emelyanov
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev
2008-01-28[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev
2008-01-28[IPV4]: ipmr sparse warningsStephen Hemminger