aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ipmr.c
AgeCommit message (Expand)Author
2010-07-15ipmr: Don't leak memory if fib lookup fails.Ben Greear
2010-06-07ipmr: dont corrupt listsEric Dumazet
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-05-10IPv4: unresolved multicast route cleanupAndreas Meissner
2010-04-26net: ipmr: add support for dumping routing tables over netlinkPatrick McHardy
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-04-20net: Fix various endianness glitchesEric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-15ipv4: ipmr: fix NULL pointer deref during unres queue destructionPatrick McHardy
2010-04-15ipv4: ipmr: fix invalid cache resolving when adding a non-matching entryPatrick McHardy
2010-04-13ipv4: ipmr: support multiple tablesPatrick McHardy
2010-04-13ipv4: ipmr: move mroute data into seperate structurePatrick McHardy
2010-04-13ipv4: ipmr: convert struct mfc_cache to struct list_headPatrick McHardy
2010-04-13ipv4: ipmr: remove net pointer from struct mfc_cachePatrick McHardy
2010-04-13ipv4: ipmr: move unres_queue and timer to per-namespace dataPatrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt
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