aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAge
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros2011-03-28
* ipv6: Convert to use flowi6 where applicable.David S. Miller2011-03-12
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-12
* ipv6: ignore rtnl_unicast() return codeHagen Paul Pfeifer2011-02-25
* net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-03
* net: use the macros defined for the members of flowiChangli Gao2010-11-17
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-05
* net: rx_dropped accountingEric Dumazet2010-09-20
* ipmr: dont corrupt listsEric Dumazet2010-06-07
* ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet2010-06-06
* ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2010-05-26
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-18
* ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy2010-05-11
* ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-11
* ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-11
* ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-11
* ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy2010-05-11
* ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-05-11
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-20
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
| * net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2010-03-27
| * net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-20
* | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-25
|/
* ip6mr: Optimize multiple unregistrationEric Dumazet2009-10-29
* inet: rename some inet_sock fieldsEric Dumazet2009-10-18
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* seq_file: constify seq_operationsJames Morris2009-09-23
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-14
* net: file_operations should be constStephen Hemminger2009-09-02
* net: seq_operations should be constStephen Hemminger2009-09-02
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-01
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* PIM-SM: namespace changesTom Goff2009-06-14
* net: skb->dst accessorsEric Dumazet2009-06-03
* ipv6: compile fix for ip6mr.cDave Jones2009-01-31
* IPv6: Fix multicast routing bugs.Thomas Goff2009-01-28
* ip6mr: use goto to common label instead of opencodingIlpo Järvinen2008-12-15
* netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-10
* netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery2008-12-10
* netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery2008-12-10
* netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2008-12-10
* netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2008-12-10
* netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery2008-12-10
* netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-10
* netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery2008-12-10
* netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-10
* net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches2008-12-04
* net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2008-12-04
* net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2008-12-04