aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/ip6mr.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-2/+2
2011-03-27net: use CHECKSUM_NONE instead of magic numberGravatar Cesar Eduardo Barros 1-1/+1
2011-03-12ipv6: Convert to use flowi6 where applicable.Gravatar David S. Miller 1-26/+27
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiGravatar David S. Miller 1-11/+11
2011-02-25ipv6: ignore rtnl_unicast() return codeGravatar Hagen Paul Pfeifer 1-2/+1
2011-02-03net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.Gravatar David S. Miller 1-0/+75
2010-11-17net: use the macros defined for the members of flowiGravatar Changli Gao 1-3/+1
2010-10-05net: add a core netdev->rx_dropped counterGravatar Eric Dumazet 1-2/+1
2010-09-20net: rx_dropped accountingGravatar Eric Dumazet 1-1/+3
2010-06-07ipmr: dont corrupt listsGravatar Eric Dumazet 1-1/+3
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Gravatar Eric Dumazet 1-1/+1
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Gravatar Dan Carpenter 1-1/+1
2010-05-17net: Introduce skb_tunnel_rx() helperGravatar Eric Dumazet 1-5/+3
2010-05-11ipv6: ip6mr: add support for dumping routing tables over netlinkGravatar Patrick McHardy 1-7/+89
2010-05-11ipv6: ip6mr: support multiple tablesGravatar Patrick McHardy 1-66/+362
2010-05-11ipv6: ip6mr: move mroute data into seperate structureGravatar Patrick McHardy 1-176/+214
2010-05-11ipv6: ip6mr: convert struct mfc_cache to struct list_headGravatar Patrick McHardy 1-65/+62
2010-05-11ipv6: ip6mr: remove net pointer from struct mfc6_cacheGravatar Patrick McHardy 1-32/+31
2010-05-11ipv6: ip6mr: move unres_queue and timer to per-namespace dataGravatar Patrick McHardy 1-41/+33
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Gravatar Patrick McHardy 1-4/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-27net: ipmr/ip6mr: prevent out-of-bounds vif_table accessGravatar Nicolas Dichtel 1-4/+7
2010-03-25netfilter: ipv6: use NFPROTO values for NF_HOOK invocationGravatar Jan Engelhardt 1-1/+1
2010-03-19net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessGravatar Patrick McHardy 1-0/+3
2009-10-29ip6mr: Optimize multiple unregistrationGravatar Eric Dumazet 1-5/+10
2009-10-18inet: rename some inet_sock fieldsGravatar Eric Dumazet 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-09-23seq_file: constify seq_operationsGravatar James Morris 1-1/+1
2009-09-14net: constify struct inet6_protocolGravatar Alexey Dobriyan 1-5/+1
2009-09-02net: file_operations should be constGravatar Stephen Hemminger 1-2/+2
2009-09-02net: seq_operations should be constGravatar Stephen Hemminger 1-1/+1
2009-09-01netdev: convert pseudo-devices to netdev_tx_tGravatar Stephen Hemminger 1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsGravatar Patrick McHardy 1-1/+1
2009-06-14PIM-SM: namespace changesGravatar Tom Goff 1-8/+12
2009-06-03net: skb->dst accessorsGravatar Eric Dumazet 1-7/+6
2009-01-31ipv6: compile fix for ip6mr.cGravatar Dave Jones 1-0/+1
2009-01-27IPv6: Fix multicast routing bugs.Gravatar Thomas Goff 1-5/+18
2008-12-14ip6mr: use goto to common label instead of opencodingGravatar Ilpo Järvinen 1-2/+1
2008-12-10netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeGravatar Benjamin Thery 1-100/+126
2008-12-10netns: ip6mr: declare ip6mr /proc/net entries per-namespaceGravatar Benjamin Thery 1-46/+61
2008-12-10netns: ip6mr: declare reg_vif_num per-namespaceGravatar Benjamin Thery 1-8/+11
2008-12-10netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceGravatar Benjamin Thery 1-16/+10
2008-12-10netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceGravatar Benjamin Thery 1-19/+21
2008-12-10netns: ip6mr: dynamically allocate mfc6_cache_arrayGravatar Benjamin Thery 1-16/+31
2008-12-10netns: ip6mr: store netns in struct mfc6_cacheGravatar Benjamin Thery 1-9/+17
2008-12-10netns: ip6mr: dynamically allocates vif6_tableGravatar Benjamin Thery 1-39/+68
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Gravatar Benjamin Thery 1-12/+10
2008-12-03net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetGravatar Joe Perches 1-4/+2
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortGravatar Benjamin Thery 1-1/+1
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Gravatar Benjamin Thery 1-5/+11