aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-1/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-2/+2
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.David S. Miller1-26/+27
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-11/+11
2011-02-25ipv6: ignore rtnl_unicast() return codeHagen Paul Pfeifer1-2/+1
2011-02-03net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller1-0/+75
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-3/+1
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-2/+1
2010-09-20net: rx_dropped accountingEric Dumazet1-1/+3
2010-06-07ipmr: dont corrupt listsEric Dumazet1-1/+3
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet1-1/+1
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter1-1/+1
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet1-5/+3
2010-05-11ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy1-7/+89
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy1-66/+362
2010-05-11ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy1-176/+214
2010-05-11ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy1-65/+62
2010-05-11ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy1-32/+31
2010-05-11ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy1-41/+33
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-4/+11
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: ipv6: 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
2009-10-29ip6mr: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-09-14net: constify struct inet6_protocolAlexey Dobriyan1-5/+1
2009-09-02net: file_operations should be constStephen Hemminger1-2/+2
2009-09-02net: seq_operations should be constStephen Hemminger1-1/+1
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+2
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-8/+12
2009-06-03net: skb->dst accessorsEric Dumazet1-7/+6
2009-01-31ipv6: compile fix for ip6mr.cDave Jones1-0/+1
2009-01-27IPv6: Fix multicast routing bugs.Thomas Goff1-5/+18
2008-12-14ip6mr: use goto to common label instead of opencodingIlpo Järvinen1-2/+1
2008-12-10netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery1-100/+126
2008-12-10netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery1-46/+61
2008-12-10netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery1-8/+11
2008-12-10netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-16/+10
2008-12-10netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-19/+21
2008-12-10netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery1-16/+31
2008-12-10netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery1-9/+17
2008-12-10netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery1-39/+68
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery1-12/+10
2008-12-03net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches1-4/+2
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery1-1/+1