summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6mr.c
Commit message (Expand)AuthorAgeFilesLines
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-3/+1
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-2/+1
* net: rx_dropped accountingEric Dumazet2010-09-201-1/+3
* ipmr: dont corrupt listsEric Dumazet2010-06-071-1/+3
* ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet2010-06-061-1/+1
* ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2010-05-261-1/+1
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-171-5/+3
* ipv6: ip6mr: add support for dumping routing tables over netlinkPatrick McHardy2010-05-111-7/+89
* ipv6: ip6mr: support multiple tablesPatrick McHardy2010-05-111-66/+362
* ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy2010-05-111-176/+214
* ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy2010-05-111-65/+62
* ipv6: ip6mr: remove net pointer from struct mfc6_cachePatrick McHardy2010-05-111-32/+31
* ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy2010-05-111-41/+33
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-4/+11
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| * net: ipmr/ip6mr: prevent out-of-bounds vif_table accessNicolas Dichtel2010-03-271-4/+7
| * net: ipmr/ip6mr: fix potential out-of-bounds vif_table accessPatrick McHardy2010-03-191-0/+3
* | netfilter: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-1/+1
|/
* ip6mr: Optimize multiple unregistrationEric Dumazet2009-10-291-5/+10
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-5/+1
* net: file_operations should be constStephen Hemminger2009-09-021-2/+2
* net: seq_operations should be constStephen Hemminger2009-09-021-1/+1
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* PIM-SM: namespace changesTom Goff2009-06-141-8/+12
* net: skb->dst accessorsEric Dumazet2009-06-031-7/+6
* ipv6: compile fix for ip6mr.cDave Jones2009-01-311-0/+1
* IPv6: Fix multicast routing bugs.Thomas Goff2009-01-271-5/+18
* ip6mr: use goto to common label instead of opencodingIlpo Järvinen2008-12-141-2/+1
* netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-101-100/+126
* netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery2008-12-101-46/+61
* netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery2008-12-101-8/+11
* netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2008-12-101-16/+10
* netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2008-12-101-19/+21
* netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery2008-12-101-16/+31
* netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-101-9/+17
* netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery2008-12-101-39/+68
* netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-101-12/+10
* net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches2008-12-031-4/+2
* net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2008-12-031-1/+1
* net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2008-12-031-5/+11
* ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger2008-11-201-1/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-2/+2
|\
| * ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery2008-11-201-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-111-4/+5
|\ \ | |/
| * ipv6: fix ip6_mr_init error pathBenjamin Thery2008-11-101-4/+5
* | net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
OpenPOWER on IntegriCloud