aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-14/+96
2010-05-10IPv4: unresolved multicast route cleanupAndreas Meissner1-1/+2
2010-04-26net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy1-7/+89
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy1-1/+1
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy1-1/+1
2010-04-20net: Fix various endianness glitchesEric Dumazet1-5/+5
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-263/+566
2010-04-15ipv4: ipmr: fix NULL pointer deref during unres queue destructionPatrick McHardy1-1/+5
2010-04-15ipv4: ipmr: fix invalid cache resolving when adding a non-matching entryPatrick McHardy1-1/+3
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy1-61/+338
2010-04-13ipv4: ipmr: move mroute data into seperate structurePatrick McHardy1-170/+199
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy1-64/+61
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy1-33/+32
2010-04-13ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy1-41/+29
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel1-4/+7
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-1/+1
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